X7ROOT File Manager
Current Path:
/home/notabjze/softaculous_backups/tmp/wp.26_32835.2025-02-04_20-34-01
home
/
notabjze
/
softaculous_backups
/
tmp
/
wp.26_32835.2025-02-04_20-34-01
/
ðŸ“
..
📄
softsql.sql
(25.35 MB)
📄
wp.26_32835.2025-02-04_20-34-01
(1.86 KB)
Editing: softsql.sql
-- Softaculous SQL Dump -- http://www.softaculous.com -- -- Host: localhost -- Generation Time: February 4, 2025, 8:34 pm -- Server version: 10.6.20 -- PHP Version: 8.3.15 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `notabjze_wp315` -- -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_goals` -- CREATE TABLE `wpxo_burst_goals` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `type` varchar(30) NOT NULL, `status` varchar(30) NOT NULL, `server_side` tinyint(4) NOT NULL, `url` varchar(255) NOT NULL, `conversion_metric` varchar(255) NOT NULL, `date_created` int(11) NOT NULL, `date_start` int(11) NOT NULL, `date_end` int(11) NOT NULL, `attribute` varchar(255) NOT NULL, `attribute_value` varchar(255) NOT NULL, `hook` varchar(255) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_burst_goals` -- INSERT INTO `wpxo_burst_goals` VALUES (1, 'Default goal', 'clicks', 'active', 0, '*', 'visitors', 1719828493, 1719828493, 0, 'class', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_goal_statistics` -- CREATE TABLE `wpxo_burst_goal_statistics` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `statistic_id` int(11) NOT NULL, `goal_id` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `statistic_id_index` (`statistic_id`), KEY `goal_id_index` (`goal_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_sessions` -- CREATE TABLE `wpxo_burst_sessions` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `first_visited_url` varchar(255) NOT NULL, `last_visited_url` varchar(255) NOT NULL, `goal_id` int(11) DEFAULT NULL, `country_code` char(2) DEFAULT NULL, PRIMARY KEY (`ID`), KEY `goal_id_index` (`goal_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_burst_sessions` -- INSERT INTO `wpxo_burst_sessions` VALUES (1, '/', '/', 0, NULL), (2, '/', '/', 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_statistics` -- CREATE TABLE `wpxo_burst_statistics` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `page_url` varchar(191) NOT NULL, `time` int(11) NOT NULL, `uid` varchar(255) NOT NULL, `time_on_page` int(11) DEFAULT NULL, `entire_page_url` varchar(255) NOT NULL, `page_id` int(11) NOT NULL, `parameters` varchar(255) NOT NULL, `fragment` varchar(255) NOT NULL, `referrer` varchar(255) DEFAULT NULL, `browser` varchar(255) DEFAULT NULL, `browser_version` varchar(255) DEFAULT NULL, `platform` varchar(255) DEFAULT NULL, `device` varchar(255) DEFAULT NULL, `device_resolution` varchar(255) DEFAULT NULL, `session_id` int(11) DEFAULT NULL, `first_time_visit` tinyint(4) DEFAULT NULL, `bounce` tinyint(4) DEFAULT 1, PRIMARY KEY (`ID`), KEY `time_index` (`time`), KEY `bounce_index` (`bounce`), KEY `page_url_index` (`page_url`), KEY `session_id_index` (`session_id`), KEY `time_page_url_index` (`time`,`page_url`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_burst_statistics` -- INSERT INTO `wpxo_burst_statistics` VALUES (1, '/', 1719828452, '4781a2ed08988d299806a862b29325e5', 42346, '/', 0, '', '', NULL, 'Chrome', '126.0.0.0', 'Windows', 'desktop', '1680x1050', 1, 1, 0), (2, '/', 1719828519, '547fd4ebfb380f4f73e065a780816f10', 2484, '/', 0, '', '', NULL, 'Chrome', '126.0.0.0', 'Windows', 'desktop', '1680x1050', 2, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_summary` -- CREATE TABLE `wpxo_burst_summary` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `date` date NOT NULL, `page_url` varchar(191) NOT NULL, `sessions` int(11) NOT NULL, `visitors` int(11) NOT NULL, `first_time_visitors` int(11) NOT NULL, `pageviews` int(11) NOT NULL, `bounces` int(11) NOT NULL, `avg_time_on_page` int(11) NOT NULL, `completed` tinyint(4) NOT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `unique_date_page_url` (`date`,`page_url`), KEY `page_url_date_index` (`page_url`,`date`), KEY `date_index` (`date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_burst_summary` -- INSERT INTO `wpxo_burst_summary` VALUES (1, '2024-06-30', 'burst_day_total', 0, 0, 0, 0, 0, 0, 1), (2, '2024-07-01', '/', 0, 0, 0, 0, 1, 0, 0), (3, '2024-07-01', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_chaty_contact_form_leads` -- CREATE TABLE `wpxo_chaty_contact_form_leads` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `widget_id` int(11) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `email` varchar(100) DEFAULT NULL, `phone_number` varchar(100) DEFAULT NULL, `message` text DEFAULT NULL, `ref_page` text DEFAULT NULL, `ip_address` tinytext DEFAULT NULL, `created_on` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_cmplz_cookiebanners` -- CREATE TABLE `wpxo_cmplz_cookiebanners` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `banner_version` int(11) NOT NULL, `default` int(11) NOT NULL, `position` text NOT NULL, `checkbox_style` text NOT NULL, `use_logo` text NOT NULL, `logo_attachment_id` text NOT NULL, `close_button` text NOT NULL, `revoke` text NOT NULL, `manage_consent_options` text NOT NULL, `header` text NOT NULL, `dismiss` text NOT NULL, `save_preferences` text NOT NULL, `view_preferences` text NOT NULL, `category_functional` text NOT NULL, `category_all` text NOT NULL, `category_stats` text NOT NULL, `category_prefs` text NOT NULL, `accept` text NOT NULL, `message_optin` text NOT NULL, `use_categories` text NOT NULL, `disable_cookiebanner` int(11) NOT NULL, `banner_width` int(11) NOT NULL, `soft_cookiewall` int(11) NOT NULL, `dismiss_on_scroll` int(11) NOT NULL, `dismiss_on_timeout` int(11) NOT NULL, `dismiss_timeout` text NOT NULL, `accept_informational` text NOT NULL, `message_optout` text NOT NULL, `use_custom_cookie_css` text NOT NULL, `custom_css` text NOT NULL, `statistics` text NOT NULL, `functional_text` text NOT NULL, `statistics_text` text NOT NULL, `statistics_text_anonymous` text NOT NULL, `preferences_text` text NOT NULL, `marketing_text` text NOT NULL, `colorpalette_background` text NOT NULL, `colorpalette_text` text NOT NULL, `colorpalette_toggles` text NOT NULL, `colorpalette_border_radius` text NOT NULL, `border_width` text NOT NULL, `font_size` text NOT NULL, `colorpalette_button_accept` text NOT NULL, `colorpalette_button_deny` text NOT NULL, `colorpalette_button_settings` text NOT NULL, `buttons_border_radius` text NOT NULL, `animation` text NOT NULL, `use_box_shadow` int(11) NOT NULL, `header_footer_shadow` int(11) NOT NULL, `hide_preview` int(11) NOT NULL, `disable_width_correction` int(11) NOT NULL, `legal_documents` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_cmplz_cookies` -- CREATE TABLE `wpxo_cmplz_cookies` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `slug` varchar(250) NOT NULL, `sync` int(11) NOT NULL, `ignored` int(11) NOT NULL, `retention` text NOT NULL, `type` text NOT NULL, `serviceID` int(11) NOT NULL, `cookieFunction` text NOT NULL, `collectedPersonalData` text NOT NULL, `purpose` text NOT NULL, `language` varchar(6) NOT NULL, `isTranslationFrom` int(11) NOT NULL, `isOwnDomainCookie` int(11) NOT NULL, `domain` text NOT NULL, `deleted` int(11) NOT NULL, `isMembersOnly` int(11) NOT NULL, `showOnPolicy` int(11) NOT NULL, `lastUpdatedDate` int(11) NOT NULL, `lastAddDate` int(11) NOT NULL, `firstAddDate` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_cmplz_cookies` -- INSERT INTO `wpxo_cmplz_cookies` VALUES (1, '/wp-admin/admin.php-elfinder-toolbarhideswp_file_manager', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (2, '__s3ga4_session_id', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (3, 'fontsCssCache', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (4, 'WP_PREFERENCES_USER_1', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (5, 'e_event-tracker', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (6, 'e_globals', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (7, 'i18nextLng', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (8, '/wp-admin/admin.php-elfinder-lastdirwp_file_manager', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (9, 'e_kit-elements-defaults', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (10, 'elementor', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1723115315), (11, '/wp-admin/admin.php-elfinder-mkfileTextMimeswp_file_manager', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (12, 'loglevel', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1723115315), (13, 'wpEmojiSettingsSupports', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (14, 'rs6_library_pagination', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (15, 'cht_country_code', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (16, 'wp-settings-time-1', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (17, 'wp-settings-1', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (18, 'perf_dv6Tr4n', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (19, 'wordpress_test_cookie', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (20, '_lscache_vary', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (21, 'wordpress_logged_in_24c538a79fd0ecb9739cd5fad2e1e83e', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (22, 'chatyWidget_0', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1723115355), (23, 'activechatyWidgets', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1723115355), (24, 'debug', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1728557020); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_cmplz_dnsmpd` -- CREATE TABLE `wpxo_cmplz_dnsmpd` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `region` text NOT NULL, `global_optout` int(11) NOT NULL, `cross_context` int(11) NOT NULL, `limit_sensitive` int(11) NOT NULL, `request_for_access` int(11) NOT NULL, `right_to_be_forgotten` int(11) NOT NULL, `right_to_data_portability` int(11) NOT NULL, `request_date` int(11) NOT NULL, `resolved` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_cmplz_services` -- CREATE TABLE `wpxo_cmplz_services` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `slug` varchar(250) NOT NULL, `serviceType` varchar(250) NOT NULL, `category` varchar(250) NOT NULL, `thirdParty` int(11) NOT NULL, `sharesData` int(11) NOT NULL, `secondParty` int(11) NOT NULL, `privacyStatementURL` varchar(250) NOT NULL, `language` varchar(6) NOT NULL, `isTranslationFrom` int(11) NOT NULL, `sync` int(11) NOT NULL, `lastUpdatedDate` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_commentmeta` -- CREATE TABLE `wpxo_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_comments` -- CREATE TABLE `wpxo_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_comments` -- INSERT INTO `wpxo_comments` VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2024-06-30 17:16:34', '2024-06-30 17:16:34', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://en.gravatar.com/">Gravatar</a>.', 0, '1', '', 'comment', 0, 0), (2, 1, 'Luis Hale', 'notaprguy@live.com', 'https://www.nhaccuatui.com/playlist/robot-in-the-sky-clinthyun-remix-instrumental-version-.5bpvslo11zqh.html', '2406:5900:1144:4833:29bd:b787:796f:1c6d', '2025-01-04 18:51:17', '2025-01-04 18:51:17', 'This is a fantastic resource for anyone interested in this topic.I''ve also created a guide on this subject.', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'comment', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_events` -- CREATE TABLE `wpxo_e_events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_data` text DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `created_at_index` (`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_e_events` -- INSERT INTO `wpxo_e_events` VALUES (1, '{"event":"modal load","version":"","details":"{\\"placement\\":\\"Onboarding wizard\\",\\"step\\":\\"account\\",\\"user_state\\":\\"anon\\"}","ts":"2024-07-01T16:14:31.384-06:00"}', '2024-07-01 16:14:31'), (2, '{"event":"close modal","version":"","details":"{\\"placement\\":\\"Onboarding wizard\\",\\"step\\":\\"account\\"}","ts":"2024-07-01T16:15:01.764-06:00"}', '2024-07-01 16:15:01'); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_notes` -- CREATE TABLE `wpxo_e_notes` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.', `route_title` varchar(255) DEFAULT NULL, `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.', `post_id` bigint(20) unsigned DEFAULT NULL, `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.', `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0, `author_id` bigint(20) unsigned DEFAULT NULL, `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.', `status` varchar(20) NOT NULL DEFAULT 'publish', `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}', `content` longtext DEFAULT NULL, `is_resolved` tinyint(1) NOT NULL DEFAULT 0, `is_public` tinyint(1) NOT NULL DEFAULT 1, `last_activity_at` datetime DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `route_url_index` (`route_url`(191)), KEY `post_id_index` (`post_id`), KEY `element_id_index` (`element_id`), KEY `parent_id_index` (`parent_id`), KEY `author_id_index` (`author_id`), KEY `status_index` (`status`), KEY `is_resolved_index` (`is_resolved`), KEY `is_public_index` (`is_public`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`), KEY `last_activity_at_index` (`last_activity_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_notes_users_relations` -- CREATE TABLE `wpxo_e_notes_users_relations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).', `note_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `type_index` (`type`), KEY `note_id_index` (`note_id`), KEY `user_id_index` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_submissions` -- CREATE TABLE `wpxo_e_submissions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) DEFAULT NULL, `hash_id` varchar(60) NOT NULL, `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field', `post_id` bigint(20) unsigned NOT NULL, `referer` varchar(500) NOT NULL, `referer_title` varchar(300) DEFAULT NULL, `element_id` varchar(20) NOT NULL, `form_name` varchar(60) NOT NULL, `campaign_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip` varchar(46) NOT NULL, `user_agent` text NOT NULL, `actions_count` int(11) DEFAULT 0, `actions_succeeded_count` int(11) DEFAULT 0, `status` varchar(20) NOT NULL, `is_read` tinyint(1) NOT NULL DEFAULT 0, `meta` text DEFAULT NULL, `created_at_gmt` datetime NOT NULL, `updated_at_gmt` datetime NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `hash_id_unique_index` (`hash_id`), KEY `main_meta_id_index` (`main_meta_id`), KEY `hash_id_index` (`hash_id`), KEY `type_index` (`type`), KEY `post_id_index` (`post_id`), KEY `element_id_index` (`element_id`), KEY `campaign_id_index` (`campaign_id`), KEY `user_id_index` (`user_id`), KEY `user_ip_index` (`user_ip`), KEY `status_index` (`status`), KEY `is_read_index` (`is_read`), KEY `created_at_gmt_index` (`created_at_gmt`), KEY `updated_at_gmt_index` (`updated_at_gmt`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`), KEY `referer_index` (`referer`(191)), KEY `referer_title_index` (`referer_title`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_submissions_actions_log` -- CREATE TABLE `wpxo_e_submissions_actions_log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL, `action_name` varchar(60) NOT NULL, `action_label` varchar(60) DEFAULT NULL, `status` varchar(20) NOT NULL, `log` text DEFAULT NULL, `created_at_gmt` datetime NOT NULL, `updated_at_gmt` datetime NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `action_name_index` (`action_name`), KEY `status_index` (`status`), KEY `created_at_gmt_index` (`created_at_gmt`), KEY `updated_at_gmt_index` (`updated_at_gmt`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_submissions_values` -- CREATE TABLE `wpxo_e_submissions_values` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0, `key` varchar(60) DEFAULT NULL, `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `key_index` (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_hidemysiteSecure` -- CREATE TABLE `wpxo_hidemysiteSecure` ( `id` mediumint(12) NOT NULL AUTO_INCREMENT, `ip` text NOT NULL, `time` varchar(20) NOT NULL, `repeated_fails` varchar(20) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_hidemysiteSecure` -- INSERT INTO `wpxo_hidemysiteSecure` VALUES (24, '149.40.50.69', '1721361175', '5'), (25, '68.183.245.101', '1721361842', '5'), (26, '206.189.247.132', '1725180388', '10'), (29, '154.161.176.166', '1722034233', '6'), (31, '154.161.156.103', '1722043515', '2'), (33, '2601:581:8100:e7b0:6d38:8654:e0b6:5582', '1722232984', '8'), (34, '2001:ba0:256:1f00::1', '1725180340', '5'), (35, '161.35.246.138', '1725180450', '5'), (38, '45.143.82.123', '1728556732', '3'), (42, '94.140.11.174', '1728692603', '4'), (43, '181.214.151.237', '1728742650', '2'), (44, '181.214.151.237', '1728742650', '2'), (47, '2c0f:2a80:7ac:de10:6d6e:ee5b:2d3e:6f95', '1733753964', '5'), (54, '129.224.201.184', '1736085577', '4'), (55, '2c0f:2a80:7ac:de10:e92b:896:99af:cbbd', '1736187728', '1'); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_links` -- CREATE TABLE `wpxo_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_litespeed_url` -- CREATE TABLE `wpxo_litespeed_url` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `url` varchar(500) NOT NULL, `cache_tags` varchar(1000) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `url` (`url`(191)), KEY `cache_tags` (`cache_tags`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_litespeed_url_file` -- CREATE TABLE `wpxo_litespeed_url_file` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `url_id` bigint(20) NOT NULL, `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary', `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content', `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4', `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1', `webp` tinyint(4) NOT NULL COMMENT 'webp=1', `expired` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `filename` (`filename`), KEY `type` (`type`), KEY `url_id_2` (`url_id`,`vary`,`type`), KEY `filename_2` (`filename`,`expired`), KEY `url_id` (`url_id`,`expired`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_options` -- CREATE TABLE `wpxo_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_options` -- INSERT INTO `wpxo_options` VALUES (1, 'siteurl', 'https://pyirates.africa', 'yes'), (2, 'home', 'https://pyirates.africa', 'yes'), (3, 'blogname', 'Pyirates', 'yes'), (4, 'blogdescription', 'Pyirates of the internet 🤷🏿♂️', 'yes'), (5, 'users_can_register', '0', 'yes'), (6, 'admin_email', 'mizanur@mentors-house.com', 'yes'), (7, 'start_of_week', '1', 'yes'), (8, 'use_balanceTags', '0', 'yes'), (9, 'use_smilies', '1', 'yes'), (10, 'require_name_email', '1', 'yes'), (11, 'comments_notify', '1', 'yes'), (12, 'posts_per_rss', '10', 'yes'), (13, 'rss_use_excerpt', '0', 'yes'), (14, 'mailserver_url', 'mail.example.com', 'yes'), (15, 'mailserver_login', 'login@example.com', 'yes'), (16, 'mailserver_pass', 'password', 'yes'), (17, 'mailserver_port', '110', 'yes'), (18, 'default_category', '1', 'yes'), (19, 'default_comment_status', 'open', 'yes'), (20, 'default_ping_status', 'open', 'yes'), (21, 'default_pingback_flag', '1', 'yes'), (22, 'posts_per_page', '10', 'yes'), (23, 'date_format', 'F j, Y', 'yes'), (24, 'time_format', 'g:i a', 'yes'), (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (26, 'comment_moderation', '0', 'yes'), (27, 'moderation_notify', '1', 'yes'), (28, 'permalink_structure', '/%postname%/', 'yes'), (29, 'rewrite_rules', 'a:129:{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:46:"e-floating-buttons/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:52:"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"e-floating-buttons/([^/]+)/embed/?$";s:51:"index.php?e-floating-buttons=$matches[1]&embed=true";s:39:"e-floating-buttons/([^/]+)/trackback/?$";s:45:"index.php?e-floating-buttons=$matches[1]&tb=1";s:47:"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]";s:54:"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]";s:43:"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$";s:57:"index.php?e-floating-buttons=$matches[1]&page=$matches[2]";s:35:"e-floating-buttons/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"e-floating-buttons/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"e-floating-buttons/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:38:"ha_library/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:48:"ha_library/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:68:"ha_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"ha_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"ha_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"ha_library/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:27:"ha_library/([^/]+)/embed/?$";s:43:"index.php?ha_library=$matches[1]&embed=true";s:31:"ha_library/([^/]+)/trackback/?$";s:37:"index.php?ha_library=$matches[1]&tb=1";s:39:"ha_library/([^/]+)/page/?([0-9]{1,})/?$";s:50:"index.php?ha_library=$matches[1]&paged=$matches[2]";s:46:"ha_library/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?ha_library=$matches[1]&cpage=$matches[2]";s:35:"ha_library/([^/]+)(?:/([0-9]+))?/?$";s:49:"index.php?ha_library=$matches[1]&page=$matches[2]";s:27:"ha_library/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"ha_library/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"ha_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"ha_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"ha_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"ha_library/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s: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:39:"index.php?&page_id=20&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'), (30, 'hack_file', '0', 'yes'), (31, 'blog_charset', 'UTF-8', 'yes'), (32, 'moderation_keys', '', 'no'), (33, 'active_plugins', 'a:14:{i:0;s:41:"anywhere-elementor/anywhere-elementor.php";i:1;s:19:"chaty/cht-icons.php";i:2;s:33:"complianz-gdpr/complianz-gpdr.php";i:3;s:57:"complianz-terms-conditions/complianz-terms-conditions.php";i:4;s:23:"elementor/elementor.php";i:5;s:33:"happy-elementor-addons/plugin.php";i:6;s:22:"hide-my-site/index.php";i:7;s:35:"litespeed-cache/litespeed-cache.php";i:8;s:27:"ocean-extra/ocean-extra.php";i:9;s:29:"pro-elements/pro-elements.php";i:10;s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";i:11;s:28:"revslider6714n/revslider.php";i:12;s:27:"updraftplus/updraftplus.php";i:13;s:39:"wp-file-manager/file_folder_manager.php";}', 'yes'), (34, 'category_base', '', 'yes'), (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (36, 'comment_max_links', '2', 'yes'), (37, 'gmt_offset', '0', 'yes'), (38, 'default_email_category', '1', 'yes'), (39, 'recently_edited', '', 'no'), (40, 'template', 'oceanwp', 'yes'), (41, 'stylesheet', 'oceanwp-child-theme-master', 'yes'), (42, 'comment_registration', '0', 'yes'), (43, 'html_type', 'text/html', 'yes'), (44, 'use_trackback', '0', 'yes'), (45, 'default_role', 'subscriber', 'yes'), (46, 'db_version', '58975', 'yes'), (47, 'uploads_use_yearmonth_folders', '1', 'yes'), (48, 'upload_path', '', 'yes'), (49, 'blog_public', '1', 'yes'), (50, 'default_link_category', '2', 'yes'), (51, 'show_on_front', 'page', 'yes'), (52, 'tag_base', '', 'yes'), (53, 'show_avatars', '1', 'yes'), (54, 'avatar_rating', 'G', 'yes'), (55, 'upload_url_path', '', 'yes'), (56, 'thumbnail_size_w', '150', 'yes'), (57, 'thumbnail_size_h', '150', 'yes'), (58, 'thumbnail_crop', '1', 'yes'), (59, 'medium_size_w', '300', 'yes'), (60, 'medium_size_h', '300', 'yes'), (61, 'avatar_default', 'mystery', 'yes'), (62, 'large_size_w', '1024', 'yes'), (63, 'large_size_h', '1024', 'yes'), (64, 'image_default_link_type', 'none', 'yes'), (65, 'image_default_size', '', 'yes'), (66, 'image_default_align', '', 'yes'), (67, 'close_comments_for_old_posts', '0', 'yes'), (68, 'close_comments_days_old', '14', 'yes'), (69, 'thread_comments', '1', 'yes'), (70, 'thread_comments_depth', '5', 'yes'), (71, 'page_comments', '0', 'yes'), (72, 'comments_per_page', '50', 'yes'), (73, 'default_comments_page', 'newest', 'yes'), (74, 'comment_order', 'asc', 'yes'), (75, 'sticky_posts', 'a:0:{}', 'yes'), (76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (79, 'uninstall_plugins', 'a:2:{s:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}s:35:"litespeed-cache/litespeed-cache.php";s:47:"LiteSpeed\\Activation::uninstall_litespeed_cache";}', 'no'), (80, 'timezone_string', '', 'yes'), (81, 'page_for_posts', '0', 'yes'), (82, 'page_on_front', '20', 'yes'), (83, 'default_post_format', '0', 'yes'), (84, 'link_manager_enabled', '0', 'yes'), (85, 'finished_splitting_shared_terms', '1', 'yes'), (86, 'site_icon', '490', 'yes'), (87, 'medium_large_size_w', '768', 'yes'), (88, 'medium_large_size_h', '0', 'yes'), (89, 'wp_page_for_privacy_policy', '3', 'yes'), (90, 'show_comments_cookies_opt_in', '1', 'yes'), (91, 'admin_email_lifespan', '1735319794', 'yes'), (92, 'disallowed_keys', '', 'no'), (93, 'comment_previously_approved', '1', 'yes'), (94, 'auto_plugin_theme_update_emails', 'a:1:{s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";s:5:"9.2.0";}', 'no'), (95, 'auto_update_core_dev', 'enabled', 'yes'), (96, 'auto_update_core_minor', 'enabled', 'yes'), (97, 'auto_update_core_major', 'enabled', 'yes'), (98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'), (99, 'wp_attachment_pages_enabled', '0', 'yes'), (100, 'initial_db_version', '57155', 'yes'), (101, 'wpxo_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:72:{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:15:"manage_security";b:1;s:21:"view_burst_statistics";b:1;s:23:"manage_burst_statistics";b:1;s:14:"manage_privacy";b:1;s:26:"create_notes_elementor-pro";b:1;s:24:"edit_notes_elementor-pro";b:1;s:26:"delete_notes_elementor-pro";b:1;s:24:"read_notes_elementor-pro";b:1;s:31:"edit_others_notes_elementor-pro";b:1;s:33:"delete_others_notes_elementor-pro";b:1;s:39:"read_others_private_notes_elementor-pro";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{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:21:"view_burst_statistics";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'), (102, 'fresh_site', '0', 'off'), (103, 'user_count', '1', 'off'), (104, 'widget_block', 'a:6:{i:2;a:1:{s:7:"content";s:19:"<!-- wp:search /-->";}i:3;a:1:{s:7:"content";s:154:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->";}i:4;a:1:{s:7:"content";s:227:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {"displayAvatar":false,"displayDate":false,"displayExcerpt":false} /--></div><!-- /wp:group -->";}i:5;a:1:{s:7:"content";s:146:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->";}i:6;a:1:{s:7:"content";s:150:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->";}s:12:"_multiwidget";i:1;}', 'yes'), (105, 'sidebars_widgets', 'a:9:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";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:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}s:13:"array_version";i:3;}', 'yes'), (106, 'cron', 'a:21:{i:1738708695;a:1:{s:29:"rsssl_every_five_minutes_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:18:"rsssl_five_minutes";s:4:"args";a:0:{}s:8:"interval";i:300;}}}i:1738708705;a:2:{s:27:"litespeed_task_imgoptm_pull";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:16:"litespeed_filter";s:4:"args";a:0:{}s:8:"interval";i:60;}}s:19:"litespeed_task_lqip";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:16:"litespeed_filter";s:4:"args";a:0:{}s:8:"interval";i:60;}}}i:1738710995;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:1738712253;a:1:{s:33:"updraftplus_clean_temporary_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1738717475;a:1:{s:28:"rsssl_every_three_hours_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:23:"rsssl_every_three_hours";s:4:"args";a:0:{}s:8:"interval";i:10800;}}}i:1738732594;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1738732630;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:1738749875;a:1:{s:20:"rsssl_every_day_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"rsssl_daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738750052;a:2:{s:20:"cmplz_every_day_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"cmplz_daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:29:"cmplz_every_five_minutes_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:18:"cmplz_five_minutes";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738750464;a:1:{s:28:"elementor/tracker/send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738775794;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:1738775830;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:1738775831;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:1739057907;a:2:{s:14:"updraft_backup";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}s:23:"updraft_backup_database";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1739181560;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:1739181875;a:1:{s:21:"rsssl_every_week_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:12:"rsssl_weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1739182052;a:1:{s:21:"cmplz_every_week_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:12:"cmplz_weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1739207794;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:1740515268;a:1:{s:22:"rsssl_every_month_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:13:"rsssl_monthly";s:4:"args";a:0:{}s:8:"interval";i:2592000;}}}i:1740564452;a:1:{s:22:"cmplz_every_month_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:13:"cmplz_monthly";s:4:"args";a:0:{}s:8:"interval";i:2592000;}}}s:7:"version";i:2;}', 'on'), (107, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (108, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (109, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (110, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (111, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (112, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (113, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (114, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (115, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (116, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (117, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (118, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (119, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (120, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (121, 'recovery_keys', 'a:0:{}', 'off'), (122, 'theme_mods_twentytwentyfour', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1719827967;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}}}}', 'no'), (123, '_transient_wp_core_block_css_files', 'a:2:{s:7:"version";s:5:"6.5.5";s:5:"files";a:500:{i:0;s:23:"archives/editor-rtl.css";i:1;s:27:"archives/editor-rtl.min.css";i:2;s:19:"archives/editor.css";i:3;s:23:"archives/editor.min.css";i:4;s:22:"archives/style-rtl.css";i:5;s:26:"archives/style-rtl.min.css";i:6;s:18:"archives/style.css";i:7;s:22:"archives/style.min.css";i:8;s:20:"audio/editor-rtl.css";i:9;s:24:"audio/editor-rtl.min.css";i:10;s:16:"audio/editor.css";i:11;s:20:"audio/editor.min.css";i:12;s:19:"audio/style-rtl.css";i:13;s:23:"audio/style-rtl.min.css";i:14;s:15:"audio/style.css";i:15;s:19:"audio/style.min.css";i:16;s:19:"audio/theme-rtl.css";i:17;s:23:"audio/theme-rtl.min.css";i:18;s:15:"audio/theme.css";i:19;s:19:"audio/theme.min.css";i:20;s:21:"avatar/editor-rtl.css";i:21;s:25:"avatar/editor-rtl.min.css";i:22;s:17:"avatar/editor.css";i:23;s:21:"avatar/editor.min.css";i:24;s:20:"avatar/style-rtl.css";i:25;s:24:"avatar/style-rtl.min.css";i:26;s:16:"avatar/style.css";i:27;s:20:"avatar/style.min.css";i:28;s:20:"block/editor-rtl.css";i:29;s:24:"block/editor-rtl.min.css";i:30;s:16:"block/editor.css";i:31;s:20:"block/editor.min.css";i:32;s:21:"button/editor-rtl.css";i:33;s:25:"button/editor-rtl.min.css";i:34;s:17:"button/editor.css";i:35;s:21:"button/editor.min.css";i:36;s:20:"button/style-rtl.css";i:37;s:24:"button/style-rtl.min.css";i:38;s:16:"button/style.css";i:39;s:20:"button/style.min.css";i:40;s:22:"buttons/editor-rtl.css";i:41;s:26:"buttons/editor-rtl.min.css";i:42;s:18:"buttons/editor.css";i:43;s:22:"buttons/editor.min.css";i:44;s:21:"buttons/style-rtl.css";i:45;s:25:"buttons/style-rtl.min.css";i:46;s:17:"buttons/style.css";i:47;s:21:"buttons/style.min.css";i:48;s:22:"calendar/style-rtl.css";i:49;s:26:"calendar/style-rtl.min.css";i:50;s:18:"calendar/style.css";i:51;s:22:"calendar/style.min.css";i:52;s:25:"categories/editor-rtl.css";i:53;s:29:"categories/editor-rtl.min.css";i:54;s:21:"categories/editor.css";i:55;s:25:"categories/editor.min.css";i:56;s:24:"categories/style-rtl.css";i:57;s:28:"categories/style-rtl.min.css";i:58;s:20:"categories/style.css";i:59;s:24:"categories/style.min.css";i:60;s:19:"code/editor-rtl.css";i:61;s:23:"code/editor-rtl.min.css";i:62;s:15:"code/editor.css";i:63;s:19:"code/editor.min.css";i:64;s:18:"code/style-rtl.css";i:65;s:22:"code/style-rtl.min.css";i:66;s:14:"code/style.css";i:67;s:18:"code/style.min.css";i:68;s:18:"code/theme-rtl.css";i:69;s:22:"code/theme-rtl.min.css";i:70;s:14:"code/theme.css";i:71;s:18:"code/theme.min.css";i:72;s:22:"columns/editor-rtl.css";i:73;s:26:"columns/editor-rtl.min.css";i:74;s:18:"columns/editor.css";i:75;s:22:"columns/editor.min.css";i:76;s:21:"columns/style-rtl.css";i:77;s:25:"columns/style-rtl.min.css";i:78;s:17:"columns/style.css";i:79;s:21:"columns/style.min.css";i:80;s:29:"comment-content/style-rtl.css";i:81;s:33:"comment-content/style-rtl.min.css";i:82;s:25:"comment-content/style.css";i:83;s:29:"comment-content/style.min.css";i:84;s:30:"comment-template/style-rtl.css";i:85;s:34:"comment-template/style-rtl.min.css";i:86;s:26:"comment-template/style.css";i:87;s:30:"comment-template/style.min.css";i:88;s:42:"comments-pagination-numbers/editor-rtl.css";i:89;s:46:"comments-pagination-numbers/editor-rtl.min.css";i:90;s:38:"comments-pagination-numbers/editor.css";i:91;s:42:"comments-pagination-numbers/editor.min.css";i:92;s:34:"comments-pagination/editor-rtl.css";i:93;s:38:"comments-pagination/editor-rtl.min.css";i:94;s:30:"comments-pagination/editor.css";i:95;s:34:"comments-pagination/editor.min.css";i:96;s:33:"comments-pagination/style-rtl.css";i:97;s:37:"comments-pagination/style-rtl.min.css";i:98;s:29:"comments-pagination/style.css";i:99;s:33:"comments-pagination/style.min.css";i:100;s:29:"comments-title/editor-rtl.css";i:101;s:33:"comments-title/editor-rtl.min.css";i:102;s:25:"comments-title/editor.css";i:103;s:29:"comments-title/editor.min.css";i:104;s:23:"comments/editor-rtl.css";i:105;s:27:"comments/editor-rtl.min.css";i:106;s:19:"comments/editor.css";i:107;s:23:"comments/editor.min.css";i:108;s:22:"comments/style-rtl.css";i:109;s:26:"comments/style-rtl.min.css";i:110;s:18:"comments/style.css";i:111;s:22:"comments/style.min.css";i:112;s:20:"cover/editor-rtl.css";i:113;s:24:"cover/editor-rtl.min.css";i:114;s:16:"cover/editor.css";i:115;s:20:"cover/editor.min.css";i:116;s:19:"cover/style-rtl.css";i:117;s:23:"cover/style-rtl.min.css";i:118;s:15:"cover/style.css";i:119;s:19:"cover/style.min.css";i:120;s:22:"details/editor-rtl.css";i:121;s:26:"details/editor-rtl.min.css";i:122;s:18:"details/editor.css";i:123;s:22:"details/editor.min.css";i:124;s:21:"details/style-rtl.css";i:125;s:25:"details/style-rtl.min.css";i:126;s:17:"details/style.css";i:127;s:21:"details/style.min.css";i:128;s:20:"embed/editor-rtl.css";i:129;s:24:"embed/editor-rtl.min.css";i:130;s:16:"embed/editor.css";i:131;s:20:"embed/editor.min.css";i:132;s:19:"embed/style-rtl.css";i:133;s:23:"embed/style-rtl.min.css";i:134;s:15:"embed/style.css";i:135;s:19:"embed/style.min.css";i:136;s:19:"embed/theme-rtl.css";i:137;s:23:"embed/theme-rtl.min.css";i:138;s:15:"embed/theme.css";i:139;s:19:"embed/theme.min.css";i:140;s:19:"file/editor-rtl.css";i:141;s:23:"file/editor-rtl.min.css";i:142;s:15:"file/editor.css";i:143;s:19:"file/editor.min.css";i:144;s:18:"file/style-rtl.css";i:145;s:22:"file/style-rtl.min.css";i:146;s:14:"file/style.css";i:147;s:18:"file/style.min.css";i:148;s:23:"footnotes/style-rtl.css";i:149;s:27:"footnotes/style-rtl.min.css";i:150;s:19:"footnotes/style.css";i:151;s:23:"footnotes/style.min.css";i:152;s:23:"freeform/editor-rtl.css";i:153;s:27:"freeform/editor-rtl.min.css";i:154;s:19:"freeform/editor.css";i:155;s:23:"freeform/editor.min.css";i:156;s:22:"gallery/editor-rtl.css";i:157;s:26:"gallery/editor-rtl.min.css";i:158;s:18:"gallery/editor.css";i:159;s:22:"gallery/editor.min.css";i:160;s:21:"gallery/style-rtl.css";i:161;s:25:"gallery/style-rtl.min.css";i:162;s:17:"gallery/style.css";i:163;s:21:"gallery/style.min.css";i:164;s:21:"gallery/theme-rtl.css";i:165;s:25:"gallery/theme-rtl.min.css";i:166;s:17:"gallery/theme.css";i:167;s:21:"gallery/theme.min.css";i:168;s:20:"group/editor-rtl.css";i:169;s:24:"group/editor-rtl.min.css";i:170;s:16:"group/editor.css";i:171;s:20:"group/editor.min.css";i:172;s:19:"group/style-rtl.css";i:173;s:23:"group/style-rtl.min.css";i:174;s:15:"group/style.css";i:175;s:19:"group/style.min.css";i:176;s:19:"group/theme-rtl.css";i:177;s:23:"group/theme-rtl.min.css";i:178;s:15:"group/theme.css";i:179;s:19:"group/theme.min.css";i:180;s:21:"heading/style-rtl.css";i:181;s:25:"heading/style-rtl.min.css";i:182;s:17:"heading/style.css";i:183;s:21:"heading/style.min.css";i:184;s:19:"html/editor-rtl.css";i:185;s:23:"html/editor-rtl.min.css";i:186;s:15:"html/editor.css";i:187;s:19:"html/editor.min.css";i:188;s:20:"image/editor-rtl.css";i:189;s:24:"image/editor-rtl.min.css";i:190;s:16:"image/editor.css";i:191;s:20:"image/editor.min.css";i:192;s:19:"image/style-rtl.css";i:193;s:23:"image/style-rtl.min.css";i:194;s:15:"image/style.css";i:195;s:19:"image/style.min.css";i:196;s:19:"image/theme-rtl.css";i:197;s:23:"image/theme-rtl.min.css";i:198;s:15:"image/theme.css";i:199;s:19:"image/theme.min.css";i:200;s:29:"latest-comments/style-rtl.css";i:201;s:33:"latest-comments/style-rtl.min.css";i:202;s:25:"latest-comments/style.css";i:203;s:29:"latest-comments/style.min.css";i:204;s:27:"latest-posts/editor-rtl.css";i:205;s:31:"latest-posts/editor-rtl.min.css";i:206;s:23:"latest-posts/editor.css";i:207;s:27:"latest-posts/editor.min.css";i:208;s:26:"latest-posts/style-rtl.css";i:209;s:30:"latest-posts/style-rtl.min.css";i:210;s:22:"latest-posts/style.css";i:211;s:26:"latest-posts/style.min.css";i:212;s:18:"list/style-rtl.css";i:213;s:22:"list/style-rtl.min.css";i:214;s:14:"list/style.css";i:215;s:18:"list/style.min.css";i:216;s:25:"media-text/editor-rtl.css";i:217;s:29:"media-text/editor-rtl.min.css";i:218;s:21:"media-text/editor.css";i:219;s:25:"media-text/editor.min.css";i:220;s:24:"media-text/style-rtl.css";i:221;s:28:"media-text/style-rtl.min.css";i:222;s:20:"media-text/style.css";i:223;s:24:"media-text/style.min.css";i:224;s:19:"more/editor-rtl.css";i:225;s:23:"more/editor-rtl.min.css";i:226;s:15:"more/editor.css";i:227;s:19:"more/editor.min.css";i:228;s:30:"navigation-link/editor-rtl.css";i:229;s:34:"navigation-link/editor-rtl.min.css";i:230;s:26:"navigation-link/editor.css";i:231;s:30:"navigation-link/editor.min.css";i:232;s:29:"navigation-link/style-rtl.css";i:233;s:33:"navigation-link/style-rtl.min.css";i:234;s:25:"navigation-link/style.css";i:235;s:29:"navigation-link/style.min.css";i:236;s:33:"navigation-submenu/editor-rtl.css";i:237;s:37:"navigation-submenu/editor-rtl.min.css";i:238;s:29:"navigation-submenu/editor.css";i:239;s:33:"navigation-submenu/editor.min.css";i:240;s:25:"navigation/editor-rtl.css";i:241;s:29:"navigation/editor-rtl.min.css";i:242;s:21:"navigation/editor.css";i:243;s:25:"navigation/editor.min.css";i:244;s:24:"navigation/style-rtl.css";i:245;s:28:"navigation/style-rtl.min.css";i:246;s:20:"navigation/style.css";i:247;s:24:"navigation/style.min.css";i:248;s:23:"nextpage/editor-rtl.css";i:249;s:27:"nextpage/editor-rtl.min.css";i:250;s:19:"nextpage/editor.css";i:251;s:23:"nextpage/editor.min.css";i:252;s:24:"page-list/editor-rtl.css";i:253;s:28:"page-list/editor-rtl.min.css";i:254;s:20:"page-list/editor.css";i:255;s:24:"page-list/editor.min.css";i:256;s:23:"page-list/style-rtl.css";i:257;s:27:"page-list/style-rtl.min.css";i:258;s:19:"page-list/style.css";i:259;s:23:"page-list/style.min.css";i:260;s:24:"paragraph/editor-rtl.css";i:261;s:28:"paragraph/editor-rtl.min.css";i:262;s:20:"paragraph/editor.css";i:263;s:24:"paragraph/editor.min.css";i:264;s:23:"paragraph/style-rtl.css";i:265;s:27:"paragraph/style-rtl.min.css";i:266;s:19:"paragraph/style.css";i:267;s:23:"paragraph/style.min.css";i:268;s:25:"post-author/style-rtl.css";i:269;s:29:"post-author/style-rtl.min.css";i:270;s:21:"post-author/style.css";i:271;s:25:"post-author/style.min.css";i:272;s:33:"post-comments-form/editor-rtl.css";i:273;s:37:"post-comments-form/editor-rtl.min.css";i:274;s:29:"post-comments-form/editor.css";i:275;s:33:"post-comments-form/editor.min.css";i:276;s:32:"post-comments-form/style-rtl.css";i:277;s:36:"post-comments-form/style-rtl.min.css";i:278;s:28:"post-comments-form/style.css";i:279;s:32:"post-comments-form/style.min.css";i:280;s:27:"post-content/editor-rtl.css";i:281;s:31:"post-content/editor-rtl.min.css";i:282;s:23:"post-content/editor.css";i:283;s:27:"post-content/editor.min.css";i:284;s:23:"post-date/style-rtl.css";i:285;s:27:"post-date/style-rtl.min.css";i:286;s:19:"post-date/style.css";i:287;s:23:"post-date/style.min.css";i:288;s:27:"post-excerpt/editor-rtl.css";i:289;s:31:"post-excerpt/editor-rtl.min.css";i:290;s:23:"post-excerpt/editor.css";i:291;s:27:"post-excerpt/editor.min.css";i:292;s:26:"post-excerpt/style-rtl.css";i:293;s:30:"post-excerpt/style-rtl.min.css";i:294;s:22:"post-excerpt/style.css";i:295;s:26:"post-excerpt/style.min.css";i:296;s:34:"post-featured-image/editor-rtl.css";i:297;s:38:"post-featured-image/editor-rtl.min.css";i:298;s:30:"post-featured-image/editor.css";i:299;s:34:"post-featured-image/editor.min.css";i:300;s:33:"post-featured-image/style-rtl.css";i:301;s:37:"post-featured-image/style-rtl.min.css";i:302;s:29:"post-featured-image/style.css";i:303;s:33:"post-featured-image/style.min.css";i:304;s:34:"post-navigation-link/style-rtl.css";i:305;s:38:"post-navigation-link/style-rtl.min.css";i:306;s:30:"post-navigation-link/style.css";i:307;s:34:"post-navigation-link/style.min.css";i:308;s:28:"post-template/editor-rtl.css";i:309;s:32:"post-template/editor-rtl.min.css";i:310;s:24:"post-template/editor.css";i:311;s:28:"post-template/editor.min.css";i:312;s:27:"post-template/style-rtl.css";i:313;s:31:"post-template/style-rtl.min.css";i:314;s:23:"post-template/style.css";i:315;s:27:"post-template/style.min.css";i:316;s:24:"post-terms/style-rtl.css";i:317;s:28:"post-terms/style-rtl.min.css";i:318;s:20:"post-terms/style.css";i:319;s:24:"post-terms/style.min.css";i:320;s:24:"post-title/style-rtl.css";i:321;s:28:"post-title/style-rtl.min.css";i:322;s:20:"post-title/style.css";i:323;s:24:"post-title/style.min.css";i:324;s:26:"preformatted/style-rtl.css";i:325;s:30:"preformatted/style-rtl.min.css";i:326;s:22:"preformatted/style.css";i:327;s:26:"preformatted/style.min.css";i:328;s:24:"pullquote/editor-rtl.css";i:329;s:28:"pullquote/editor-rtl.min.css";i:330;s:20:"pullquote/editor.css";i:331;s:24:"pullquote/editor.min.css";i:332;s:23:"pullquote/style-rtl.css";i:333;s:27:"pullquote/style-rtl.min.css";i:334;s:19:"pullquote/style.css";i:335;s:23:"pullquote/style.min.css";i:336;s:23:"pullquote/theme-rtl.css";i:337;s:27:"pullquote/theme-rtl.min.css";i:338;s:19:"pullquote/theme.css";i:339;s:23:"pullquote/theme.min.css";i:340;s:39:"query-pagination-numbers/editor-rtl.css";i:341;s:43:"query-pagination-numbers/editor-rtl.min.css";i:342;s:35:"query-pagination-numbers/editor.css";i:343;s:39:"query-pagination-numbers/editor.min.css";i:344;s:31:"query-pagination/editor-rtl.css";i:345;s:35:"query-pagination/editor-rtl.min.css";i:346;s:27:"query-pagination/editor.css";i:347;s:31:"query-pagination/editor.min.css";i:348;s:30:"query-pagination/style-rtl.css";i:349;s:34:"query-pagination/style-rtl.min.css";i:350;s:26:"query-pagination/style.css";i:351;s:30:"query-pagination/style.min.css";i:352;s:25:"query-title/style-rtl.css";i:353;s:29:"query-title/style-rtl.min.css";i:354;s:21:"query-title/style.css";i:355;s:25:"query-title/style.min.css";i:356;s:20:"query/editor-rtl.css";i:357;s:24:"query/editor-rtl.min.css";i:358;s:16:"query/editor.css";i:359;s:20:"query/editor.min.css";i:360;s:19:"quote/style-rtl.css";i:361;s:23:"quote/style-rtl.min.css";i:362;s:15:"quote/style.css";i:363;s:19:"quote/style.min.css";i:364;s:19:"quote/theme-rtl.css";i:365;s:23:"quote/theme-rtl.min.css";i:366;s:15:"quote/theme.css";i:367;s:19:"quote/theme.min.css";i:368;s:23:"read-more/style-rtl.css";i:369;s:27:"read-more/style-rtl.min.css";i:370;s:19:"read-more/style.css";i:371;s:23:"read-more/style.min.css";i:372;s:18:"rss/editor-rtl.css";i:373;s:22:"rss/editor-rtl.min.css";i:374;s:14:"rss/editor.css";i:375;s:18:"rss/editor.min.css";i:376;s:17:"rss/style-rtl.css";i:377;s:21:"rss/style-rtl.min.css";i:378;s:13:"rss/style.css";i:379;s:17:"rss/style.min.css";i:380;s:21:"search/editor-rtl.css";i:381;s:25:"search/editor-rtl.min.css";i:382;s:17:"search/editor.css";i:383;s:21:"search/editor.min.css";i:384;s:20:"search/style-rtl.css";i:385;s:24:"search/style-rtl.min.css";i:386;s:16:"search/style.css";i:387;s:20:"search/style.min.css";i:388;s:20:"search/theme-rtl.css";i:389;s:24:"search/theme-rtl.min.css";i:390;s:16:"search/theme.css";i:391;s:20:"search/theme.min.css";i:392;s:24:"separator/editor-rtl.css";i:393;s:28:"separator/editor-rtl.min.css";i:394;s:20:"separator/editor.css";i:395;s:24:"separator/editor.min.css";i:396;s:23:"separator/style-rtl.css";i:397;s:27:"separator/style-rtl.min.css";i:398;s:19:"separator/style.css";i:399;s:23:"separator/style.min.css";i:400;s:23:"separator/theme-rtl.css";i:401;s:27:"separator/theme-rtl.min.css";i:402;s:19:"separator/theme.css";i:403;s:23:"separator/theme.min.css";i:404;s:24:"shortcode/editor-rtl.css";i:405;s:28:"shortcode/editor-rtl.min.css";i:406;s:20:"shortcode/editor.css";i:407;s:24:"shortcode/editor.min.css";i:408;s:24:"site-logo/editor-rtl.css";i:409;s:28:"site-logo/editor-rtl.min.css";i:410;s:20:"site-logo/editor.css";i:411;s:24:"site-logo/editor.min.css";i:412;s:23:"site-logo/style-rtl.css";i:413;s:27:"site-logo/style-rtl.min.css";i:414;s:19:"site-logo/style.css";i:415;s:23:"site-logo/style.min.css";i:416;s:27:"site-tagline/editor-rtl.css";i:417;s:31:"site-tagline/editor-rtl.min.css";i:418;s:23:"site-tagline/editor.css";i:419;s:27:"site-tagline/editor.min.css";i:420;s:25:"site-title/editor-rtl.css";i:421;s:29:"site-title/editor-rtl.min.css";i:422;s:21:"site-title/editor.css";i:423;s:25:"site-title/editor.min.css";i:424;s:24:"site-title/style-rtl.css";i:425;s:28:"site-title/style-rtl.min.css";i:426;s:20:"site-title/style.css";i:427;s:24:"site-title/style.min.css";i:428;s:26:"social-link/editor-rtl.css";i:429;s:30:"social-link/editor-rtl.min.css";i:430;s:22:"social-link/editor.css";i:431;s:26:"social-link/editor.min.css";i:432;s:27:"social-links/editor-rtl.css";i:433;s:31:"social-links/editor-rtl.min.css";i:434;s:23:"social-links/editor.css";i:435;s:27:"social-links/editor.min.css";i:436;s:26:"social-links/style-rtl.css";i:437;s:30:"social-links/style-rtl.min.css";i:438;s:22:"social-links/style.css";i:439;s:26:"social-links/style.min.css";i:440;s:21:"spacer/editor-rtl.css";i:441;s:25:"spacer/editor-rtl.min.css";i:442;s:17:"spacer/editor.css";i:443;s:21:"spacer/editor.min.css";i:444;s:20:"spacer/style-rtl.css";i:445;s:24:"spacer/style-rtl.min.css";i:446;s:16:"spacer/style.css";i:447;s:20:"spacer/style.min.css";i:448;s:20:"table/editor-rtl.css";i:449;s:24:"table/editor-rtl.min.css";i:450;s:16:"table/editor.css";i:451;s:20:"table/editor.min.css";i:452;s:19:"table/style-rtl.css";i:453;s:23:"table/style-rtl.min.css";i:454;s:15:"table/style.css";i:455;s:19:"table/style.min.css";i:456;s:19:"table/theme-rtl.css";i:457;s:23:"table/theme-rtl.min.css";i:458;s:15:"table/theme.css";i:459;s:19:"table/theme.min.css";i:460;s:23:"tag-cloud/style-rtl.css";i:461;s:27:"tag-cloud/style-rtl.min.css";i:462;s:19:"tag-cloud/style.css";i:463;s:23:"tag-cloud/style.min.css";i:464;s:28:"template-part/editor-rtl.css";i:465;s:32:"template-part/editor-rtl.min.css";i:466;s:24:"template-part/editor.css";i:467;s:28:"template-part/editor.min.css";i:468;s:27:"template-part/theme-rtl.css";i:469;s:31:"template-part/theme-rtl.min.css";i:470;s:23:"template-part/theme.css";i:471;s:27:"template-part/theme.min.css";i:472;s:30:"term-description/style-rtl.css";i:473;s:34:"term-description/style-rtl.min.css";i:474;s:26:"term-description/style.css";i:475;s:30:"term-description/style.min.css";i:476;s:27:"text-columns/editor-rtl.css";i:477;s:31:"text-columns/editor-rtl.min.css";i:478;s:23:"text-columns/editor.css";i:479;s:27:"text-columns/editor.min.css";i:480;s:26:"text-columns/style-rtl.css";i:481;s:30:"text-columns/style-rtl.min.css";i:482;s:22:"text-columns/style.css";i:483;s:26:"text-columns/style.min.css";i:484;s:19:"verse/style-rtl.css";i:485;s:23:"verse/style-rtl.min.css";i:486;s:15:"verse/style.css";i:487;s:19:"verse/style.min.css";i:488;s:20:"video/editor-rtl.css";i:489;s:24:"video/editor-rtl.min.css";i:490;s:16:"video/editor.css";i:491;s:20:"video/editor.min.css";i:492;s:19:"video/style-rtl.css";i:493;s:23:"video/style-rtl.min.css";i:494;s:15:"video/style.css";i:495;s:19:"video/style.min.css";i:496;s:19:"video/theme-rtl.css";i:497;s:23:"video/theme-rtl.min.css";i:498;s:15:"video/theme.css";i:499;s:19:"video/theme.min.css";}}', 'yes'), (151, 'finished_updating_comment_type', '1', 'yes'), (152, 'litespeed.conf.__activation', '-1', 'yes'), (153, 'litespeed.cloud._summary', '{"curr_request.ver":0,"last_request.ver":1721522343,"news.utime":1729782086,"curr_request.news":0,"last_request.news":1729782086,"curr_request.ver_check":0,"last_request.ver_check":1738708643,"ips_ts":1735099558,"ips_ts_runner":1735099558,"ips":["102.221.36.98","103.106.229.82","103.106.229.94","103.146.63.42","103.152.118.219","103.152.118.72","103.164.203.163","103.188.22.12","103.28.90.190","103.75.117.169","104.225.142.116","104.244.77.37","108.61.158.223","109.248.43.195","135.148.120.32","136.243.106.228","139.84.230.39","141.164.38.65","145.239.252.65","146.88.239.197","147.78.0.165","147.78.3.13","147.78.3.161","149.248.44.108","149.28.136.245","149.28.47.113","149.28.85.239","152.228.171.66","152.53.36.14","152.53.38.14","155.138.221.81","156.67.218.140","157.90.154.114","158.51.123.249","162.254.117.80","162.254.118.29","163.182.174.161","163.47.21.168","164.52.202.100","167.71.185.204","167.88.61.211","170.249.218.98","178.17.171.177","178.22.124.247","178.22.124.251","178.255.220.12","18.192.146.200","185.116.60.231","185.116.60.232","185.126.237.51","185.212.169.91","185.228.26.40","185.53.57.40","185.53.57.89","188.172.228.182","188.172.229.113","188.64.184.71","190.92.176.5","191.96.101.140","192.248.156.201","192.99.38.117","193.203.191.189","194.163.134.104","194.36.144.221","195.231.17.141","198.38.89.73","199.59.247.242","201.182.97.70","202.182.123.93","202.61.226.253","204.10.163.237","209.124.84.191","209.208.26.218","211.23.143.87","213.159.1.75","213.183.48.170","213.184.85.245","216.238.106.164","216.238.71.13","23.95.73.167","27.131.75.41","31.131.4.244","31.22.115.186","31.40.212.152","34.247.229.180","34.249.110.197","38.101.149.196","38.114.121.40","38.54.30.228","38.54.42.235","38.54.79.187","38.60.253.237","41.185.29.210","41.223.52.170","45.124.65.86","45.132.244.92","45.248.77.61","45.32.123.201","45.32.169.55","45.32.183.112","45.32.210.159","45.32.67.144","45.32.77.223","45.63.67.181","45.76.252.131","45.77.148.74","45.77.233.177","46.250.220.133","49.12.102.29","5.134.119.103","5.134.119.194","5.188.183.13","5.189.146.228","51.81.186.219","51.81.33.156","54.246.224.74","54.36.103.97","61.219.247.87","61.219.247.90","64.176.4.251","64.227.16.93","64.31.63.160","65.108.104.232","65.20.75.178","65.21.81.50","65.21.81.51","66.42.124.101","67.219.99.102","69.50.95.216","70.34.205.229","79.172.239.249","81.31.156.245","81.31.156.246","83.229.71.151","86.105.14.231","86.105.14.232","89.58.38.4","91.148.135.53","91.201.67.57","91.228.7.67","92.118.205.75","93.95.227.66","94.75.232.90","95.179.133.28","95.216.116.209"]}', 'yes'), (155, 'litespeed.conf.hash', 'KBDAnQW2iGGGJPFdNO9fI7qW07J7LjiV', 'yes'), (156, 'litespeed.conf.auto_upgrade', '', 'yes'), (157, 'litespeed.conf.api_key', '', 'yes'), (158, 'litespeed.conf.server_ip', '', 'yes'), (159, 'litespeed.conf.guest', '', 'yes'), (160, 'litespeed.conf.guest_optm', '', 'yes'), (161, 'litespeed.conf.news', '1', 'yes'), (162, 'litespeed.conf.guest_uas', '["Lighthouse","GTmetrix","Google","Pingdom","bot","spider","PTST","HeadlessChrome"]', 'yes'), (163, 'litespeed.conf.guest_ips', '["208.70.247.157","172.255.48.130","172.255.48.131","172.255.48.132","172.255.48.133","172.255.48.134","172.255.48.135","172.255.48.136","172.255.48.137","172.255.48.138","172.255.48.139","172.255.48.140","172.255.48.141","172.255.48.142","172.255.48.143","172.255.48.144","172.255.48.145","172.255.48.146","172.255.48.147","52.229.122.240","104.214.72.101","13.66.7.11","13.85.24.83","13.85.24.90","13.85.82.26","40.74.242.253","40.74.243.13","40.74.243.176","104.214.48.247","157.55.189.189","104.214.110.135","70.37.83.240","65.52.36.250","13.78.216.56","52.162.212.163","23.96.34.105","65.52.113.236","172.255.61.34","172.255.61.35","172.255.61.36","172.255.61.37","172.255.61.38","172.255.61.39","172.255.61.40","104.41.2.19","191.235.98.164","191.235.99.221","191.232.194.51","52.237.235.185","52.237.250.73","52.237.236.145","104.211.143.8","104.211.165.53","52.172.14.87","40.83.89.214","52.175.57.81","20.188.63.151","20.52.36.49","52.246.165.153","51.144.102.233","13.76.97.224","102.133.169.66","52.231.199.170","13.53.162.7","40.123.218.94"]', 'yes'), (164, 'litespeed.conf.cache', '1', 'yes'), (165, 'litespeed.conf.cache-priv', '1', 'yes'), (166, 'litespeed.conf.cache-commenter', '1', 'yes'), (167, 'litespeed.conf.cache-rest', '1', 'yes'), (168, 'litespeed.conf.cache-page_login', '1', 'yes'), (169, 'litespeed.conf.cache-resources', '1', 'yes'), (170, 'litespeed.conf.cache-mobile', '', 'yes'), (171, 'litespeed.conf.cache-mobile_rules', '["Mobile","Android","Silk\\/","Kindle","BlackBerry","Opera Mini","Opera Mobi"]', 'yes'), (172, 'litespeed.conf.cache-browser', '', 'yes'), (173, 'litespeed.conf.cache-exc_useragents', '[]', 'yes'), (174, 'litespeed.conf.cache-exc_cookies', '[]', 'yes'), (175, 'litespeed.conf.cache-exc_qs', '[]', 'yes'), (176, 'litespeed.conf.cache-exc_cat', '[]', 'yes'), (177, 'litespeed.conf.cache-exc_tag', '[]', 'yes'), (178, 'litespeed.conf.cache-force_uri', '[]', 'yes'), (179, 'litespeed.conf.cache-force_pub_uri', '[]', 'yes'), (180, 'litespeed.conf.cache-priv_uri', '[]', 'yes'), (181, 'litespeed.conf.cache-exc', '[]', 'yes'), (182, 'litespeed.conf.cache-exc_roles', '[]', 'yes'); INSERT INTO `wpxo_options` VALUES (183, 'litespeed.conf.cache-drop_qs', '["fbclid","gclid","utm*","_ga"]', 'yes'), (184, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'), (185, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'), (186, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'), (187, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'), (188, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'), (189, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'), (190, 'litespeed.conf.cache-ttl_status', '["404 3600","500 600"]', 'yes'), (191, 'litespeed.conf.cache-login_cookie', '', 'yes'), (192, 'litespeed.conf.cache-vary_cookies', '[]', 'yes'), (193, 'litespeed.conf.cache-vary_group', '[]', 'yes'), (194, 'litespeed.conf.purge-upgrade', '1', 'yes'), (195, 'litespeed.conf.purge-stale', '', 'yes'), (196, 'litespeed.conf.purge-post_all', '', 'yes'), (197, 'litespeed.conf.purge-post_f', '1', 'yes'), (198, 'litespeed.conf.purge-post_h', '1', 'yes'), (199, 'litespeed.conf.purge-post_p', '1', 'yes'), (200, 'litespeed.conf.purge-post_pwrp', '1', 'yes'), (201, 'litespeed.conf.purge-post_a', '1', 'yes'), (202, 'litespeed.conf.purge-post_y', '', 'yes'), (203, 'litespeed.conf.purge-post_m', '1', 'yes'), (204, 'litespeed.conf.purge-post_d', '', 'yes'), (205, 'litespeed.conf.purge-post_t', '1', 'yes'), (206, 'litespeed.conf.purge-post_pt', '1', 'yes'), (207, 'litespeed.conf.purge-timed_urls', '[]', 'yes'), (208, 'litespeed.conf.purge-timed_urls_time', '', 'yes'), (209, 'litespeed.conf.purge-hook_all', '["switch_theme","wp_create_nav_menu","wp_update_nav_menu","wp_delete_nav_menu","create_term","edit_terms","delete_term","add_link","edit_link","delete_link"]', 'yes'), (210, 'litespeed.conf.esi', '', 'yes'), (211, 'litespeed.conf.esi-cache_admbar', '1', 'yes'), (212, 'litespeed.conf.esi-cache_commform', '1', 'yes'), (213, 'litespeed.conf.esi-nonce', '["stats_nonce","subscribe_nonce"]', 'yes'), (214, 'litespeed.conf.util-instant_click', '', 'yes'), (215, 'litespeed.conf.util-no_https_vary', '', 'yes'), (216, 'litespeed.conf.debug-disable_all', '', 'yes'), (217, 'litespeed.conf.debug', '', 'yes'), (218, 'litespeed.conf.debug-ips', '["127.0.0.1"]', 'yes'), (219, 'litespeed.conf.debug-level', '', 'yes'), (220, 'litespeed.conf.debug-filesize', '3', 'yes'), (221, 'litespeed.conf.debug-cookie', '', 'yes'), (222, 'litespeed.conf.debug-collaps_qs', '', 'yes'), (223, 'litespeed.conf.debug-inc', '[]', 'yes'), (224, 'litespeed.conf.debug-exc', '[]', 'yes'), (225, 'litespeed.conf.debug-exc_strings', '[]', 'yes'), (226, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'), (227, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'), (228, 'litespeed.conf.optm-css_min', '', 'yes'), (229, 'litespeed.conf.optm-css_comb', '', 'yes'), (230, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'yes'), (231, 'litespeed.conf.optm-ucss', '', 'yes'), (232, 'litespeed.conf.optm-ucss_inline', '', 'yes'), (233, 'litespeed.conf.optm-ucss_whitelist', '[]', 'yes'), (234, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'yes'), (235, 'litespeed.conf.optm-ucss_exc', '[]', 'yes'), (236, 'litespeed.conf.optm-css_exc', '[]', 'yes'), (237, 'litespeed.conf.optm-js_min', '', 'yes'), (238, 'litespeed.conf.optm-js_comb', '', 'yes'), (239, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'yes'), (240, 'litespeed.conf.optm-js_delay_inc', '[]', 'yes'), (241, 'litespeed.conf.optm-js_exc', '["jquery.js","jquery.min.js"]', 'yes'), (242, 'litespeed.conf.optm-html_min', '', 'yes'), (243, 'litespeed.conf.optm-html_lazy', '[]', 'yes'), (244, 'litespeed.conf.optm-qs_rm', '', 'yes'), (245, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'), (246, 'litespeed.conf.optm-css_async', '', 'yes'), (247, 'litespeed.conf.optm-ccss_per_url', '', 'yes'), (248, 'litespeed.conf.optm-ccss_sep_posttype', '["page"]', 'yes'), (249, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'yes'), (250, 'litespeed.conf.optm-css_async_inline', '1', 'yes'), (251, 'litespeed.conf.optm-css_font_display', '', 'yes'), (252, 'litespeed.conf.optm-js_defer', '', 'yes'), (253, 'litespeed.conf.optm-emoji_rm', '', 'yes'), (254, 'litespeed.conf.optm-noscript_rm', '', 'yes'), (255, 'litespeed.conf.optm-ggfonts_async', '', 'yes'), (256, 'litespeed.conf.optm-exc_roles', '[]', 'yes'), (257, 'litespeed.conf.optm-ccss_con', '', 'yes'), (258, 'litespeed.conf.optm-js_defer_exc', '["jquery.js","jquery.min.js","gtm.js","analytics.js"]', 'yes'), (259, 'litespeed.conf.optm-gm_js_exc', '[]', 'yes'), (260, 'litespeed.conf.optm-dns_prefetch', '[]', 'yes'), (261, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'), (262, 'litespeed.conf.optm-dns_preconnect', '[]', 'yes'), (263, 'litespeed.conf.optm-exc', '[]', 'yes'), (264, 'litespeed.conf.optm-guest_only', '1', 'yes'), (265, 'litespeed.conf.object', '', 'yes'), (266, 'litespeed.conf.object-kind', '', 'yes'), (267, 'litespeed.conf.object-host', 'localhost', 'yes'), (268, 'litespeed.conf.object-port', '11211', 'yes'), (269, 'litespeed.conf.object-life', '360', 'yes'), (270, 'litespeed.conf.object-persistent', '1', 'yes'), (271, 'litespeed.conf.object-admin', '1', 'yes'), (272, 'litespeed.conf.object-transients', '1', 'yes'), (273, 'litespeed.conf.object-db_id', '0', 'yes'), (274, 'litespeed.conf.object-user', '', 'yes'), (275, 'litespeed.conf.object-pswd', '', 'yes'), (276, 'litespeed.conf.object-global_groups', '["users","userlogins","useremail","userslugs","usermeta","user_meta","site-transient","site-options","site-lookup","site-details","blog-lookup","blog-details","blog-id-cache","rss","global-posts","global-cache-test"]', 'yes'), (277, 'litespeed.conf.object-non_persistent_groups', '["comment","counts","plugins","wc_session_id"]', 'yes'), (278, 'litespeed.conf.discuss-avatar_cache', '', 'yes'), (279, 'litespeed.conf.discuss-avatar_cron', '', 'yes'), (280, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'), (281, 'litespeed.conf.optm-localize', '', 'yes'), (282, 'litespeed.conf.optm-localize_domains', '["### Popular scripts ###","https:\\/\\/platform.twitter.com\\/widgets.js","https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js"]', 'yes'), (283, 'litespeed.conf.media-lazy', '', 'yes'), (284, 'litespeed.conf.media-lazy_placeholder', '', 'yes'), (285, 'litespeed.conf.media-placeholder_resp', '', 'yes'), (286, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'), (287, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns="http://www.w3.org/2000/svg" width="{width}" height="{height}" viewBox="0 0 {width} {height}"><rect width="100%" height="100%" style="fill:{color};fill-opacity: 0.1;"/></svg>', 'yes'), (288, 'litespeed.conf.media-lqip', '', 'yes'), (289, 'litespeed.conf.media-lqip_qual', '4', 'yes'), (290, 'litespeed.conf.media-lqip_min_w', '150', 'yes'), (291, 'litespeed.conf.media-lqip_min_h', '150', 'yes'), (292, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'), (293, 'litespeed.conf.media-iframe_lazy', '', 'yes'), (294, 'litespeed.conf.media-add_missing_sizes', '', 'yes'), (295, 'litespeed.conf.media-lazy_exc', '[]', 'yes'), (296, 'litespeed.conf.media-lazy_cls_exc', '["wmu-preview-img"]', 'yes'), (297, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'yes'), (298, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'yes'), (299, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'yes'), (300, 'litespeed.conf.media-lazy_uri_exc', '[]', 'yes'), (301, 'litespeed.conf.media-lqip_exc', '[]', 'yes'), (302, 'litespeed.conf.media-vpi', '', 'yes'), (303, 'litespeed.conf.media-vpi_cron', '', 'yes'), (304, 'litespeed.conf.img_optm-auto', '', 'yes'), (305, 'litespeed.conf.img_optm-cron', '1', 'yes'), (306, 'litespeed.conf.img_optm-ori', '1', 'yes'), (307, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'), (308, 'litespeed.conf.img_optm-webp', '', 'yes'), (309, 'litespeed.conf.img_optm-lossless', '', 'yes'), (310, 'litespeed.conf.img_optm-exif', '1', 'yes'), (311, 'litespeed.conf.img_optm-webp_attr', '["img.src","div.data-thumb","img.data-src","img.data-lazyload","div.data-large_image","img.retina_logo_url","div.data-parallax-image","div.data-vc-parallax-image","video.poster"]', 'yes'), (312, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'), (313, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'), (314, 'litespeed.conf.crawler', '', 'yes'), (315, 'litespeed.conf.crawler-usleep', '500', 'yes'), (316, 'litespeed.conf.crawler-run_duration', '400', 'yes'), (317, 'litespeed.conf.crawler-run_interval', '600', 'yes'), (318, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'), (319, 'litespeed.conf.crawler-threads', '3', 'yes'), (320, 'litespeed.conf.crawler-timeout', '30', 'yes'), (321, 'litespeed.conf.crawler-load_limit', '1', 'yes'), (322, 'litespeed.conf.crawler-sitemap', '', 'yes'), (323, 'litespeed.conf.crawler-drop_domain', '1', 'yes'), (324, 'litespeed.conf.crawler-map_timeout', '120', 'yes'), (325, 'litespeed.conf.crawler-roles', '[]', 'yes'), (326, 'litespeed.conf.crawler-cookies', '[]', 'yes'), (327, 'litespeed.conf.misc-heartbeat_front', '', 'yes'), (328, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'), (329, 'litespeed.conf.misc-heartbeat_back', '', 'yes'), (330, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'), (331, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'), (332, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'), (333, 'litespeed.conf.cdn', '', 'yes'), (334, 'litespeed.conf.cdn-ori', '[]', 'yes'), (335, 'litespeed.conf.cdn-ori_dir', '["wp-content","wp-includes"]', 'yes'), (336, 'litespeed.conf.cdn-exc', '[]', 'yes'), (337, 'litespeed.conf.cdn-quic', '', 'yes'), (338, 'litespeed.conf.cdn-cloudflare', '', 'yes'), (339, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'), (340, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'), (341, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'), (342, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'), (343, 'litespeed.conf.cdn-mapping', '[{"url":"","inc_img":"1","inc_css":"1","inc_js":"1","filetype":[".aac",".css",".eot",".gif",".jpeg",".jpg",".js",".less",".mp3",".mp4",".ogg",".otf",".pdf",".png",".svg",".ttf",".webp",".woff",".woff2"]}]', 'yes'), (344, 'litespeed.conf.cdn-attr', '[".src",".data-src",".href",".poster","source.srcset"]', 'yes'), (345, 'litespeed.conf.qc-token', '', 'yes'), (346, 'litespeed.conf.qc-nameservers', '', 'yes'), (347, 'litespeed.purge.queue', '-1', 'yes'), (348, 'litespeed.purge.queue2', '-1', 'yes'), (355, 'category_children', 'a:0:{}', 'yes'), (360, 'litespeed.optimize.timestamp_purge_css', '1738697760', 'yes'), (361, 'litespeed.gui.lscwp_whm_install', '-1', 'yes'), (374, 'litespeed.gui.dismiss', '-1', 'yes'), (375, 'litespeed.gui._summary', '{"new_version":1720432693,"score":1721037493,"new_version.last_check":1730298243,"new_version.v":"6.4.1"}', 'yes'), (376, 'litespeed.data.upgrading', '-1', 'yes'), (377, 'litespeed.admin_display.messages', '["<div class=\\"litespeed_icon notice notice-success is-dismissible\\"><p>Purged all caches successfully.<\\/p><\\/div>","<div class=\\"litespeed_icon notice notice-error is-dismissible\\"><p><p>Please add\\/replace the following codes into the beginning of \\/home\\/notabjze\\/pyirates.africa\\/.htaccess:<\\/p> <textarea style=\\"width:100%\\" rows=\\"10\\" readonly># BEGIN NON_LSCACHE\\n## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\\n## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\\n# END NON_LSCACHE<\\/textarea><\\/p><\\/div>"]', 'yes'), (394, 'current_theme', 'OceanWP Child Theme', 'yes'), (395, 'theme_mods_oceanwp', 'a:6:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:9:"main_menu";i:4;}s:18:"custom_css_post_id";i:75;s:11:"custom_logo";i:10;s:17:"ocean_retina_logo";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1720862353;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";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:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}}}}', 'no'), (396, 'theme_switched', '', 'yes'), (398, 'fs_active_plugins', 'O:8:"stdClass":3:{s:7:"plugins";a:1:{s:29:"ocean-extra/includes/freemius";O:8:"stdClass":4:{s:7:"version";s:5:"2.9.0";s:4:"type";s:6:"plugin";s:9:"timestamp";i:1730200121;s:11:"plugin_path";s:27:"ocean-extra/ocean-extra.php";}}s:7:"abspath";s:31:"/home/notabjze/pyirates.africa/";s:6:"newest";O:8:"stdClass":5:{s:11:"plugin_path";s:27:"ocean-extra/ocean-extra.php";s:8:"sdk_path";s:29:"ocean-extra/includes/freemius";s:7:"version";s:5:"2.9.0";s:13:"in_activation";b:0;s:9:"timestamp";i:1730200121;}}', 'yes'), (399, 'fs_debug_mode', '', 'yes'), (400, 'fs_accounts', 'a:6:{s:21:"id_slug_type_path_map";a:1:{i:3752;a:3:{s:4:"slug";s:7:"oceanwp";s:4:"type";s:5:"theme";s:4:"path";s:21:"oceanwp/functions.php";}}s:10:"theme_data";a:1:{s:7:"oceanwp";a:18:{s:19:"last_load_timestamp";i:1738708644;s:16:"plugin_main_file";O:8:"stdClass":1:{s:4:"path";s:21:"oceanwp/functions.php";}s:20:"is_network_activated";b:0;s:17:"install_timestamp";i:1719827977;s:17:"was_plugin_loaded";b:1;s:16:"sdk_last_version";s:5:"2.7.2";s:11:"sdk_version";s:5:"2.9.0";s:16:"sdk_upgrade_mode";b:1;s:18:"sdk_downgrade_mode";b:0;s:19:"plugin_last_version";s:5:"4.0.3";s:14:"plugin_version";s:5:"4.0.4";s:19:"plugin_upgrade_mode";b:1;s:21:"plugin_downgrade_mode";b:0;s:17:"connectivity_test";a:6:{s:12:"is_connected";N;s:4:"host";s:15:"pyirates.africa";s:9:"server_ip";s:13:"162.0.209.247";s:9:"is_active";b:1;s:9:"timestamp";i:1734658522;s:7:"version";s:5:"4.0.4";}s:15:"prev_is_premium";b:0;s:21:"is_pending_activation";b:1;s:21:"is_plugin_new_install";b:0;s:14:"previous_theme";s:7:"oceanwp";}}s:13:"file_slug_map";a:1:{s:7:"oceanwp";s:7:"oceanwp";}s:6:"themes";a:1:{s:7:"oceanwp";O:9:"FS_Plugin":24:{s:16:"parent_plugin_id";N;s:5:"title";s:7:"OceanWP";s:4:"slug";s:7:"oceanwp";s:12:"premium_slug";s:15:"oceanwp-premium";s:4:"type";s:5:"theme";s:20:"affiliate_moderation";b:0;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";N;s:4:"file";s:7:"oceanwp";s:7:"version";s:5:"4.0.4";s:11:"auto_update";N;s:4:"info";N;s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";s:4:"3767";s:17:"bundle_public_key";s:32:"pk_c334eb1ae413deac41e30bf00b9dc";s:17:"opt_in_moderation";N;s:10:"public_key";s:32:"pk_043077b34f20f5e11334af3c12493";s:10:"secret_key";N;s:2:"id";s:4:"3752";s:7:"updated";N;s:7:"created";N;s:22:"\0FS_Entity\0_is_updated";b:1;}}s:9:"unique_id";s:32:"dcb7e0be2b4358c171ce84fe0cc79997";s:13:"admin_notices";a:1:{s:13:"oceanwp:theme";a:0:{}}}', 'yes'), (401, 'widget_ocean_about_me', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (402, 'widget_ocean_contact_info', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (403, 'widget_ocean_custom_links', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (404, 'widget_ocean_custom_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (405, 'widget_ocean_facebook', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (406, 'widget_ocean_flickr', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (407, 'widget_ocean_mailchimp', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (408, 'widget_ocean_recent_posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (409, 'widget_ocean_social', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (410, 'widget_ocean_social_share', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (411, 'widget_ocean_tags', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (412, 'widget_ocean_twitter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (413, 'widget_ocean_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (414, 'widget_ocean_custom_header_logo', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (415, 'widget_ocean_custom_header_nav', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (417, 'ocean_extra_installed_time', '1719827978', 'yes'), (418, 'owp_dismiss_sticky_notice', '1', 'yes'), (420, 'ocean_notifications', 'a:3:{s:6:"update";i:1733754421;s:13:"notifications";a:0:{}s:7:"blocked";a:0:{}}', 'yes'), (422, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:9:"elementor";a:35:{s:4:"name";s:63:"Elementor Website Builder – More than Just a Page Builder";s:4:"slug";s:9:"elementor";s:7:"version";s:6:"3.25.3";s:6:"author";s:115:"<a href="https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash">Elementor.com</a>";s:14:"author_profile";s:40:"https://profiles.wordpress.org/elemntor/";s:12:"contributors";a:1:{s:8:"elemntor";a:3:{s:7:"profile";s:40:"https://profiles.wordpress.org/elemntor/";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/5da4d5137e6bbfaac62bc33164a10887?s=96&d=monsterid&r=g";s:12:"display_name";s:9:"Elementor";}}s:8:"requires";s:3:"6.3";s:6:"tested";s:3:"6.7";s:12:"requires_php";s:3:"7.4";s:16:"requires_plugins";a:0:{}s:6:"rating";i:92;s:7:"ratings";a:5:{i:5;i:5947;i:4;i:209;i:3;i:99;i:2;i:99;i:1;i:579;}s:11:"num_ratings";i:6933;s:11:"support_url";s:47:"https://wordpress.org/support/plugin/elementor/";s:15:"support_threads";i:208;s:24:"support_threads_resolved";i:105;s:15:"active_installs";i:10000000;s:12:"last_updated";s:21:"2024-10-30 1:11pm GMT";s:5:"added";s:10:"2016-05-30";s:8:"homepage";s:87:"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash";s:8:"sections";a:6:{s:11:"description";s:25368:"<p><iframe loading="lazy" title="Elementor - The Leading Platform for Web Creators" width="750" height="422" src="https://www.youtube.com/embed/le72grP_Q6k?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>\n<h4>THE #1 NO CODE DRAG & DROP WORDPRESS WEBSITE BUILDER POWERING OVER 17M WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly.</p>\n<p>Unlock all features with <a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/" rel="nofollow ugc">Elementor Pro</a>.</p>\n<h3>🌟 Create Professional Stunning Websites</h3>\n<ul>\n<li><strong><a href="https://go.elementor.com/feature-page-editor/" rel="nofollow ugc">Intuitive Drag & Drop Builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/" rel="nofollow ugc">Pixel-Perfect Design Tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/" rel="nofollow ugc">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates. Create and export your own templates for reuse.</li>\n<li><strong><a href="https://go.elementor.com/feature-page-editor/" rel="nofollow ugc">Advanced Widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more. Customize and style widgets to fit your design needs perfectly.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-ai/" rel="nofollow ugc">AI Capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images, or reference layouts from other websites.</li>\n</ul>\n<h4>🗝️ Key features:</h4>\n<ul>\n<li><strong><a href="https://go.elementor.com/feature-page-global-settings/" rel="nofollow ugc">Design System</a></strong>: Use Elementor’s Design System for consistent colors, typography, and design elements, ensuring a cohesive, professional look.</li>\n<li><strong><a href="https://go.elementor.com/feature-page-responsive-design/" rel="nofollow ugc">Responsive Design</a></strong>: Optimize your design for any device with custom breakpoints and device-specific adjustments. Ensure a seamless experience for desktop, tablet, and mobile users.</li>\n<li><strong>Mask Shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.</li>\n<li><strong>CSS Transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.</li>\n<li><strong>Entrance Animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.</li>\n<li><strong><a href="https://elementor.com/features/#SaveBackup" rel="nofollow ugc">Revision History</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-developers-developers-website/" rel="nofollow ugc">Developer-Friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.</li>\n<li><strong>Floating Buttons</strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/" rel="nofollow ugc">Theme Builder</a> [Pro]</strong>: Elementor’s robust Theme Builder empowers you to design every part of your website, including headers, footers, single post layouts, and archive pages, providing complete control over the site’s appearance.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/" rel="nofollow ugc">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/" rel="nofollow ugc">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/" rel="nofollow ugc">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/" rel="nofollow ugc">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.</li>\n<li><strong><a href="https://go.elementor.com/features-page-notes/" rel="nofollow ugc">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.</li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.</li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/" rel="nofollow ugc">Motion Effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.</li>\n<li><strong>Custom Fonts & Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>😍 Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>. Add eye-catching headlines.</li>\n<li><strong>Image</strong>. Control the size, opacity and more.</li>\n<li><strong>Text Editor</strong>. Just like the WordPress editor.</li>\n<li><strong>Video</strong>. Add YouTube, Vimeo, Dailymotion or self-hosted videos.</li>\n<li><strong>Button</strong>. Create interactive buttons.</li>\n<li><strong>Link in Bio</strong>. Build link in bio components to promote your business / services.</li>\n<li><strong>Image Box</strong>. A box with image, headline and text.</li>\n<li><strong>Testimonials</strong>. Customer testimonials.</li>\n<li><strong>Icon</strong>. Place one or more of 600+ icons available.</li>\n<li><strong>Icon Box</strong>. An icon, headline, and text with one widget.</li>\n<li><strong>Social Icons</strong>. Link to your social pages with the Facebook/X (formerly Twitter) icons.</li>\n<li><strong>Image Gallery</strong>. Display your images in a grid.</li>\n<li><strong>Image Carousel</strong>. Create rotating carousels or sliders for chosen images.</li>\n<li><strong>Icon List</strong>. Use any icon to create a bullet list.</li>\n<li><strong>Counter</strong>. Show numbers in an escalating manner.</li>\n<li><strong>Progress Bar</strong>. Include an escalating progress bar.</li>\n<li><strong>Nested Tabs</strong>. Display content in vertical or horizontal tabs.</li>\n<li><strong>Nested Accordion</strong>. Display any type of content in collapsible sections.</li>\n<li><strong>Toggle</strong>. Use the Toggle to hide or display content, like FAQ.</li>\n<li><strong>Rating</strong>. Display how many stars (or another icon) other visitors gave.</li>\n<li><strong>Alert</strong>. Include a colored alert box to draw visitor’s attention.</li>\n<li><strong>HTML</strong>. Insert code into the page.</li>\n<li><strong>Shortcode</strong>. Insert shortcodes from any plugin into the page.</li>\n<li><strong>Menu Anchor</strong>. Link any menu to this anchor.</li>\n<li><strong>Read More</strong>. Set the Read More cut-off for the excerpt in archive pages.</li>\n<li><strong>Sidebar</strong>. Add sidebars onto the page.</li>\n<li><strong>Google Maps</strong>. Embed maps into the page.</li>\n<li><strong>SoundCloud</strong>. Add SoundCloud audio bits.</li>\n<li><strong>Divider</strong>. Separate content with a designed divider.</li>\n<li><strong>Spacer</strong>. Add space between elements.</li>\n<li><strong>Text Path</strong>. Attach your text to a path.</li>\n<li><strong>And counting…</strong></li>\n</ul>\n<h3>🚀 Enhance Your Website</h3>\n<p><strong><a href="https://go.elementor.com/wp-repo-description-tab-performance-performance-page/" rel="nofollow ugc">High-Performing Websites</a></strong>: Website performance impacts your visitor’s experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM Output</strong>: Streamlined HTML structure for faster rendering.</li>\n<li><strong>Improved Media File Loading</strong>: Optimized loading of images, videos, and other media assets.</li>\n<li><strong>Reduced CSS and JS Files</strong>: Minimized and concatenated stylesheets and scripts for quicker loading times.</li>\n<li><strong>Lazy Loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.</li>\n<li><strong>Faster Font Loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.</li>\n<li><strong>Optimized Front-End Asset Loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.</li>\n<li><strong>Element Caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>🔥 Elementor Pro Features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/" rel="nofollow ugc">Elementor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Pro Design Widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.</li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.</li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.</li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.</li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.</li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.</li>\n<li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience.</li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.</li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.</li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.</li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.</li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.</li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.</li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.</li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.</li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.</li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.</li>\n<li><strong>Table Of Content</strong>: Generate a table of contents for longer articles or guides to improve navigation.</li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.</li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.</li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.</li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.</li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.</li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.</li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.</li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts.</li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.</li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.</li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.</li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.</li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.</li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.</li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Pro Theme Widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.</li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.</li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.</li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.</li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.</li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.</li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.</li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.</li>\n<li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes.</li>\n<li><strong>Site Title</strong>: Customize the title of your website.</li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.</li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.</li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.</li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Pro WooCommerce Widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.</li>\n<li><strong>Product Title</strong>: Customize the title of individual products.</li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.</li>\n<li><strong>Product Price</strong>: Display the price of individual products.</li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.</li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.</li>\n<li><strong>Product Stock</strong>: Display stock availability for products.</li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.</li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.</li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.</li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.</li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.</li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.</li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.</li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.</li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.</li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.</li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.</li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.</li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.</li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.</li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.</li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.</li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/" rel="nofollow ugc">Elementor Pro</a></strong>!</p>\n<h4>🔒 SECURITY AND COMPLIANCE</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href="https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/" rel="nofollow ugc">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href="https://go.elementor.com/trust-center/" rel="nofollow ugc">Trust Center</a>.</p>\n<h4>♿ Accessibility Best Practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>🌐 Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/" rel="nofollow ugc">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via translate.wordpress.org. See our guide on <a href="https://go.elementor.com/wp-repo-description-tab-help-center-translate/" rel="nofollow ugc">how to translate and localize the plugin</a>.</p>\n<h4>⏩ Use of 3rd Party Services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts – are loaded to add additional fonts to your website. Google’s <a href="https://policies.google.com/terms" rel="nofollow ugc">TOS</a> and <a href="https://policies.google.com/privacy" rel="nofollow ugc">Privacy Policy</a></li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly mentioned, requiring your approval and manual opt-in. Learn more in our <a href="https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/" rel="nofollow ugc">TOS</a> and <a href="https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/" rel="nofollow ugc">Privacy Policy</a>.</li>\n</ul>\n<h4>📧 Related Products by Elementor</h4>\n<p><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-io/" rel="nofollow ugc">Image Optimizer</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-sm/" rel="nofollow ugc">Site Mailer</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<p><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-ai/" rel="nofollow ugc">AI Tools</a></strong>: Elementor’s AI helps generate text and optimize designs, speeding up content creation and website building.</p>\n<h4>📣 See What Our Users Have to Say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href="https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/" rel="ugc">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href="https://wordpress.org/support/topic/a-wonderful-experience/" rel="ugc">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” – ★★★★★ <em><a href="https://wordpress.org/support/topic/easily-my-most-used-wp-plugin/" rel="ugc">Xander Venske</a></em></p>\n<p>“I upgraded to the Pro version and just love this plugin!” – ★★★★★ <em><a href="https://wordpress.org/support/topic/love-elementor-17/" rel="ugc">Andybarn56</a></em></p>\n<p>“Excellent product with great tech support” – ★★★★★ <em><a href="https://wordpress.org/support/topic/excellent-product-with-great-tech-support/" rel="ugc">Martywilsonnj</a></em></p>\n</blockquote>\n<p><em><a href="https://wordpress.org/support/plugin/elementor/reviews/?filter=5" rel="ugc">More testimonials</a></em></p>\n<h4>🌍 Join a Global Community</h4>\n<p>Join a global community that helps each other achieve their goals.</p>\n<ul>\n<li><a href="https://elemn.to/discord" rel="nofollow ugc">Discord Community</a> – Topic and language-specific channels, plus Ella, an amazing AI helper, ready to assist you.</li>\n<li><a href="https://go.elementor.com/wp-repo-description-tab-facebook-group/" rel="nofollow ugc">Facebook Community</a> – Over 150K+ members, offering support, advice, feedback, and tutorials.</li>\n<li><a href="https://go.elementor.com/wp-repo-description-tab-github-repo/" rel="nofollow ugc">GitHub Community</a> – Get information about releases, request features, or report a bug.</li>\n<li><a href="https://go.elementor.com/wp-repo-description-tab-addons-dozens-of-elementor-addons/" rel="nofollow ugc">Elementor Addons, Themes, and Kits</a> Themes and Kits – created specifically for Elementor.</li>\n<li>Learn valuable insights and techniques from our <a href="https://go.elementor.com/wp-repo-description-tab-youtube-channel/" rel="nofollow ugc">YouTube Channel</a>.</li>\n<li>Access our <a href="https://go.elementor.com/wp-repo-description-tab-academy-elementor-academy/" rel="nofollow ugc">Academy</a> and <a href="https://go.elementor.com/wp-repo-description-tab-help-center-help-center/" rel="nofollow ugc">Help Center</a> – Find …</li>\n</ul>\n";s:12:"installation";s:1461:"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.3 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.0 or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>PHP version 8.1 or greater</li>\n<li>MySQL version 5.6 or greater</li>\n<li>WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)</li>\n</ul>\n<p><iframe loading="lazy" title="Installing Elementor on WordPress" width="750" height="422" src="https://www.youtube.com/embed/9EZ159ryFNs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n<li>Go to Pages > Add New</li>\n<li>Press the ‘Edit with Elementor’ button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href="https://elementor.com/help/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow ugc">Knowledge Base</a>.</p>\n";s:3:"faq";s:4862:"\n<dt id=''how%20do%20i%20install%20elementor%3F''>\nHow do I install Elementor?\n</h4>\n<p>\n<p>To install the free version of Elementor, follow the steps below:<br />\nFrom your WordPress dashboard -> Go to Plugins -> Click on ‘Add new’-> In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -> After installation, click Activate.</p>\n</p>\n<dt id=''does%20elementor%20work%20with%20all%20the%20themes%3F''>\nDoes Elementor work with all the themes?\n</h4>\n<p>\n<p>Elementor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href="https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/" rel="nofollow ugc">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor, and optimize your experience.</p>\n</p>\n<dt id=''is%20elementor%20compatible%20with%20gutenberg%3F''>\nIs Elementor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=''can%20i%20create%20an%20online%20store%3F''>\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=''does%20it%20work%20with%20other%20wordpress%20plugins%3F''>\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor.</p>\n</p>\n<dt id=''do%20i%20need%20to%20know%20how%20to%20code%3F''>\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=''do%20i%20need%20to%20know%20how%20to%20design%3F''>\nDo i need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit toevery industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=''will%20elementor%20slow%20down%20my%20website%3F''>\nWill elementor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of Elementor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=''is%20my%20site%20secure%20with%20elementor%3F''>\nIs my site secure with Elementor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=''can%20i%20buy%20templates%20separately%3F''>\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor.</p>\n</p>\n<dt id=''is%20elementor%20compatible%20with%20post%20and%20custom%20post%20types%3F''>\nIs Elementor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=''what%20is%20the%20difference%20between%20elementor%27s%20free%20plugin%20and%20elementor%20pro''>\nWhat is the difference between Elementor’s free Plugin and Elementor Pro\n</h4>\n<p>\n<p>Elementor’s Free version allows you to explore our revolutionary drag & drop live editor, basic widgets and templates. Elementor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=''how%20can%20i%20become%20a%20contributor''>\nHow can I become a Contributor\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href="https://github.com/elementor/elementor" rel="nofollow ugc">Elementor GitHub Repository</a> and see where you can help.<br />\nYou can also add a new language via <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/" rel="nofollow ugc">translate.wordpress.org</a>. We’ve built a short guide explaining <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/" rel="nofollow ugc">how to translate and localize the plugin</a>.</p>\n</p>\n\n";s:9:"changelog";s:3670:"<h4>3.25.3 – 2024-10-30</h4>\n<ul>\n<li>Fix: Global Widgets are not displaying correctly in both the editor and frontend (<a href="https://github.com/elementor/elementor/issues/29112" rel="nofollow ugc">#29112</a>)</li>\n</ul>\n<h4>3.25.2 – 2024-10-29</h4>\n<ul>\n<li>Fix: Global Widgets are not displaying correctly in the editor (<a href="https://github.com/elementor/elementor/issues/29092" rel="nofollow ugc">#29092</a>)</li>\n<li>Fix: Image captions are not displaying for non-logged-in users in Image Carousel widget</li>\n</ul>\n<h4>3.25.1 – 2024-10-28</h4>\n<ul>\n<li>Fix: Custom template fails to insert into the page and displays a permission error (<a href="https://github.com/elementor/elementor/issues/29076" rel="nofollow ugc">#29076</a>)</li>\n<li>Fix: Global Widgets not displaying correctly on the frontend (<a href="https://github.com/elementor/elementor/issues/29076" rel="nofollow ugc">#29076</a>)</li>\n</ul>\n<h4>3.25.0 – 2024-10-28</h4>\n<ul>\n<li>New: Introducing Optimized Markup as an Alpha experiment – Reduce DOM size by eliminating unnecessary HTML wrappers in various elements and widgets</li>\n<li>Tweak: Reduced the use of JavaScript for smooth scrolling by implementing a modern CSS-based solution (<a href="https://github.com/elementor/elementor/issues/13773" rel="nofollow ugc">#13773</a>)</li>\n<li>Tweak: Updated smooth scroll behavior to respect the user’s reduced motion preference setting</li>\n<li>Tweak: Removed <code>elementor-button-wrapper</code> div from Button widget as part of the Optimized Markup experiment</li>\n<li>Tweak: Load styles for Floating Elements separately to enhance performance</li>\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance</li>\n<li>Tweak: Optimized <code>global.css</code> to exclude style generation for unused widgets</li>\n<li>Tweak: Removed the Floating Elements modules from <code>module.js</code></li>\n<li>Tweak: Added “Edit with Elementor” button to WooCommerce’s new product editor</li>\n<li>Tweak: Merged “Build with AI” feature to version</li>\n<li>Tweak: Merged “Grid Container” to “Flexbox Container” feature</li>\n<li>Tweak: Activated “Editor Top Bar” feature for existing sites</li>\n<li>Tweak: Activated “Optimized Control Loading” for existing sites and promoted the feature to stable</li>\n<li>Tweak: Activated “Nested Elements” feature for existing sites</li>\n<li>Tweak: Removed compatibility CSS support for the Twenty Fifteen theme</li>\n<li>Tweak: Renamed the “Flexbox Container” feature to “Container” feature</li>\n<li>Fix: Expand Icon in the Accordion widget would not display when nested inside another Accordion widget (<a href="https://github.com/elementor/elementor/issues/24086" rel="nofollow ugc">#24086</a>)</li>\n<li>Fix: Swiper incorrectly applied the <code>inert</code> attribute to a slide in the Nested Carousel (<a href="https://github.com/elementor/elementor/issues/23039" rel="nofollow ugc">#23039</a>)</li>\n<li>Fix: Footer would overlap the Archive Posts, Portfolio, and Gallery widgets in mobile view when using the Archive template</li>\n<li>Fix: “Edit with Elementor AI” button is visible for unsupported file types</li>\n<li>Fix: Structure panel indicator color is not visible in dark mode</li>\n<li>Fix: Indentation issue with empty elements in the Structure panel</li>\n<li>Fix: “Reference a website” feature in Elementor AI failed to work in Safari 17</li>\n</ul>\n<p><a href="https://go.elementor.com/full-changelog/" rel="nofollow ugc">See changelog for all versions.</a></p>\n";s:11:"screenshots";s:3148:"<ol><li><a href="https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087" alt="<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs."></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087" alt="<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time."></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087" alt="<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device."></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087" alt="<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization."></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087" alt="<strong>Nested Elements</strong> Leverage Elementor's Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility."></a><p><strong>Nested Elements</strong> Leverage Elementor''s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087" alt="<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors."></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>";s:7:"reviews";s:17613:"<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Hidden Mobile Elements Reappearing</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/fvanschaik/"><img alt='''' src=''https://secure.gravatar.com/avatar/895aa97de1b2b5ab9c3d14a574110591?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/895aa97de1b2b5ab9c3d14a574110591?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/fvanschaik/" class="reviewer-name">iDesi Media <small>(fvanschaik)</small></a> on <span class="review-date">October 30, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>All elements you had hidden for mobile are now being displayed again. How is this possible? Is anyone else experiencing this issue?</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Perfect tool</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="5 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="5" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/sunid/"><img alt='''' src=''https://secure.gravatar.com/avatar/d46aa5a2c460dd246e17f7be202edb3f?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/d46aa5a2c460dd246e17f7be202edb3f?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/sunid/" class="reviewer-name">sunid</a> on <span class="review-date">October 30, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>Very efficient and easy</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">the best!</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="5 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="5" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/crivil/"><img alt='''' src=''https://secure.gravatar.com/avatar/772bdca6c92267efcfe709c09c64a728?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/772bdca6c92267efcfe709c09c64a728?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/crivil/" class="reviewer-name">crivil</a> on <span class="review-date">October 30, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>the best page builder!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">HUGE MISTAKE BUYING ELEMENTOR PRO - CLUNKY, SLOW, BREAKS YOUR SITE CONTANTLY</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/higginsnewsnetwork/"><img alt='''' src=''https://secure.gravatar.com/avatar/3310c0ce6871cd8e1125081ba08955e3?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/3310c0ce6871cd8e1125081ba08955e3?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/higginsnewsnetwork/" class="reviewer-name">HigginsNewsNetwork</a> on <span class="review-date">October 29, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>I am livid at what a piece of crap experience it''s been with this POS product. There''s a whole genre of web devs that migrate you AWAY from Elementor it''s so bad. Buyer Beware. Don''t do it.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Dynamic mode floating function 3.25.3 does not work anymore</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="2 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="2" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/rapidetech/"><img alt='''' src=''https://secure.gravatar.com/avatar/51a753f796724c115c71c5e2ee7066af?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/51a753f796724c115c71c5e2ee7066af?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/rapidetech/" class="reviewer-name">Rapidetech <small>(rapidetech)</small></a> on <span class="review-date">October 30, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>Floating mode disappears on edition mode completely .Missing cart actualization (items pictures ) on edition mode,as dynamic floated widget does not work anymore in this version 3.25.3 since version 3.24.7. Only in anonymous mode all floating mode works... Pls verify situation carefully in a stable version,everytime you changed version ,everytime is a stress to know if elementor will work or not ....</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">What is up with all these updates every few hours?</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="2 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="2" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/mrnbdyyy/"><img alt='''' src=''https://secure.gravatar.com/avatar/42410d431800f635a5e0df45c808e17b?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/42410d431800f635a5e0df45c808e17b?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/mrnbdyyy/" class="reviewer-name">mrnbdyyy</a> on <span class="review-date">October 29, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>What happened to QA and pre-release testing? I feel like the Elementor team is treating my websites as a testing ground for all their releases and updates. These frequent updates are very annoying, specifically because this plugin involves multiple steps in updates: update plugin, then update pro, then regenerate CSS, and now multiply this with all sites where you have these plugins. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">UPDATE to Is Elementor the new WordPress Dashboard?</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/wowtech/"><img alt='''' src=''https://secure.gravatar.com/avatar/564d6b420b29ae003b921a8e3d552199?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/564d6b420b29ae003b921a8e3d552199?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/wowtech/" class="reviewer-name">deleted <small>(wowtech)</small></a> on <span class="review-date">October 29, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>Update: Oct 29th, 2024<br />The pro version is not a professional level plugin. Updates are still causing huge CSS issues rendering sites unreadable. This is manifesting as downtime in site monitors. Blocking updates is worse amateurish. No other plugin causes this error:<br />Unable to find an appropriate plugin version name = ''elementor-pro'' sourceId = ''2'' version = ''3.24.1''<br />But Elementor Pro has been causing this for nearly a year. So dropping a couple more stars while trying to understand why I have paid so much for so long.<br /><br />Elementor is causing more and more issues. Too many to write about as I still have to click ten times through the morass of pop ups and that''s all the time I''m willing to spend.<br /><br />If you can''t allow updates to work properly and you can''t fix the breakages when a site does update you may want to find work that inspires you to do better.<br /><br />These issues have now been normalized in the wordpress ecosystem. As I wrote to Ma.tt some years ago. Wordpress is being destroyed from the inside. <br /><br /><!-- wp:paragraph --> <p class=""><strong>Too many clicks - Dialogs may cause ham.</strong><br><br>Login to my client site to correct a misspelled word.<br>Update Dashboard opens to unexpectedly display:<br>1 click to close ELEMENTOR dialog<br>1 click to close regular ELEMENTOR version dialog<br>1 click to run the regular ELEMENTOR version updater<br>1 click to run the pro ELEMENTOR version updater</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p class="">1 click to plugins. "2" indicates at top that 2 ELEMENTOR plugins are out of date. Only ELEMENTOR plugins are out of date.<br>1 click per ELEMENTOR checkbox to select.<br>1 click to run updater.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p class="">2 more clicks plugin page because "The version was updated successfully!" Includes link to trouble shooter if ELEMENTOR update site breaks.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p class="">3 screen and 10 clicks later it becomes safe to work on website. Every few days. I might want ham to come. Because yum.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p class="">Then once I get into the editor a blue ELEMENTOR notification displays.<br>1 click to open dialog and read the ELEMENTOR advertisement title to be sure site isn''t broken.<br>1 click to close dialog and go back to work.</p> <!-- /wp:paragraph --></p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Crashing website updates</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/tariqwp/"><img alt='''' src=''https://secure.gravatar.com/avatar/35710533cf0dc85d2789dd42e223fce3?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/35710533cf0dc85d2789dd42e223fce3?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/tariqwp/" class="reviewer-name">tariqwp</a> on <span class="review-date">October 29, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>Every while they do updates that causing crashing the whole website</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Horrible Experience</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/gregwatkins503/"><img alt='''' src=''https://secure.gravatar.com/avatar/bd836e08eb0461790994b3ea14cb48be?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/bd836e08eb0461790994b3ea14cb48be?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/gregwatkins503/" class="reviewer-name">gregwatkins503</a> on <span class="review-date">October 28, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>It has this massive header that you ether cant remove or they''ve changed where to remove it... ether way it''s stuck there. NOT USER FRIENDLY AT ALL!!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">3.24 break a lot of components</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/joaoperigo/"><img alt='''' src=''https://secure.gravatar.com/avatar/9466059b4c1c8f565b570dcb2fa12eb2?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/9466059b4c1c8f565b570dcb2fa12eb2?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/joaoperigo/" class="reviewer-name">joaoperigo</a> on <span class="review-date">October 28, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>The version 3.24 is breaking all pages. can''t add captions and styles. For an example, image slider don''t have caption anymore.... A figure tag html with no caption it''s kind of absurd.</p>\n<!-- /wp:paragraph --></div>\n</div>\n";}s:17:"short_description";s:145:"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!";s:13:"download_link";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip";s:14:"upgrade_notice";a:0:{}s:11:"screenshots";a:6:{i:1;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087";s:7:"caption";s:144:"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.";}i:2;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087";s:7:"caption";s:185:"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.";}i:3;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087";s:7:"caption";s:170:"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.";}i:4;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087";s:7:"caption";s:193:"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.";}i:5;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087";s:7:"caption";s:190:"<strong>Nested Elements</strong> Leverage Elementor''s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.";}i:6;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087";s:7:"caption";s:127:"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.";}}s:4:"tags";a:5:{s:13:"drag-and-drop";s:13:"drag-and-drop";s:6:"editor";s:6:"editor";s:9:"elementor";s:9:"elementor";s:12:"landing-page";s:12:"landing page";s:12:"page-builder";s:12:"page builder";}s:8:"versions";a:275:{s:5:"3.0.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip";s:5:"3.0.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip";s:6:"3.0.10";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip";s:6:"3.0.11";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip";s:6:"3.0.12";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip";s:6:"3.0.13";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip";s:6:"3.0.14";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip";s:6:"3.0.15";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip";s:6:"3.0.16";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip";s:5:"3.0.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip";s:5:"3.0.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip";s:5:"3.0.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip";s:5:"3.0.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip";s:5:"3.0.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip";s:5:"3.0.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip";s:5:"3.0.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip";s:7:"3.0.8.1";s:60:"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip";s:5:"3.0.9";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip";s:5:"3.1.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip";s:11:"3.1.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip";s:11:"3.1.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip";s:11:"3.1.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip";s:11:"3.1.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip";s:10:"3.1.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip";s:10:"3.1.0-dev2";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip";s:10:"3.1.0-dev3";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip";s:5:"3.1.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip";s:5:"3.1.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip";s:5:"3.1.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip";s:5:"3.1.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip";s:6:"3.10.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip";s:11:"3.10.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip";s:6:"3.10.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip";s:6:"3.10.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip";s:6:"3.11.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip";s:12:"3.11.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip";s:12:"3.11.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip";s:12:"3.11.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip";s:11:"3.11.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip";s:11:"3.11.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip";s:11:"3.11.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip";s:6:"3.11.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip";s:6:"3.11.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip";s:6:"3.11.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip";s:6:"3.11.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip";s:6:"3.11.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip";s:6:"3.12.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip";s:6:"3.12.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip";s:6:"3.12.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip";s:6:"3.13.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip";s:12:"3.13.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip";s:12:"3.13.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip";s:12:"3.13.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip";s:11:"3.13.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip";s:11:"3.13.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip";s:6:"3.13.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip";s:6:"3.13.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip";s:6:"3.13.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip";s:6:"3.13.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip";s:6:"3.14.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip";s:12:"3.14.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip";s:12:"3.14.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip";s:12:"3.14.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip";s:12:"3.14.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip";s:12:"3.14.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip";s:6:"3.14.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip";s:6:"3.15.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip";s:6:"3.15.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip";s:6:"3.15.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip";s:6:"3.15.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip";s:6:"3.16.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip";s:12:"3.16.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip";s:12:"3.16.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip";s:11:"3.16.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip";s:11:"3.16.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip";s:6:"3.16.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip";s:6:"3.16.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip";s:6:"3.16.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip";s:6:"3.16.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip";s:6:"3.16.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip";s:6:"3.16.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip";s:6:"3.17.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip";s:11:"3.17.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip";s:11:"3.17.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip";s:11:"3.17.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip";s:6:"3.17.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip";s:6:"3.17.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip";s:6:"3.17.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip";s:6:"3.18.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip";s:12:"3.18.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip";s:12:"3.18.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip";s:12:"3.18.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip";s:12:"3.18.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip";s:11:"3.18.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip";s:6:"3.18.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip";s:6:"3.18.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip";s:6:"3.18.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip";s:6:"3.19.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip";s:12:"3.19.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip";s:12:"3.19.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip";s:12:"3.19.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip";s:12:"3.19.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip";s:12:"3.19.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip";s:12:"3.19.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip";s:11:"3.19.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip";s:11:"3.19.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip";s:11:"3.19.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip";s:11:"3.19.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip";s:11:"3.19.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip";s:11:"3.19.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip";s:6:"3.19.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip";s:6:"3.19.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip";s:6:"3.19.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip";s:6:"3.19.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip";s:5:"3.2.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip";s:5:"3.2.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip";s:5:"3.2.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip";s:5:"3.2.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip";s:5:"3.2.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip";s:5:"3.2.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip";s:6:"3.20.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip";s:12:"3.20.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip";s:12:"3.20.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip";s:12:"3.20.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip";s:12:"3.20.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip";s:11:"3.20.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip";s:11:"3.20.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip";s:11:"3.20.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip";s:11:"3.20.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip";s:6:"3.20.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip";s:6:"3.20.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip";s:6:"3.20.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip";s:6:"3.20.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip";s:6:"3.21.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip";s:12:"3.21.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip";s:12:"3.21.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip";s:12:"3.21.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip";s:11:"3.21.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip";s:11:"3.21.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip";s:11:"3.21.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip";s:6:"3.21.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip";s:6:"3.21.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip";s:6:"3.21.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip";s:6:"3.21.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip";s:6:"3.21.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip";s:6:"3.21.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip";s:6:"3.21.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip";s:6:"3.21.8";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip";s:6:"3.22.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip";s:12:"3.22.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip";s:12:"3.22.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip";s:12:"3.22.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip";s:12:"3.22.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip";s:12:"3.22.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip";s:12:"3.22.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip";s:11:"3.22.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip";s:11:"3.22.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip";s:11:"3.22.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip";s:11:"3.22.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip";s:11:"3.22.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip";s:11:"3.22.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip";s:6:"3.22.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip";s:6:"3.22.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip";s:6:"3.22.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip";s:6:"3.23.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip";s:12:"3.23.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip";s:12:"3.23.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip";s:12:"3.23.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip";s:12:"3.23.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip";s:12:"3.23.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip";s:12:"3.23.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip";s:11:"3.23.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip";s:11:"3.23.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip";s:11:"3.23.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip";s:11:"3.23.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip";s:11:"3.23.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip";s:11:"3.23.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip";s:6:"3.23.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip";s:6:"3.23.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip";s:6:"3.23.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip";s:6:"3.23.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip";s:6:"3.24.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip";s:12:"3.24.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip";s:12:"3.24.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip";s:12:"3.24.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip";s:11:"3.24.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip";s:11:"3.24.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip";s:11:"3.24.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip";s:6:"3.24.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip";s:6:"3.24.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip";s:6:"3.24.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip";s:6:"3.24.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip";s:6:"3.24.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip";s:6:"3.24.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip";s:6:"3.24.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip";s:6:"3.24.8";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip";s:6:"3.25.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip";s:12:"3.25.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip";s:12:"3.25.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip";s:12:"3.25.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip";s:11:"3.25.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip";s:11:"3.25.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip";s:11:"3.25.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip";s:6:"3.25.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip";s:6:"3.25.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip";s:6:"3.25.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip";s:5:"3.3.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip";s:5:"3.3.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip";s:5:"3.4.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip";s:10:"3.4.0-dev7";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip";s:10:"3.4.0-dev8";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip";s:10:"3.4.0-dev9";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip";s:5:"3.4.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip";s:5:"3.4.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip";s:5:"3.4.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip";s:5:"3.4.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip";s:5:"3.4.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip";s:5:"3.4.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip";s:5:"3.4.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip";s:5:"3.4.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip";s:5:"3.5.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip";s:11:"3.5.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip";s:11:"3.5.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip";s:11:"3.5.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip";s:11:"3.5.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip";s:11:"3.5.0-beta5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip";s:11:"3.5.0-beta7";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip";s:11:"3.5.0-beta8";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip";s:10:"3.5.0-dev8";s:63:"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip";s:10:"3.5.0-dev9";s:63:"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip";s:5:"3.5.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip";s:5:"3.5.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip";s:5:"3.5.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip";s:5:"3.5.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip";s:5:"3.5.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip";s:5:"3.5.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip";s:5:"3.6.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip";s:11:"3.6.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip";s:11:"3.6.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip";s:11:"3.6.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip";s:11:"3.6.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip";s:11:"3.6.0-beta5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip";s:10:"3.6.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip";s:11:"3.6.0-dev10";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip";s:5:"3.6.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip";s:5:"3.6.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip";s:5:"3.6.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip";s:5:"3.6.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip";s:5:"3.6.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip";s:5:"3.6.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip";s:5:"3.6.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip";s:5:"3.6.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip";s:5:"3.7.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip";s:11:"3.7.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip";s:11:"3.7.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip";s:11:"3.7.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip";s:11:"3.7.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip";s:10:"3.7.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip";s:5:"3.7.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip";s:5:"3.7.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip";s:5:"3.7.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip";s:5:"3.7.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip";s:5:"3.7.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip";s:5:"3.7.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip";s:5:"3.7.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip";s:5:"3.7.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip";s:5:"3.8.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip";s:11:"3.8.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip";s:11:"3.8.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip";s:11:"3.8.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip";s:5:"3.8.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip";s:5:"3.9.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip";s:5:"3.9.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip";s:5:"3.9.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip";s:5:"trunk";s:52:"https://downloads.wordpress.org/plugin/elementor.zip";}s:14:"business_model";s:10:"commercial";s:14:"repository_url";s:0:"";s:22:"commercial_support_url";s:94:"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support";s:11:"donate_link";s:0:"";s:7:"banners";a:2:{s:3:"low";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133";s:4:"high";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133";}s:5:"icons";a:2:{s:2:"1x";s:62:"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597";s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597";}s:12:"preview_link";s:0:"";s:4:"Name";s:63:"Elementor Website Builder – More than Just a Page Builder";}}', 'off'); INSERT INTO `wpxo_options` VALUES (429, 'rsssl_show_onboarding', '1', 'no'), (432, 'recently_activated', 'a:0:{}', 'off'), (435, 'rsssl_options', 'a:35:{s:12:"site_has_ssl";s:1:"1";s:15:"other_host_type";s:9:"namecheap";s:24:"enabled_captcha_provider";s:4:"none";s:25:"password_change_frequency";s:2:"12";s:23:"login_cookie_expiration";s:2:"48";s:27:"limit_login_attempts_amount";s:1:"5";s:29:"limit_login_attempts_duration";s:2:"15";s:40:"limit_login_attempts_locked_out_duration";s:2:"30";s:16:"x_xss_protection";s:4:"zero";s:15:"x_frame_options";s:0:"";s:15:"referrer_policy";s:31:"strict-origin-when-cross-origin";s:12:"hsts_max_age";s:8:"63072000";s:26:"cross_origin_opener_policy";s:8:"disabled";s:28:"cross_origin_resource_policy";s:8:"disabled";s:28:"cross_origin_embedder_policy";s:8:"disabled";s:19:"csp_frame_ancestors";s:8:"disabled";s:36:"vulnerability_notification_dashboard";s:1:"l";s:35:"vulnerability_notification_sitewide";s:1:"h";s:38:"vulnerability_notification_email_admin";s:1:"c";s:8:"redirect";s:11:"wp_redirect";s:13:"include_alias";i:1;s:15:"accept_le_terms";i:1;s:19:"dismiss_all_notices";i:1;s:19:"mixed_content_fixer";i:1;s:11:"ssl_enabled";s:1:"1";s:27:"disable_anyone_can_register";i:1;s:20:"disable_file_editing";i:1;s:28:"block_code_execution_uploads";i:1;s:22:"hide_wordpress_version";i:1;s:22:"disable_login_feedback";i:1;s:16:"disable_indexing";i:1;s:24:"disable_user_enumeration";i:1;s:28:"enable_vulnerability_scanner";i:1;s:27:"notifications_email_address";s:25:"mizanur@mentors-house.com";s:24:"send_notifications_email";i:1;}', 'yes'), (440, 'rsssl_current_version', '9.2.0', 'off'), (450, 'rsssl_wp_version_detected', 'no-response', 'no'), (452, 'rsssl_6_notice_dismissed', '1', 'no'), (456, 'rsssl_last_tested_http_method', '19', 'no'), (457, 'rsssl_http_methods_allowed', 'a:1:{s:11:"not-allowed";a:18:{i:0;s:3:"GET";i:1;s:4:"POST";i:2;s:3:"PUT";i:3;s:6:"DELETE";i:4;s:4:"HEAD";i:5;s:7:"OPTIONS";i:6;s:7:"CONNECT";i:7;s:5:"TRACE";i:8;s:5:"TRACK";i:9;s:5:"PATCH";i:10;s:4:"COPY";i:11;s:4:"LINK";i:12;s:6:"UNLINK";i:13;s:5:"PURGE";i:14;s:4:"LOCK";i:15;s:6:"UNLOCK";i:16;s:8:"PROPFIND";i:17;s:4:"VIEW";}}', 'no'), (459, 'rsssl_le_installation_progress', 'a:5:{i:0;s:11:"directories";i:1;s:10:"generation";i:2;s:16:"dns-verification";i:3;s:13:"system-status";i:4;s:6:"domain";}', 'no'), (462, 'rsssl_onboarding_dismissed', '1', 'no'), (469, 'rsssl_initial_alias_domain_value_set', '1', 'no'), (474, 'rsssl_ssl_detection_overridden', '1', 'no'), (481, 'rsssl_activation_timestamp', '1719828423', 'no'), (490, 'rsssl_ssl_labs_data', 'a:14:{s:6:"action";s:14:"store_ssl_labs";s:7:"_locale";s:4:"user";s:4:"host";s:15:"pyirates.africa";s:4:"port";i:443;s:8:"protocol";s:4:"http";s:8:"isPublic";b:0;s:6:"status";s:5:"READY";s:9:"startTime";i:1719828429928;s:8:"testTime";i:1719828483943;s:13:"engineVersion";s:5:"2.3.0";s:15:"criteriaVersion";s:5:"2009q";s:9:"endpoints";a:1:{i:0;a:10:{s:9:"ipAddress";s:13:"162.0.209.247";s:10:"serverName";s:29:"business100-5.web-hosting.com";s:13:"statusMessage";s:5:"Ready";s:5:"grade";s:1:"T";s:17:"gradeTrustIgnored";s:1:"A";s:11:"hasWarnings";b:0;s:13:"isExceptional";b:0;s:8:"progress";i:100;s:8:"duration";i:53862;s:10:"delegation";i:1;}}s:12:"endpointData";a:1:{i:0;a:11:{s:9:"ipAddress";s:13:"162.0.209.247";s:10:"serverName";s:29:"business100-5.web-hosting.com";s:13:"statusMessage";s:5:"Ready";s:5:"grade";s:1:"T";s:17:"gradeTrustIgnored";s:1:"A";s:11:"hasWarnings";b:0;s:13:"isExceptional";b:0;s:8:"progress";i:100;s:8:"duration";i:53862;s:10:"delegation";i:1;s:7:"details";a:57:{s:13:"hostStartTime";i:1719828429928;s:10:"certChains";a:1:{i:0;a:5:{s:2:"id";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";}s:10:"trustPaths";a:10:{i:0;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Mozilla";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:1;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Mozilla";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:2;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:5:"Apple";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:3;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:5:"Apple";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:4;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Android";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:5;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Android";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:6;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:4:"Java";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:7;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:4:"Java";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:8;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Windows";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:9;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Windows";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}}s:6:"issues";i:0;s:5:"noSni";b:0;}}s:9:"protocols";a:2:{i:0;a:3:{s:2:"id";i:771;s:4:"name";s:3:"TLS";s:7:"version";s:3:"1.2";}i:1;a:3:{s:2:"id";i:772;s:4:"name";s:3:"TLS";s:7:"version";s:3:"1.3";}}s:6:"suites";a:2:{i:0;a:3:{s:8:"protocol";i:771;s:4:"list";a:13:{i:0;a:8:{s:2:"id";i:52392;s:4:"name";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:1;a:8:{s:2:"id";i:49199;s:4:"name";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:2;a:8:{s:2:"id";i:49200;s:4:"name";s:37:"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:3;a:9:{s:2:"id";i:158;s:4:"name";s:35:"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;}i:4;a:9:{s:2:"id";i:159;s:4:"name";s:35:"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384";s:14:"cipherStrength";i:256;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;}i:5;a:9:{s:2:"id";i:49191;s:4:"name";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:1:"q";i:1;}i:6;a:9:{s:2:"id";i:49192;s:4:"name";s:37:"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:1:"q";i:1;}i:7;a:9:{s:2:"id";i:49171;s:4:"name";s:34:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:1:"q";i:1;}i:8;a:9:{s:2:"id";i:49172;s:4:"name";s:34:"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:1:"q";i:1;}i:9;a:10:{s:2:"id";i:103;s:4:"name";s:35:"TLS_DHE_RSA_WITH_AES_128_CBC_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:1:"q";i:1;}i:10;a:10:{s:2:"id";i:51;s:4:"name";s:32:"TLS_DHE_RSA_WITH_AES_128_CBC_SHA";s:14:"cipherStrength";i:128;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:1:"q";i:1;}i:11;a:10:{s:2:"id";i:107;s:4:"name";s:35:"TLS_DHE_RSA_WITH_AES_256_CBC_SHA256";s:14:"cipherStrength";i:256;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:1:"q";i:1;}i:12;a:10:{s:2:"id";i:57;s:4:"name";s:32:"TLS_DHE_RSA_WITH_AES_256_CBC_SHA";s:14:"cipherStrength";i:256;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:1:"q";i:1;}}s:10:"preference";b:1;}i:1;a:4:{s:8:"protocol";i:772;s:4:"list";a:4:{i:0;a:8:{s:2:"id";i:4866;s:4:"name";s:22:"TLS_AES_256_GCM_SHA384";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:1;a:8:{s:2:"id";i:4867;s:4:"name";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:2;a:8:{s:2:"id";i:4865;s:4:"name";s:22:"TLS_AES_128_GCM_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:3;a:8:{s:2:"id";i:4868;s:4:"name";s:22:"TLS_AES_128_CCM_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}}s:10:"preference";b:1;s:18:"chaCha20Preference";b:1;}}s:11:"namedGroups";a:2:{s:4:"list";a:5:{i:0;a:4:{s:2:"id";i:29;s:4:"name";s:6:"x25519";s:4:"bits";i:256;s:14:"namedGroupType";s:2:"EC";}i:1;a:4:{s:2:"id";i:23;s:4:"name";s:9:"secp256r1";s:4:"bits";i:256;s:14:"namedGroupType";s:2:"EC";}i:2;a:4:{s:2:"id";i:30;s:4:"name";s:4:"x448";s:4:"bits";i:224;s:14:"namedGroupType";s:2:"EC";}i:3;a:4:{s:2:"id";i:25;s:4:"name";s:9:"secp521r1";s:4:"bits";i:521;s:14:"namedGroupType";s:2:"EC";}i:4;a:4:{s:2:"id";i:24;s:4:"name";s:9:"secp384r1";s:4:"bits";i:384;s:14:"namedGroupType";s:2:"EC";}}s:10:"preference";b:1;}s:15:"serverSignature";s:9:"LiteSpeed";s:16:"prefixDelegation";b:0;s:19:"nonPrefixDelegation";b:1;s:9:"vulnBeast";b:0;s:12:"renegSupport";i:2;s:17:"sessionResumption";i:2;s:18:"compressionMethods";i:0;s:11:"supportsNpn";b:0;s:12:"supportsAlpn";b:1;s:13:"alpnProtocols";s:11:"h2 http/1.1";s:14:"sessionTickets";i:0;s:12:"ocspStapling";b:0;s:11:"sniRequired";b:0;s:14:"httpStatusCode";i:200;s:11:"supportsRc4";b:0;s:13:"rc4WithModern";b:0;s:7:"rc4Only";b:0;s:14:"forwardSecrecy";i:4;s:12:"supportsAead";b:1;s:19:"protocolIntolerance";i:0;s:15:"miscIntolerance";i:0;s:4:"sims";a:1:{s:7:"results";a:64:{i:0;a:4:{s:6:"client";a:4:{s:2:"id";i:56;s:4:"name";s:7:"Android";s:7:"version";s:5:"2.3.7";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:1;a:4:{s:6:"client";a:4:{s:2:"id";i:58;s:4:"name";s:7:"Android";s:7:"version";s:5:"4.0.4";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:2;a:4:{s:6:"client";a:4:{s:2:"id";i:59;s:4:"name";s:7:"Android";s:7:"version";s:5:"4.1.1";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:3;a:4:{s:6:"client";a:4:{s:2:"id";i:60;s:4:"name";s:7:"Android";s:7:"version";s:5:"4.2.2";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:4;a:4:{s:6:"client";a:4:{s:2:"id";i:61;s:4:"name";s:7:"Android";s:7:"version";s:3:"4.3";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:5;a:15:{s:6:"client";a:4:{s:2:"id";i:62;s:4:"name";s:7:"Android";s:7:"version";s:5:"4.4.2";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:6;a:15:{s:6:"client";a:4:{s:2:"id";i:88;s:4:"name";s:7:"Android";s:7:"version";s:5:"5.0.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:7;a:15:{s:6:"client";a:4:{s:2:"id";i:129;s:4:"name";s:7:"Android";s:7:"version";s:3:"6.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:8;a:15:{s:6:"client";a:4:{s:2:"id";i:167;s:4:"name";s:7:"Android";s:7:"version";s:3:"7.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:9;a:15:{s:6:"client";a:4:{s:2:"id";i:168;s:4:"name";s:7:"Android";s:7:"version";s:3:"8.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:10;a:11:{s:6:"client";a:4:{s:2:"id";i:157;s:4:"name";s:7:"Android";s:7:"version";s:3:"8.1";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4867;s:9:"suiteName";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:11;a:11:{s:6:"client";a:4:{s:2:"id";i:158;s:4:"name";s:7:"Android";s:7:"version";s:3:"9.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4867;s:9:"suiteName";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:12;a:4:{s:6:"client";a:4:{s:2:"id";i:94;s:4:"name";s:5:"Baidu";s:7:"version";s:8:"Jan 2015";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:13;a:15:{s:6:"client";a:4:{s:2:"id";i:91;s:4:"name";s:11:"BingPreview";s:7:"version";s:8:"Jan 2015";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:14;a:15:{s:6:"client";a:5:{s:2:"id";i:136;s:4:"name";s:6:"Chrome";s:8:"platform";s:6:"XP SP3";s:7:"version";s:2:"49";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:15;a:15:{s:6:"client";a:5:{s:2:"id";i:152;s:4:"name";s:6:"Chrome";s:8:"platform";s:5:"Win 7";s:7:"version";s:2:"69";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:16;a:11:{s:6:"client";a:5:{s:2:"id";i:153;s:4:"name";s:6:"Chrome";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"70";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:17;a:11:{s:6:"client";a:5:{s:2:"id";i:170;s:4:"name";s:6:"Chrome";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"80";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:18;a:15:{s:6:"client";a:5:{s:2:"id";i:84;s:4:"name";s:7:"Firefox";s:8:"platform";s:5:"Win 7";s:7:"version";s:10:"31.3.0 ESR";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:19;a:15:{s:6:"client";a:5:{s:2:"id";i:132;s:4:"name";s:7:"Firefox";s:8:"platform";s:5:"Win 7";s:7:"version";s:2:"47";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:20;a:15:{s:6:"client";a:5:{s:2:"id";i:137;s:4:"name";s:7:"Firefox";s:8:"platform";s:6:"XP SP3";s:7:"version";s:2:"49";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:21;a:15:{s:6:"client";a:5:{s:2:"id";i:151;s:4:"name";s:7:"Firefox";s:8:"platform";s:5:"Win 7";s:7:"version";s:2:"62";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:22;a:11:{s:6:"client";a:5:{s:2:"id";i:171;s:4:"name";s:7:"Firefox";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"73";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:23;a:15:{s:6:"client";a:4:{s:2:"id";i:145;s:4:"name";s:9:"Googlebot";s:7:"version";s:8:"Feb 2018";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:24;a:4:{s:6:"client";a:5:{s:2:"id";i:100;s:4:"name";s:2:"IE";s:8:"platform";s:2:"XP";s:7:"version";s:1:"6";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:25;a:4:{s:6:"client";a:5:{s:2:"id";i:19;s:4:"name";s:2:"IE";s:8:"platform";s:5:"Vista";s:7:"version";s:1:"7";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:26;a:4:{s:6:"client";a:5:{s:2:"id";i:101;s:4:"name";s:2:"IE";s:8:"platform";s:2:"XP";s:7:"version";s:1:"8";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:27;a:4:{s:6:"client";a:5:{s:2:"id";i:113;s:4:"name";s:2:"IE";s:8:"platform";s:5:"Win 7";s:7:"version";s:4:"8-10";s:11:"isReference";b:1;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:28;a:16:{s:6:"client";a:5:{s:2:"id";i:143;s:4:"name";s:2:"IE";s:8:"platform";s:5:"Win 7";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:158;s:9:"suiteName";s:35:"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:16384;s:6:"dhBits";i:2048;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:29;a:16:{s:6:"client";a:5:{s:2:"id";i:134;s:4:"name";s:2:"IE";s:8:"platform";s:7:"Win 8.1";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:158;s:9:"suiteName";s:35:"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:16384;s:6:"dhBits";i:2048;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:30;a:4:{s:6:"client";a:5:{s:2:"id";i:64;s:4:"name";s:2:"IE";s:8:"platform";s:13:"Win Phone 8.0";s:7:"version";s:2:"10";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:31;a:15:{s:6:"client";a:5:{s:2:"id";i:65;s:4:"name";s:2:"IE";s:8:"platform";s:13:"Win Phone 8.1";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:32;a:16:{s:6:"client";a:5:{s:2:"id";i:106;s:4:"name";s:2:"IE";s:8:"platform";s:20:"Win Phone 8.1 Update";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:158;s:9:"suiteName";s:35:"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:16384;s:6:"dhBits";i:2048;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:33;a:15:{s:6:"client";a:5:{s:2:"id";i:131;s:4:"name";s:2:"IE";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:34;a:15:{s:6:"client";a:5:{s:2:"id";i:144;s:4:"name";s:4:"Edge";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"15";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:35;a:15:{s:6:"client";a:5:{s:2:"id";i:159;s:4:"name";s:4:"Edge";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"16";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:36;a:15:{s:6:"client";a:5:{s:2:"id";i:160;s:4:"name";s:4:"Edge";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"18";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:37;a:15:{s:6:"client";a:5:{s:2:"id";i:120;s:4:"name";s:4:"Edge";s:8:"platform";s:12:"Win Phone 10";s:7:"version";s:2:"13";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:38;a:4:{s:6:"client";a:4:{s:2:"id";i:25;s:4:"name";s:4:"Java";s:7:"version";s:4:"6u45";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:39;a:4:{s:6:"client";a:4:{s:2:"id";i:26;s:4:"name";s:4:"Java";s:7:"version";s:4:"7u25";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:40;a:15:{s:6:"client";a:4:{s:2:"id";i:147;s:4:"name";s:4:"Java";s:7:"version";s:5:"8u161";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:41;a:11:{s:6:"client";a:4:{s:2:"id";i:162;s:4:"name";s:4:"Java";s:7:"version";s:6:"11.0.3";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";}i:42;a:11:{s:6:"client";a:4:{s:2:"id";i:163;s:4:"name";s:4:"Java";s:7:"version";s:6:"12.0.1";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";}i:43;a:4:{s:6:"client";a:4:{s:2:"id";i:27;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"0.9.8y";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:44;a:15:{s:6:"client";a:4:{s:2:"id";i:99;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"1.0.1l";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:45;a:15:{s:6:"client";a:4:{s:2:"id";i:164;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"1.0.2s";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:46;a:15:{s:6:"client";a:4:{s:2:"id";i:169;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"1.1.0k";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:47;a:11:{s:6:"client";a:4:{s:2:"id";i:165;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"1.1.1c";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:48;a:4:{s:6:"client";a:5:{s:2:"id";i:32;s:4:"name";s:6:"Safari";s:8:"platform";s:11:"OS X 10.6.8";s:7:"version";s:5:"5.1.9";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:49;a:15:{s:6:"client";a:5:{s:2:"id";i:33;s:4:"name";s:6:"Safari";s:8:"platform";s:9:"iOS 6.0.1";s:7:"version";s:1:"6";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:50;a:4:{s:6:"client";a:5:{s:2:"id";i:34;s:4:"name";s:6:"Safari";s:8:"platform";s:11:"OS X 10.8.4";s:7:"version";s:5:"6.0.4";s:11:"isReference";b:1;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:51;a:15:{s:6:"client";a:5:{s:2:"id";i:63;s:4:"name";s:6:"Safari";s:8:"platform";s:7:"iOS 7.1";s:7:"version";s:1:"7";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:52;a:15:{s:6:"client";a:5:{s:2:"id";i:35;s:4:"name";s:6:"Safari";s:8:"platform";s:9:"OS X 10.9";s:7:"version";s:1:"7";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:53;a:15:{s:6:"client";a:5:{s:2:"id";i:85;s:4:"name";s:6:"Safari";s:8:"platform";s:7:"iOS 8.4";s:7:"version";s:1:"8";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:54;a:15:{s:6:"client";a:5:{s:2:"id";i:87;s:4:"name";s:6:"Safari";s:8:"platform";s:10:"OS X 10.10";s:7:"version";s:1:"8";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:55;a:15:{s:6:"client";a:5:{s:2:"id";i:114;s:4:"name";s:6:"Safari";s:8:"platform";s:5:"iOS 9";s:7:"version";s:1:"9";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:56;a:15:{s:6:"client";a:5:{s:2:"id";i:111;s:4:"name";s:6:"Safari";s:8:"platform";s:10:"OS X 10.11";s:7:"version";s:1:"9";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:57;a:15:{s:6:"client";a:5:{s:2:"id";i:140;s:4:"name";s:6:"Safari";s:8:"platform";s:6:"iOS 10";s:7:"version";s:2:"10";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:58;a:15:{s:6:"client";a:5:{s:2:"id";i:138;s:4:"name";s:6:"Safari";s:8:"platform";s:10:"OS X 10.12";s:7:"version";s:2:"10";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:59;a:11:{s:6:"client";a:5:{s:2:"id";i:161;s:4:"name";s:6:"Safari";s:8:"platform";s:18:"MacOS 10.14.6 Beta";s:7:"version";s:6:"12.1.2";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4867;s:9:"suiteName";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:60;a:11:{s:6:"client";a:5:{s:2:"id";i:166;s:4:"name";s:6:"Safari";s:8:"platform";s:10:"iOS 12.3.1";s:7:"version";s:6:"12.1.1";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4867;s:9:"suiteName";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:61;a:15:{s:6:"client";a:5:{s:2:"id";i:112;s:4:"name";s:9:"Apple ATS";s:8:"platform";s:5:"iOS 9";s:7:"version";s:1:"9";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:62;a:15:{s:6:"client";a:4:{s:2:"id";i:92;s:4:"name";s:11:"Yahoo Slurp";s:7:"version";s:8:"Jan 2015";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:63;a:15:{s:6:"client";a:4:{s:2:"id";i:93;s:4:"name";s:9:"YandexBot";s:7:"version";s:8:"Jan 2015";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}}}s:10:"heartbleed";b:0;s:9:"heartbeat";b:0;s:10:"openSslCcs";i:1;s:19:"openSSLLuckyMinus20";i:1;s:11:"ticketbleed";i:1;s:14:"bleichenbacher";i:1;s:6:"poodle";b:0;s:9:"poodleTls";i:1;s:12:"fallbackScsv";b:1;s:5:"freak";b:0;s:6:"hasSct";i:1;s:8:"dhPrimes";a:1:{i:0;s:512:"ec86f870a03316ec051a7359cd1f8bf829e4d2cf52ddc2248db5389afb5ca4e4b2dace665074a6854d4b1d30b82bf310e9a72d0571e781df8b59523b5f430b68f1db07be086b1b23ee4dcc9e0e43a01edf438cecbebe90b45154b92f7b64764e5dd42eaec29eae514359c7779c503c0eed73045ff14c762ad8f8cffc3440d1b442618466423904f868b262d755ed1b747591e0c569c1315cdb7b442ece84580d1e660cc8449efd4008675dfba7768f001187e993f97dc4bc745520d44a412f43421ac1f297174927376b2f887e1ca0a1899227d9565a71c156377e3a9d05e7ee5d8f8217bce9c2933082f9f4c9ae49dbd054b4d9754dfa06b8d63841b71f77f3";}s:17:"dhUsesKnownPrimes";i:0;s:9:"dhYsReuse";b:0;s:18:"ecdhParameterReuse";b:0;s:6:"logjam";b:0;s:18:"chaCha20Preference";b:1;s:10:"hstsPolicy";a:3:{s:12:"LONG_MAX_AGE";i:15552000;s:6:"status";s:6:"absent";s:10:"directives";a:0:{}}s:12:"hstsPreloads";a:4:{i:0;a:4:{s:6:"source";s:6:"Chrome";s:8:"hostname";s:15:"pyirates.africa";s:6:"status";s:6:"absent";s:10:"sourceTime";i:1719825064172;}i:1;a:4:{s:6:"source";s:4:"Edge";s:8:"hostname";s:15:"pyirates.africa";s:6:"status";s:6:"absent";s:10:"sourceTime";i:1719825067051;}i:2;a:4:{s:6:"source";s:7:"Firefox";s:8:"hostname";s:15:"pyirates.africa";s:6:"status";s:6:"absent";s:10:"sourceTime";i:1719825067051;}i:3;a:4:{s:6:"source";s:2:"IE";s:8:"hostname";s:15:"pyirates.africa";s:6:"status";s:6:"absent";s:10:"sourceTime";i:1719825067051;}}s:10:"hpkpPolicy";a:4:{s:6:"status";s:6:"absent";s:4:"pins";a:0:{}s:11:"matchedPins";a:0:{}s:10:"directives";a:0:{}}s:12:"hpkpRoPolicy";a:4:{s:6:"status";s:6:"absent";s:4:"pins";a:0:{}s:11:"matchedPins";a:0:{}s:10:"directives";a:0:{}}s:15:"staticPkpPolicy";a:5:{s:6:"status";s:6:"absent";s:4:"pins";a:0:{}s:11:"matchedPins";a:0:{}s:13:"forbiddenPins";a:0:{}s:20:"matchedForbiddenPins";a:0:{}}s:16:"httpTransactions";a:1:{i:0;a:8:{s:10:"requestUrl";s:24:"https://pyirates.africa/";s:10:"statusCode";i:200;s:11:"requestLine";s:14:"GET / HTTP/1.1";s:14:"requestHeaders";a:4:{i:0;s:21:"Host: pyirates.africa";i:1;s:98:"User-Agent: SSL Labs (https://www.ssllabs.com/about/assessment.html); on behalf of XXX.XXX.XXX.XXX";i:2;s:11:"Accept: */*";i:3;s:17:"Connection: Close";}s:12:"responseLine";s:15:"HTTP/1.1 200 OK";s:18:"responseHeadersRaw";a:13:{i:0;s:30:"keep-alive: timeout=5, max=100";i:1;s:38:"content-type: text/html; charset=UTF-8";i:2;s:24:"x-ua-compatible: IE=edge";i:3;s:66:"link: <https://pyirates.africa/wp-json/>; rel="https://api.w.org/"";i:4;s:48:"x-litespeed-cache-control: public,max-age=604800";i:5;s:90:"x-litespeed-tag: 07c_HTTP.200,07c_home,07c_URL.6666cd76f96956469e7be39d750cc7d9,07c_F,07c_";i:6;s:25:"etag: "678-1719828437;;;"";i:7;s:23:"x-litespeed-cache: miss";i:8;s:26:"transfer-encoding: chunked";i:9;s:35:"date: Mon, 01 Jul 2024 10:07:17 GMT";i:10;s:17:"server: LiteSpeed";i:11;s:29:"x-turbo-charged-by: LiteSpeed";i:12;s:17:"connection: close";}s:15:"responseHeaders";a:13:{i:0;a:2:{s:4:"name";s:10:"keep-alive";s:5:"value";s:18:"timeout=5, max=100";}i:1;a:2:{s:4:"name";s:12:"content-type";s:5:"value";s:24:"text/html; charset=UTF-8";}i:2;a:2:{s:4:"name";s:15:"x-ua-compatible";s:5:"value";s:7:"IE=edge";}i:3;a:2:{s:4:"name";s:4:"link";s:5:"value";s:60:"<https://pyirates.africa/wp-json/>; rel="https://api.w.org/"";}i:4;a:2:{s:4:"name";s:25:"x-litespeed-cache-control";s:5:"value";s:21:"public,max-age=604800";}i:5;a:2:{s:4:"name";s:15:"x-litespeed-tag";s:5:"value";s:73:"07c_HTTP.200,07c_home,07c_URL.6666cd76f96956469e7be39d750cc7d9,07c_F,07c_";}i:6;a:2:{s:4:"name";s:4:"etag";s:5:"value";s:19:""678-1719828437;;;"";}i:7;a:2:{s:4:"name";s:17:"x-litespeed-cache";s:5:"value";s:4:"miss";}i:8;a:2:{s:4:"name";s:17:"transfer-encoding";s:5:"value";s:7:"chunked";}i:9;a:2:{s:4:"name";s:4:"date";s:5:"value";s:29:"Mon, 01 Jul 2024 10:07:17 GMT";}i:10;a:2:{s:4:"name";s:6:"server";s:5:"value";s:9:"LiteSpeed";}i:11;a:2:{s:4:"name";s:18:"x-turbo-charged-by";s:5:"value";s:9:"LiteSpeed";}i:12;a:2:{s:4:"name";s:10:"connection";s:5:"value";s:5:"close";}}s:13:"fragileServer";b:0;}}s:26:"implementsTLS13MandatoryCS";b:1;s:14:"zeroRTTEnabled";i:0;s:12:"zombiePoodle";i:1;s:12:"goldenDoodle";i:1;s:11:"supportsCBC";b:1;s:23:"zeroLengthPaddingOracle";i:1;s:14:"sleepingPoodle";i:1;}}}s:5:"nonce";s:10:"3709a37b48";}', 'no'), (492, 'rsssl_email_verification_status', 'started', 'no'), (500, 'rsssl_wp_version_token', '1771983842', 'yes'), (501, 'rsssl_l_notification_dismissed_for', 'a:0:{}', 'no'), (502, 'rsssl_m_notification_dismissed_for', 'a:1:{i:0;s:36:"76f86166-c993-4692-9a2f-8ac963e8903e";}', 'off'), (503, 'rsssl_h_notification_dismissed_for', 'a:0:{}', 'off'), (504, 'rsssl_c_notification_dismissed_for', 'a:0:{}', 'off'), (506, 'burst_tour_shown_once', '1', 'no'), (507, 'burst_rest_api_optimizer_not_writable', '1', 'no'), (508, 'burst_activation_time', '1719828493', 'no'), (513, 'burst_tracking_status', 'beacon', 'yes'), (518, 'burst_sessions_db_version', '1.6.1', 'no'), (519, 'burst_goals_db_version', '1.6.1', 'no'), (520, 'burst_stats_db_version', '1.6.1', 'no'), (521, 'burst_goal_stats_db_version', '1.6.1', 'no'), (522, 'cmplz_activation_time', '1719828493', 'no'), (526, 'cmplz_tour_shown_once', '1', 'no'), (527, 'cmplz_active_integrations', '2', 'yes'), (528, 'cmplz_integrations_changed', '', 'yes'), (533, 'cmplz_generate_pdf_languages', 'a:0:{}', 'yes'), (536, 'cmplz_tc_tour_shown_once', '1', 'no'), (537, 'burst-current-version', '1.6.1', 'no'), (538, 'cmplz_cookietable_version', '7.2.0', 'yes'), (539, 'cmplz_cbdb_version', '7.2.0', 'yes'), (540, 'cmplz_dnsmpd_db_version', '7.2.0', 'off'), (541, 'cmplz_first_version', '7.1.0', 'no'), (542, 'cmplz_generate_new_cookiepolicy_snapshot', '', 'off'), (543, 'cmplz-current-version', '7.2.0', 'yes'); INSERT INTO `wpxo_options` VALUES (544, 'cmplz_tc_activation_time', '1719828466', 'yes'), (545, 'cmplz-tc-current-version', '1.2.8', 'yes'), (552, 'burst_options_settings', 'a:2:{s:19:"user_role_blocklist";a:1:{i:0;s:13:"administrator";}s:25:"email_reports_mailinglist";a:1:{i:0;a:2:{s:5:"email";s:25:"mizanur@mentors-house.com";s:9:"frequency";s:7:"monthly";}}}', 'yes'), (555, 'cmplz_options', 'a:1:{s:11:"use_cdb_api";s:3:"yes";}', 'yes'), (556, 'cmplz_preloaded_privacy_info', 'a:5:{i:0;a:3:{s:11:"plugin_name";s:9:"WordPress";s:11:"policy_text";s:4467:"<h2 class="wp-block-heading">Who we are</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Our website address is: https://pyirates.africa.</p><h2 class="wp-block-heading">Comments</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h2 class="wp-block-heading">Media</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h2 class="wp-block-heading">Cookies</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h2 class="wp-block-heading">Embedded content from other websites</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h2 class="wp-block-heading">Who we share your data with</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><h2 class="wp-block-heading">How long we retain your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2 class="wp-block-heading">What rights you have over your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2 class="wp-block-heading">Where your data is sent</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>";s:5:"added";i:1719828493;}i:1;a:3:{s:11:"plugin_name";s:17:"Really Simple SSL";s:11:"policy_text";s:339:"<p>Really Simple SSL and Really Simple SSL add-ons do not process any personal identifiable information, so the GDPR does not apply to these plugins or usage of these plugins on your website. You can find our privacy policy <a href="https://really-simple-ssl.com/privacy-statement/" rel="noopener noreferrer" target="_blank">here</a>.</p>\n";s:5:"added";i:1719828493;}i:2;a:3:{s:11:"plugin_name";s:43:"Complianz | The Privacy Suite for WordPress";s:11:"policy_text";s:462:"<p>This website uses the Privacy Suite for WordPress by Complianz to collect and record Browser and Device-based Consent. For this functionality, your IP address is anonymized and stored in our database. This service does not process any personally identifiable information and does not share any data with the service provider. For more information, see the Complianz <a href="https://complianz.io/legal/privacy-statement/">Privacy Statement</a>.</p>\n";s:5:"added";i:1719828853;}i:3;a:3:{s:11:"plugin_name";s:15:"LiteSpeed Cache";s:11:"policy_text";s:697:"This site utilizes caching in order to facilitate a faster response time and better user experience. Caching potentially stores a duplicate copy of every web page that is on display on this site. All cache files are temporary, and are never accessed by any third party, except as necessary to obtain technical support from the cache plugin vendor. Cache files expire on a schedule set by the site administrator, but may easily be purged by the admin before their natural expiration, if necessary. We may use QUIC.cloud services to process & cache your data temporarily.Please see <a href="https://quic.cloud/privacy-policy/" target="_blank">https://quic.cloud/privacy-policy/</a> for more details.";s:5:"added";i:1720091221;}i:4;a:3:{s:11:"plugin_name";s:17:"Slider Revolution";s:11:"policy_text";s:4380:"<h2>In case you’re using Google Web Fonts (default) or playing videos or sounds via YouTube or Vimeo in Slider Revolution we recommend to add the corresponding text phrase to your privacy police:</h2>\n <h3>YouTube</h3> <p>Our website uses plugins from YouTube, which is operated by Google. The operator of the pages is YouTube LLC, 901 Cherry Ave., San Bruno, CA 94066, USA.</p> <p>If you visit one of our pages featuring a YouTube plugin, a connection to the YouTube servers is established. Here the YouTube server is informed about which of our pages you have visited.</p> <p>If you''re logged in to your YouTube account, YouTube allows you to associate your browsing behavior directly with your personal profile. You can prevent this by logging out of your YouTube account.</p> <p>YouTube is used to help make our website appealing. This constitutes a justified interest pursuant to Art. 6 (1) (f) DSGVO.</p> <p>Further information about handling user data, can be found in the data protection declaration of YouTube under <a href="https://www.google.de/intl/de/policies/privacy" target="_blank" rel="noopener">https://www.google.de/intl/de/policies/privacy</a>.</p>\n <h3>Vimeo</h3> <p>Our website uses features provided by the Vimeo video portal. This service is provided by Vimeo Inc., 555 West 18th Street, New York, New York 10011, USA.</p> <p>If you visit one of our pages featuring a Vimeo plugin, a connection to the Vimeo servers is established. Here the Vimeo server is informed about which of our pages you have visited. In addition, Vimeo will receive your IP address. This also applies if you are not logged in to Vimeo when you visit our plugin or do not have a Vimeo account. The information is transmitted to a Vimeo server in the US, where it is stored.</p> <p>If you are logged in to your Vimeo account, Vimeo allows you to associate your browsing behavior directly with your personal profile. You can prevent this by logging out of your Vimeo account.</p> <p>For more information on how to handle user data, please refer to the Vimeo Privacy Policy at <a href="https://vimeo.com/privacy" target="_blank" rel="noopener">https://vimeo.com/privacy</a>.</p>\n <h3>Google Web Fonts</h3> <p>For uniform representation of fonts, this page uses web fonts provided by Google. When you open a page, your browser loads the required web fonts into your browser cache to display texts and fonts correctly.</p> <p>For this purpose your browser has to establish a direct connection to Google servers. Google thus becomes aware that our web page was accessed via your IP address. The use of Google Web fonts is done in the interest of a uniform and attractive presentation of our plugin. This constitutes a justified interest pursuant to Art. 6 (1) (f) DSGVO.</p> <p>If your browser does not support web fonts, a standard font is used by your computer.</p> <p>Further information about handling user data, can be found at <a href="https://developers.google.com/fonts/faq" target="_blank" rel="noopener">https://developers.google.com/fonts/faq</a> and in Google''s privacy policy at <a href="https://www.google.com/policies/privacy/" target="_blank" rel="noopener">https://www.google.com/policies/privacy/</a>.</p>\n <h3>SoundCloud</h3><p>On our pages, plugins of the SoundCloud social network (SoundCloud Limited, Berners House, 47-48 Berners Street, London W1T 3NF, UK) may be integrated. The SoundCloud plugins can be recognized by the SoundCloud logo on our site.</p>\n <p>When you visit our site, a direct connection between your browser and the SoundCloud server is established via the plugin. This enables SoundCloud to receive information that you have visited our site from your IP address. If you click on the “Like” or “Share” buttons while you are logged into your SoundCloud account, you can link the content of our pages to your SoundCloud profile. This means that SoundCloud can associate visits to our pages with your user account. We would like to point out that, as the provider of these pages, we have no knowledge of the content of the data transmitted or how it will be used by SoundCloud. For more information on SoundCloud’s privacy policy, please go to https://soundcloud.com/pages/privacy.</p><p>If you do not want SoundCloud to associate your visit to our site with your SoundCloud account, please log out of your SoundCloud account.</p>";s:5:"added";i:1720213761;}}', 'no'), (557, '_wp_suggested_policy_text_has_changed', 'changed', 'off'), (588, 'elementor_active_kit', '6', 'yes'), (589, 'elementor_font_display', 'swap', 'yes'), (592, 'elementor_version', '3.24.0', 'yes'), (593, 'elementor_install_history', 'a:5:{s:6:"3.22.3";i:1719829034;s:6:"3.23.0";i:1721031352;s:6:"3.23.1";i:1721081650;s:6:"3.23.4";i:1723115359;s:6:"3.24.0";i:1725989463;}', 'yes'), (594, 'elementor_events_db_version', '1.0.0', 'no'), (596, 'elementor_onboarded', '1', 'yes'), (598, '_elementor_installed_time', '1719828905', 'yes'), (599, 'elementor_remote_info_library', 'a:3:{s:10:"types_data";a:4:{s:5:"block";a:2:{s:10:"categories";a:28:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:3:"faq";i:9;s:8:"features";i:10;s:6:"footer";i:11;s:7:"Gallery";i:12;s:6:"header";i:13;s:4:"hero";i:14;s:11:"Link in Bio";i:15;s:9:"portfolio";i:16;s:7:"pricing";i:17;s:15:"product archive";i:18;s:5:"Quote";i:19;s:15:"Service Details";i:20;s:8:"services";i:21;s:11:"single page";i:22;s:11:"single post";i:23;s:14:"single product";i:24;s:5:"stats";i:25;s:9:"subscribe";i:26;s:4:"team";i:27;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:28:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:3:"faq";i:9;s:8:"features";i:10;s:6:"footer";i:11;s:7:"Gallery";i:12;s:6:"header";i:13;s:4:"hero";i:14;s:11:"Link in Bio";i:15;s:9:"portfolio";i:16;s:7:"pricing";i:17;s:15:"product archive";i:18;s:5:"Quote";i:19;s:15:"Service Details";i:20;s:8:"services";i:21;s:11:"single page";i:22;s:11:"single post";i:23;s:14:"single product";i:24;s:5:"stats";i:25;s:9:"subscribe";i:26;s:4:"team";i:27;s:12:"testimonials";}s:9:"templates";a:823:{i:0;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:1;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:2;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:3;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:4;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:5;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:6;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:7;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:8;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:9;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:10;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:11;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:12;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:13;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:14;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:15;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:16;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:17;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:18;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:19;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:20;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:21;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:22;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:23;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:24;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:25;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:26;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:27;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:28;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:29;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:30;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:31;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:32;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:33;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:34;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:35;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:36;a:19:{s:4:"tmpl";i:1319;s:2:"id";i:22737;s:5:"title";s:44:"Fly-In | CTA | Moving & Storage Company";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg";s:12:"tmpl_created";i:1647520956;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:37;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:38;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:39;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:40;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:41;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:42;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:43;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:44;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:45;a:19:{s:4:"tmpl";i:1328;s:2:"id";i:22833;s:5:"title";s:40:"Classic | Subscription | App & SaaS";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg";s:12:"tmpl_created";i:1647762955;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:14:"["App","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:46;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:47;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:48;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:49;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:50;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:51;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:52;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:53;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:54;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:55;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:56;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:57;a:19:{s:4:"tmpl";i:1340;s:2:"id";i:22972;s:5:"title";s:54:"Fly-In | Subscription | Health & Mindfulness Blog";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg";s:12:"tmpl_created";i:1647771461;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:21:"["Health","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:58;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:59;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:60;a:19:{s:4:"tmpl";i:1343;s:2:"id";i:23004;s:5:"title";s:60:"Full Screen | Menu | Digital & Technology Design School";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg";s:12:"tmpl_created";i:1647773366;s:6:"author";s:9:"Elementor";s:3:"url";s:155:"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:61;a:19:{s:4:"tmpl";i:1344;s:2:"id";i:23015;s:5:"title";s:62:"Bottom Bar | Contact | Digital & Technology Design School";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg";s:12:"tmpl_created";i:1647773492;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:23:"["Contact","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:62;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:63;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:64;a:19:{s:4:"tmpl";i:1347;s:2:"id";i:23056;s:5:"title";s:48:"Classic | Discount | Health & Fitness eBook";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg";s:12:"tmpl_created";i:1647774468;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:65;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:66;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:67;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:68;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:69;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:70;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:71;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:72;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:73;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:74;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:75;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:76;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:77;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:78;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:79;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:80;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:81;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:82;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:83;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:84;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:85;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:86;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:87;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:88;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:89;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:90;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:91;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:92;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:93;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:94;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:95;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:96;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:97;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:98;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:99;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:100;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:101;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:102;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:103;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:104;a:19:{s:4:"tmpl";i:1388;s:2:"id";i:23586;s:5:"title";s:51:"Fly-In | Subscribe | Health & Wellness Company";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg";s:12:"tmpl_created";i:1647862008;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["Business","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:105;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:106;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:107;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:108;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:109;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:110;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:111;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:112;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:113;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:114;a:19:{s:4:"tmpl";i:1421;s:2:"id";i:24235;s:5:"title";s:24:"Ladydog Club – NFT";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg";s:12:"tmpl_created";i:1651525072;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:115;a:19:{s:4:"tmpl";i:1422;s:2:"id";i:24166;s:5:"title";s:15:"Dot – NFT";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg";s:12:"tmpl_created";i:1651525117;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:116;a:19:{s:4:"tmpl";i:1423;s:2:"id";i:24191;s:5:"title";s:28:"Cosmic Neighbors – NFT";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg";s:12:"tmpl_created";i:1651525124;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:117;a:19:{s:4:"tmpl";i:1424;s:2:"id";i:24255;s:5:"title";s:30:"Happy Food Friends – NFT";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg";s:12:"tmpl_created";i:1651525475;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:118;a:19:{s:4:"tmpl";i:1443;s:2:"id";i:24599;s:5:"title";s:27:"Wireframe – Courses 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg";s:12:"tmpl_created";i:1653989626;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:180:"["About","Academy","Booking","Business","Course Online","Features","Footer","Landing Pages","Online Service","Professional","School","Services","Subscribe","Teacher","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:119;a:19:{s:4:"tmpl";i:1444;s:2:"id";i:24614;s:5:"title";s:28:"Wireframe – Services 1";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg";s:12:"tmpl_created";i:1653990084;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:139:"["About","Business","Contact","Features","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:120;a:19:{s:4:"tmpl";i:1445;s:2:"id";i:24629;s:5:"title";s:28:"Wireframe – Services 2";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg";s:12:"tmpl_created";i:1653990132;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:123:"["About","Business","Contact","Features","Footer","Form","Gallery","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:121;a:19:{s:4:"tmpl";i:1446;s:2:"id";i:24644;s:5:"title";s:27:"Wireframe – Webinar 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg";s:12:"tmpl_created";i:1653990164;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:177:"["About","Academy","Booking","Conference","Course Online","Education","Features","Footer","Form","Landing Pages","Online Event","Online Service","Subscribe","Virtual","Webinar"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:122;a:19:{s:4:"tmpl";i:1447;s:2:"id";i:24655;s:5:"title";s:28:"Wireframe – Services 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg";s:12:"tmpl_created";i:1653990198;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:143:"["About","Agency","Business","Contact","Footer","Form","Gallery","Landing Pages","Portfolio","Professional","Project","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:123;a:19:{s:4:"tmpl";i:1448;s:2:"id";i:24677;s:5:"title";s:28:"Wireframe – Services 4";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg";s:12:"tmpl_created";i:1653990233;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:102:"["About","Business","Contact","Footer","Form","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:124;a:19:{s:4:"tmpl";i:1449;s:2:"id";i:24687;s:5:"title";s:28:"Wireframe – Products 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg";s:12:"tmpl_created";i:1653990273;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:128:"["About","Booking","Business","Clients","Ecommerce","Features","Footer","Landing Pages","Products","Sales","Shop","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:125;a:19:{s:4:"tmpl";i:1450;s:2:"id";i:24706;s:5:"title";s:28:"Wireframe – Services 5";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg";s:12:"tmpl_created";i:1653990322;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:149:"["About","Booking","Consulting","Contact","Doctor","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:126;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:127;a:19:{s:4:"tmpl";i:1452;s:2:"id";i:23047;s:5:"title";s:46:"Fly-In | Contact | Health & Fitness eBook";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg";s:12:"tmpl_created";i:1660205149;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Contact","Ebook","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:128;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:129;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:130;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:131;a:19:{s:4:"tmpl";i:1254;s:2:"id";i:22172;s:5:"title";s:45:"Classic | Discount | Health & Beauty Spa";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg";s:12:"tmpl_created";i:1647273547;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:36:"["Hair","Health","Sales","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:132;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:133;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:134;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:135;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:136;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:137;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:138;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:139;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:140;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:141;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:142;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:143;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:144;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:145;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:146;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:147;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:148;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:149;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:150;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:151;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:152;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:153;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:154;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:155;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:156;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:157;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:158;a:19:{s:4:"tmpl";i:1398;s:2:"id";i:23687;s:5:"title";s:32:"Pizza Promotion – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg";s:12:"tmpl_created";i:1649670575;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:92:"["Business","Cooking","Delivery","Discount","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:159;a:19:{s:4:"tmpl";i:1400;s:2:"id";i:23751;s:5:"title";s:33:"Baby Sleep Webinar – Events";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg";s:12:"tmpl_created";i:1649676065;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:227:"["Baby","Booking","Business","Children","Course Online","Education","Events","Health","Landing Pages","Life Coach","Lifestyle","Online Event","Online Service","Parenting","Professional","Remote","Services","Training","Webinar"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:160;a:19:{s:4:"tmpl";i:1401;s:2:"id";i:23776;s:5:"title";s:34:"Ski Hotel Promotion – Travel";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg";s:12:"tmpl_created";i:1649691720;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Travel";s:4:"tags";s:118:"["Accommodation","Booking","Discount. Landing Pages","Lifestyle","Luxury","Services","Spa","Travel","Trip","Vacation"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:161;a:19:{s:4:"tmpl";i:1402;s:2:"id";i:23804;s:5:"title";s:30:"Cake Delivery – Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg";s:12:"tmpl_created";i:1649692909;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:101:"["Bakery","Business","Cake","Cooking","Delivery","Discount","Food","Landing Pages","Products","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:162;a:19:{s:4:"tmpl";i:1403;s:2:"id";i:23832;s:5:"title";s:32:"Furniture Store – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg";s:12:"tmpl_created";i:1649694812;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:232:"["Architecture","Art","Business","Construction","Coupon","Creative","Decor","Designer","Discount","Fashion","Furniture Design","Home","House","Interior Design","Landing Pages","Lifestyle","Products","Professional","Services","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:163;a:19:{s:4:"tmpl";i:1404;s:2:"id";i:23746;s:5:"title";s:22:"Nails – Business";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg";s:12:"tmpl_created";i:1649704635;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:173:"["Art","Beauty","Business","Colorful","Cosmetics","Creative","Design","Discount","Fashion","Girly","Landing Pages","Lifestyle","Manicure","Modern","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:164;a:19:{s:4:"tmpl";i:1405;s:2:"id";i:23846;s:5:"title";s:29:"Music Festival – Events";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg";s:12:"tmpl_created";i:1649707763;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"Events";s:4:"tags";s:128:"["Author","Booking","Business","Creative","Discount","Events","Landing Pages","Music","Online","Online Event","Party","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:165;a:19:{s:4:"tmpl";i:1406;s:2:"id";i:23872;s:5:"title";s:40:"Fashion Styling Course – Education";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg";s:12:"tmpl_created";i:1649708569;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:173:"["Aesthetic","Art","Beauty","Business","Course Online","Creative","Discount","Education","Fashion","Landing Pages","Lifestyle","Online","Online Service","Stylist","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:166;a:19:{s:4:"tmpl";i:1407;s:2:"id";i:23897;s:5:"title";s:33:"Bags Online Shop – Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg";s:12:"tmpl_created";i:1649709513;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:170:"["Art","Bag","Business","Creative","Design","Discount","Fashion","Landing Pages","Lifestyle","Luxury","Modern","Online","Online Shop","Products","Sales","Shop","Stylist"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:167;a:19:{s:4:"tmpl";i:1408;s:2:"id";i:23932;s:5:"title";s:32:"Cooking Academy – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg";s:12:"tmpl_created";i:1649710216;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:145:"["Academy","Booking","Business","Chef","Cooking","Education","Food","Free Trial","Landing Pages","Professional","School","Teacher","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:168;a:19:{s:4:"tmpl";i:1409;s:2:"id";i:23970;s:5:"title";s:45:"Ophthalmology Medical Clinic – Business";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg";s:12:"tmpl_created";i:1649711096;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:165:"["About","Business","Care","Consulting","Eye","Free Trial","Glasses","Health","Landing Pages","Lifestyle","Medical","Modern","Optometrist","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:169;a:19:{s:4:"tmpl";i:1425;s:2:"id";i:24331;s:5:"title";s:24:"Wireframe – Home 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg";s:12:"tmpl_created";i:1653988363;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:170;a:19:{s:4:"tmpl";i:1218;s:2:"id";i:20792;s:5:"title";s:26:"Luxury Car – Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg";s:12:"tmpl_created";i:1636903770;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"Product";s:4:"tags";s:54:"["car","Ecommerce","Landing Pages","Luxury","Product"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:171;a:19:{s:4:"tmpl";i:1428;s:2:"id";i:24398;s:5:"title";s:25:"Wireframe – About 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg";s:12:"tmpl_created";i:1653988534;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:83:"["About","Business","Contact","Features","Footer","Professional","Services","Team"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:172;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:173;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:174;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:175;a:19:{s:4:"tmpl";i:1433;s:2:"id";i:24477;s:5:"title";s:27:"Wireframe – Gallery 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg";s:12:"tmpl_created";i:1653988835;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:176;a:19:{s:4:"tmpl";i:1205;s:2:"id";i:20233;s:5:"title";s:32:"Art Magazine – Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1633881371;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:177;a:19:{s:4:"tmpl";i:1214;s:2:"id";i:20539;s:5:"title";s:31:"Design Blog – Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1634022706;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:178;a:19:{s:4:"tmpl";i:1224;s:2:"id";i:21013;s:5:"title";s:24:"Restaurant – About";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg";s:12:"tmpl_created";i:1638795588;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:36:"["About","Chef","Food","Restaurant"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:179;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:180;a:19:{s:4:"tmpl";i:1206;s:2:"id";i:20254;s:5:"title";s:41:"Digital Marketing Agency – Business";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg";s:12:"tmpl_created";i:1633882427;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:65:"["Agency","Business","Digital Agency","Landing Pages","Services"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:181;a:19:{s:4:"tmpl";i:1235;s:2:"id";i:21281;s:5:"title";s:25:"Law Firm – Services";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg";s:12:"tmpl_created";i:1638819128;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Consulting","Law","Law Firm","Services","Testimonial"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:182;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:183;a:19:{s:4:"tmpl";i:1213;s:2:"id";i:20509;s:5:"title";s:40:"Dogs Adoption – Social Involvement";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg";s:12:"tmpl_created";i:1634022353;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:49:"["Adoption","Involvement","Landing Pages","Pets"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:184;a:19:{s:4:"tmpl";i:1233;s:2:"id";i:21205;s:5:"title";s:29:"Photographer – Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg";s:12:"tmpl_created";i:1638818372;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Black and white","Photography","Project"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:185;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:186;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:187;a:19:{s:4:"tmpl";i:1208;s:2:"id";i:20361;s:5:"title";s:51:"Exercise & Fitness Equipment – eCommerce";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg";s:12:"tmpl_created";i:1633883766;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Fitness","Health","Landing Pages","Online Shop"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:188;a:19:{s:4:"tmpl";i:1239;s:2:"id";i:21373;s:5:"title";s:28:"Photographer – Gallery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg";s:12:"tmpl_created";i:1638821177;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Gallery","Photography","Portfolio","Project","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:189;a:19:{s:4:"tmpl";i:1426;s:2:"id";i:24348;s:5:"title";s:24:"Wireframe – Home 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg";s:12:"tmpl_created";i:1653988444;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:190;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:191;a:19:{s:4:"tmpl";i:1427;s:2:"id";i:24366;s:5:"title";s:24:"Wireframe – Home 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg";s:12:"tmpl_created";i:1653988491;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:192;a:19:{s:4:"tmpl";i:1207;s:2:"id";i:20299;s:5:"title";s:51:"Interior Design Consultation – Online Service";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg";s:12:"tmpl_created";i:1633882989;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:65:"["Consulting","Interior Design","Landing Pages","Online Service"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:193;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:194;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:195;a:19:{s:4:"tmpl";i:1216;s:2:"id";i:20623;s:5:"title";s:57:"Luxurious Camping Accommodation For Events – Events";s:9:"thumbnail";s:113:"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg";s:12:"tmpl_created";i:1634041681;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:43:"["Event","Events","Landing Pages","Travel"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:196;a:19:{s:4:"tmpl";i:1219;s:2:"id";i:20886;s:5:"title";s:28:"Online Training – Home";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg";s:12:"tmpl_created";i:1638784769;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Fitness","Online","Sport","Training"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:197;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:198;a:19:{s:4:"tmpl";i:1431;s:2:"id";i:24437;s:5:"title";s:25:"Wireframe – About 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg";s:12:"tmpl_created";i:1653988733;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["About","Business","Contact","Features","Footer","Header","Professional"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:199;a:19:{s:4:"tmpl";i:1210;s:2:"id";i:20414;s:5:"title";s:45:"Online English Courses – Online Service";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg";s:12:"tmpl_created";i:1633884482;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Course Online","Landing Pages","Online Service"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:200;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:201;a:19:{s:4:"tmpl";i:1441;s:2:"id";i:24574;s:5:"title";s:27:"Wireframe – Contact 5";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg";s:12:"tmpl_created";i:1653989135;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Business","Contact","Footer","Form","Google Maps","Header","Professional","Subscribe"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:202;a:19:{s:4:"tmpl";i:1217;s:2:"id";i:20333;s:5:"title";s:40:"Plant Pots Online Shop – eCommerce";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg";s:12:"tmpl_created";i:1634042184;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Ecommerce","Landing Pages","Online Shop","Shop"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:203;a:19:{s:4:"tmpl";i:1211;s:2:"id";i:20447;s:5:"title";s:33:"Shared Workspace – Business";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg";s:12:"tmpl_created";i:1633884934;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:28:"["Business","Landing Pages"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:204;a:19:{s:4:"tmpl";i:1237;s:2:"id";i:21313;s:5:"title";s:34:"Spa & Beauty – Services";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg";s:12:"tmpl_created";i:1638819709;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:55:"["Beauty","Hair","Health","Services","Spa","Treatment"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:205;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:206;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:207;a:19:{s:4:"tmpl";i:1212;s:2:"id";i:20479;s:5:"title";s:49:"Teeth Straightening – Health & Fitness";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg";s:12:"tmpl_created";i:1633886115;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:46:"["Business","Dental","Health","Landing Pages"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:208;a:19:{s:4:"tmpl";i:1234;s:2:"id";i:21234;s:5:"title";s:34:"Insurance Company – Services";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg";s:12:"tmpl_created";i:1638818688;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Faq","Form","Insurance","Services","Testimonial"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:209;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:210;a:19:{s:4:"tmpl";i:1209;s:2:"id";i:20394;s:5:"title";s:30:"Time Management – Events";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg";s:12:"tmpl_created";i:1633884077;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:17:"["Landing Pages"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:211;a:19:{s:4:"tmpl";i:1229;s:2:"id";i:21118;s:5:"title";s:28:"Contact – Plants Store";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg";s:12:"tmpl_created";i:1638802472;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:40:"["Contact","Info","Plant","Testimonial"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:212;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:213;a:19:{s:4:"tmpl";i:1203;s:2:"id";i:18591;s:5:"title";s:28:"Coffee Sale – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png";s:12:"tmpl_created";i:1633877319;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:33:"["Coffee","Landing Pages","Sale"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:214;a:19:{s:4:"tmpl";i:1231;s:2:"id";i:21184;s:5:"title";s:28:"Dental Care – Services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg";s:12:"tmpl_created";i:1638807148;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Dental","Medical","Services","Testimonial"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:215;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:216;a:19:{s:4:"tmpl";i:1133;s:2:"id";i:16645;s:5:"title";s:28:"Headphones – eCommerce";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png";s:12:"tmpl_created";i:1609944115;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:39:"["Ecommerce","Landing Pages","Product"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:633;s:11:"trend_index";i:87;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:217;a:19:{s:4:"tmpl";i:1442;s:2:"id";i:24584;s:5:"title";s:27:"Wireframe – Pricing 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg";s:12:"tmpl_created";i:1653989152;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["Booking","Business","Clients","Contact","Faq","Features","Footer","Online Service","Pricing","Products","Professional","Services","Testimonial"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:218;a:19:{s:4:"tmpl";i:1138;s:2:"id";i:16762;s:5:"title";s:25:"Conference – Events";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png";s:12:"tmpl_created";i:1610455119;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"Events";s:4:"tags";s:60:"["Conference","Convention","Event","Events","Landing Pages"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:705;s:11:"trend_index";i:216;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:219;a:19:{s:4:"tmpl";i:1438;s:2:"id";i:24539;s:5:"title";s:27:"Wireframe – Contact 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg";s:12:"tmpl_created";i:1653989019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["Business","Contact","Footer","Google Maps","Header","Professional"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:220;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:221;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:222;a:19:{s:4:"tmpl";i:1434;s:2:"id";i:24494;s:5:"title";s:28:"Wireframe – Services 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg";s:12:"tmpl_created";i:1653988874;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Business","Faq","Footer","Professional","Services"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:223;a:19:{s:4:"tmpl";i:1194;s:2:"id";i:18701;s:5:"title";s:32:"Digital Course – eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg";s:12:"tmpl_created";i:1618995134;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:57:"["Course Online","Ecommerce","Landing Pages","Marketing"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:224;a:19:{s:4:"tmpl";i:1192;s:2:"id";i:18612;s:5:"title";s:34:"Bag Product Sale – eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg";s:12:"tmpl_created";i:1618395406;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:61:"["Bag","Ecommerce","Landing Pages","Product","Sale","Travel"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:875;s:11:"trend_index";i:605;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:225;a:19:{s:4:"tmpl";i:1227;s:2:"id";i:21083;s:5:"title";s:26:"Conference – Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg";s:12:"tmpl_created";i:1638799208;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:44:"["Conference","Contact","Form","Info","Map"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:226;a:19:{s:4:"tmpl";i:1193;s:2:"id";i:18644;s:5:"title";s:37:"Camera Product Sale – eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg";s:12:"tmpl_created";i:1618396388;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Camera","Ecommerce","Landing Pages","Photography","Sale"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:873;s:11:"trend_index";i:535;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:227;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:228;a:19:{s:4:"tmpl";i:1222;s:2:"id";i:20960;s:5:"title";s:26:"Travel Agency – Home";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg";s:12:"tmpl_created";i:1638788432;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Adventures","Experience","Explore","Travel","Trip"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:229;a:19:{s:4:"tmpl";i:1196;s:2:"id";i:18815;s:5:"title";s:25:"Car Wash – Business";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png";s:12:"tmpl_created";i:1621336431;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:45:"["Business","car","Discount","Landing Pages"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:230;a:19:{s:4:"tmpl";i:1242;s:2:"id";i:21473;s:5:"title";s:40:"Architecture Photography – Gallery";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg";s:12:"tmpl_created";i:1638822115;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:52:"["Architecture","Gallery","Photography","Portfolio"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:231;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:232;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:233;a:19:{s:4:"tmpl";i:1198;s:2:"id";i:18824;s:5:"title";s:33:"Design School – Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1621336756;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:234;a:19:{s:4:"tmpl";i:1236;s:2:"id";i:21259;s:5:"title";s:28:"3D Designer – Projects";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg";s:12:"tmpl_created";i:1638819185;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["3D","Creative Portfolio","Design","Designer","Portfolio","Project"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:235;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:236;a:19:{s:4:"tmpl";i:1197;s:2:"id";i:18819;s:5:"title";s:27:"Dog Walker – Business";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png";s:12:"tmpl_created";i:1621336601;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:41:"["Business","Dog","Landing Pages","Pets"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:237;a:19:{s:4:"tmpl";i:1238;s:2:"id";i:21349;s:5:"title";s:29:"Architecture – Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg";s:12:"tmpl_created";i:1638820870;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:70:"["Architecture","Creative","Creative Portfolio","Portfolio","Project"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:238;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:239;a:19:{s:4:"tmpl";i:1414;s:2:"id";i:24079;s:5:"title";s:32:"Fashion Shop – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg";s:12:"tmpl_created";i:1650988089;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Aesthetic","Business","Coming Soon","Ecommerce","Girly","Lifestyle","Products","Shop"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:240;a:19:{s:4:"tmpl";i:1195;s:2:"id";i:18761;s:5:"title";s:33:"Fashion Store – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1621336146;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:241;a:19:{s:4:"tmpl";i:1153;s:2:"id";i:17060;s:5:"title";s:36:"Private Tutor – Online Service";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png";s:12:"tmpl_created";i:1610631042;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:64:"["Education","Landing Pages","Online Service","Teacher","Tutor"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:780;s:11:"trend_index";i:628;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:242;a:19:{s:4:"tmpl";i:1430;s:2:"id";i:24434;s:5:"title";s:25:"Wireframe – About 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg";s:12:"tmpl_created";i:1653988697;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["About","Business","Contact","Faq","Footer","Header","Professional","Team"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:243;a:19:{s:4:"tmpl";i:1158;s:2:"id";i:17232;s:5:"title";s:33:"Life Coach – Online Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png";s:12:"tmpl_created";i:1610902793;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:38:"["Coach","Landing Pages","Life Coach"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:787;s:11:"trend_index";i:751;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:244;a:19:{s:4:"tmpl";i:1436;s:2:"id";i:24515;s:5:"title";s:28:"Wireframe – Services 3";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg";s:12:"tmpl_created";i:1653988946;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:66:"["Business","Contact","Footer","Header","Professional","Services"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:245;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:246;a:19:{s:4:"tmpl";i:1146;s:2:"id";i:16932;s:5:"title";s:35:"Finance Consulting – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png";s:12:"tmpl_created";i:1610532170;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:80:"["Advisor","Business","Consulting","Finance","Investment","Landing Pages","Tax"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:790;s:11:"trend_index";i:630;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:247;a:19:{s:4:"tmpl";i:1429;s:2:"id";i:24421;s:5:"title";s:25:"Wireframe – About 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg";s:12:"tmpl_created";i:1653988579;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["About","Business","Contact","Faq","Features","Footer","Header","Professional","Team"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:248;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:249;a:19:{s:4:"tmpl";i:1136;s:2:"id";i:16721;s:5:"title";s:35:"Dental – Health & Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg";s:12:"tmpl_created";i:1610448567;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:44:"["Dental","Doctor","Health","Landing Pages"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:801;s:11:"trend_index";i:655;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:250;a:19:{s:4:"tmpl";i:1417;s:2:"id";i:24116;s:5:"title";s:32:"Tech Company – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg";s:12:"tmpl_created";i:1650989265;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["Business","Coding","Coming Soon","Computer","Developer","IT","Services","Technology"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:251;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:252;a:19:{s:4:"tmpl";i:1161;s:2:"id";i:17269;s:5:"title";s:34:"Electronics Sale – eCommerce";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png";s:12:"tmpl_created";i:1610903298;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:800;s:11:"trend_index";i:556;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:253;a:19:{s:4:"tmpl";i:1220;s:2:"id";i:20908;s:5:"title";s:42:"Packing & Moving Company – Home";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg";s:12:"tmpl_created";i:1638786127;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Movers","Moving","Storge"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:254;a:19:{s:4:"tmpl";i:1152;s:2:"id";i:17032;s:5:"title";s:42:"Donate Computer – Social Involvement";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png";s:12:"tmpl_created";i:1610630585;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:67:"["Computer","Donate","Donation","Kids","Landing Pages","Nonprofit"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:718;s:11:"trend_index";i:278;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:255;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:256;a:19:{s:4:"tmpl";i:1245;s:2:"id";i:21546;s:5:"title";s:28:"Interior Design – Home";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg";s:12:"tmpl_created";i:1639046269;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Design","Form","Furniture Design","Interior Design","Testimonial"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:257;a:19:{s:4:"tmpl";i:1135;s:2:"id";i:16684;s:5:"title";s:34:"SaaS HR Management – Product";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png";s:12:"tmpl_created";i:1609945486;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"Product";s:4:"tags";s:39:"["HR","Landing Pages","Product","SaaS"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:708;s:11:"trend_index";i:292;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:258;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:259;a:19:{s:4:"tmpl";i:1249;s:2:"id";i:22137;s:5:"title";s:31:"Design Blog – Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647177194;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:260;a:19:{s:4:"tmpl";i:1134;s:2:"id";i:16660;s:5:"title";s:37:"Medical center – Online service";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png";s:12:"tmpl_created";i:1609945122;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:44:"["Landing Pages","Medical","Online Service"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:750;s:11:"trend_index";i:332;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:261;a:19:{s:4:"tmpl";i:1226;s:2:"id";i:21069;s:5:"title";s:21:"Hotel – Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg";s:12:"tmpl_created";i:1638798545;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:36:"["Contact","from","Info","Vacation"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:262;a:19:{s:4:"tmpl";i:1150;s:2:"id";i:17001;s:5:"title";s:36:"Parental Counseling – Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png";s:12:"tmpl_created";i:1610534999;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:99:"["Advisor","Business","Coach","Counseling","Landing Pages","Online Service","Parental","Parenting"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:817;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:263;a:19:{s:4:"tmpl";i:1432;s:2:"id";i:24461;s:5:"title";s:27:"Wireframe – Gallery 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg";s:12:"tmpl_created";i:1653988784;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:264;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:265;a:19:{s:4:"tmpl";i:1137;s:2:"id";i:16742;s:5:"title";s:31:"Online Course – Education";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png";s:12:"tmpl_created";i:1610454122;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:55:"["Academy","Course Online","Education","Landing Pages"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:777;s:11:"trend_index";i:776;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:266;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:267;a:19:{s:4:"tmpl";i:1440;s:2:"id";i:24563;s:5:"title";s:27:"Wireframe – Contact 4";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg";s:12:"tmpl_created";i:1653989095;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:84:"["Business","Contact","Footer","Form","Gallery","Header","Professional","Subscribe"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:268;a:19:{s:4:"tmpl";i:1162;s:2:"id";i:17284;s:5:"title";s:38:"Dietitian – Health & Fitness";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png";s:12:"tmpl_created";i:1610903484;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:39:"["Fitness","Health","landscape design"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:814;s:11:"trend_index";i:800;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:269;a:19:{s:4:"tmpl";i:1439;s:2:"id";i:24553;s:5:"title";s:27:"Wireframe – Contact 3";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg";s:12:"tmpl_created";i:1653989057;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Business","Contact","Footer","Form","Professional","Testimonial"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:270;a:19:{s:4:"tmpl";i:1144;s:2:"id";i:16897;s:5:"title";s:30:"Personal Chef – Business";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png";s:12:"tmpl_created";i:1610466247;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:53:"["Business","Chef","Food","Landing Pages","Services"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:795;s:11:"trend_index";i:617;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:271;a:19:{s:4:"tmpl";i:1435;s:2:"id";i:24504;s:5:"title";s:28:"Wireframe – Services 2";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg";s:12:"tmpl_created";i:1653988910;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:80:"["Business","Contact","Footer","Header","Professional","Services","Testimonial"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:272;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:273;a:19:{s:4:"tmpl";i:1147;s:2:"id";i:16946;s:5:"title";s:52:"Online Full-Stack Developer Course – Education";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png";s:12:"tmpl_created";i:1610532778;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:76:"["Academy","Coding","Course Online","Developer","Education","Landing Pages"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:805;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:274;a:19:{s:4:"tmpl";i:1437;s:2:"id";i:24528;s:5:"title";s:27:"Wireframe – Contact 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg";s:12:"tmpl_created";i:1653988981;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["Business","Contact","Footer","Form","Google Maps","Header","Professional"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:275;a:19:{s:4:"tmpl";i:1143;s:2:"id";i:16868;s:5:"title";s:40:"Virtual Assistant – Online Service";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png";s:12:"tmpl_created";i:1610465656;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:46:"["Assistant","Landing Pages","Online Service"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:793;s:11:"trend_index";i:757;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:276;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:277;a:19:{s:4:"tmpl";i:1228;s:2:"id";i:21104;s:5:"title";s:26:"Restaurant – Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg";s:12:"tmpl_created";i:1638800146;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:60:"["Contact","Food","Form","Google Maps","Info","Testimonial"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:278;a:19:{s:4:"tmpl";i:1140;s:2:"id";i:16812;s:5:"title";s:40:"Construction Project – Real Estate";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png";s:12:"tmpl_created";i:1610463582;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:59:"["Construction","Landing Pages","Real estate","Realestate"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:796;s:11:"trend_index";i:724;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:279;a:19:{s:4:"tmpl";i:1244;s:2:"id";i:21393;s:5:"title";s:34:"Interior Designer – Projects";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg";s:12:"tmpl_created";i:1638823945;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:93:"["Creative","Creative Portfolio","Design","Designer","Interior Design","Portfolio","Project"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:280;a:19:{s:4:"tmpl";i:1148;s:2:"id";i:16960;s:5:"title";s:44:"Dog & Cat Food Delivery – Business";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png";s:12:"tmpl_created";i:1610533581;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:71:"["Business","Cat","Delivery","Dog","Food","Landing Pages","Pet","Pets"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:782;s:11:"trend_index";i:510;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:281;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:282;a:19:{s:4:"tmpl";i:1251;s:2:"id";i:22143;s:5:"title";s:33:"Fashion Store – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1647177389;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:283;a:19:{s:4:"tmpl";i:1155;s:2:"id";i:17095;s:5:"title";s:36:"Mobile Pet Grooming – Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png";s:12:"tmpl_created";i:1610632115;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:38:"["Dog","Groom","Landing Pages","Pets"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:786;s:11:"trend_index";i:731;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:284;a:19:{s:4:"tmpl";i:1241;s:2:"id";i:21451;s:5:"title";s:26:"Exhibition – Gallery";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg";s:12:"tmpl_created";i:1638821855;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["Art","Creative","Creative Portfolio","Exhibition","Gallery","Portfolio"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:285;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:286;a:19:{s:4:"tmpl";i:1159;s:2:"id";i:17245;s:5:"title";s:34:"Marketing Course – Education";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png";s:12:"tmpl_created";i:1610902958;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Education";s:4:"tags";s:45:"["Course Online","Landing Pages","Marketing"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:770;s:11:"trend_index";i:430;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:287;a:19:{s:4:"tmpl";i:1240;s:2:"id";i:21430;s:5:"title";s:30:"Travel Blogger – Gallery";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg";s:12:"tmpl_created";i:1638821592;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Gallery","Photography","Slider","Travel"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:288;a:19:{s:4:"tmpl";i:1149;s:2:"id";i:16983;s:5:"title";s:41:"Pilates Instructor – Online Service";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png";s:12:"tmpl_created";i:1610534138;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:70:"["Free Trial","Instructor","Landing Pages","Online Service","Pilates"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:778;s:11:"trend_index";i:412;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:289;a:19:{s:4:"tmpl";i:1416;s:2:"id";i:24104;s:5:"title";s:33:"Ceramics Shop – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg";s:12:"tmpl_created";i:1650988949;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:290;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:291;a:19:{s:4:"tmpl";i:1412;s:2:"id";i:24033;s:5:"title";s:37:"Dance Studio – Maintenance Mode";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg";s:12:"tmpl_created";i:1649881344;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:113:"["Academy","Business","Dance Studio","Form","Pilates","School","Sport","Teacher","Training","Under Construction"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:292;a:19:{s:4:"tmpl";i:1190;s:2:"id";i:18568;s:5:"title";s:32:"Flower Delivery – Business";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png";s:12:"tmpl_created";i:1617546716;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:37:"["Delivery","Flower","Landing Pages"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:874;s:11:"trend_index";i:763;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:293;a:19:{s:4:"tmpl";i:1145;s:2:"id";i:16917;s:5:"title";s:22:"Webinar – Events";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg";s:12:"tmpl_created";i:1610466822;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:36:"["Events","Landing Pages","Webinar"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:821;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:294;a:19:{s:4:"tmpl";i:1413;s:2:"id";i:24049;s:5:"title";s:33:"ECO Shop – Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg";s:12:"tmpl_created";i:1649882053;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:110:"["Aesthetic","Business","Creative","Decor","Health","Help","Lifestyle","Products","Shop","Under Construction"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:295;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:296;a:19:{s:4:"tmpl";i:1154;s:2:"id";i:17079;s:5:"title";s:42:"Calls Volunteer – Social Involvement";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png";s:12:"tmpl_created";i:1610631774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:68:"["Care","Covid-19","Help","Involvement","Landing Pages","Volunteer"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:854;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:297;a:19:{s:4:"tmpl";i:1419;s:2:"id";i:24136;s:5:"title";s:29:"Food Blog – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg";s:12:"tmpl_created";i:1650990034;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:62:"["Blog","Business","Coming Soon","Cooking","Education","Food"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:298;a:19:{s:4:"tmpl";i:1142;s:2:"id";i:16836;s:5:"title";s:33:"Marketing Agency – Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg";s:12:"tmpl_created";i:1610464490;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:74:"["Agency","Business","Landing Pages","Marketing","Marketing Landing Page"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:816;s:11:"trend_index";i:787;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:299;a:19:{s:4:"tmpl";i:1411;s:2:"id";i:24020;s:5:"title";s:35:"Mobile App – Maintenance Mode";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg";s:12:"tmpl_created";i:1649880955;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["App","Business","Coding","Computer","Launch","Mobile","Under Construction"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:300;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:301;a:19:{s:4:"tmpl";i:1139;s:2:"id";i:16785;s:5:"title";s:42:"Gym Promotion – Health & Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg";s:12:"tmpl_created";i:1610455496;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:42:"["Fitness","Gym","Health","Landing Pages"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:820;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:302;a:19:{s:4:"tmpl";i:1420;s:2:"id";i:24152;s:5:"title";s:32:"Perfume Shop – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg";s:12:"tmpl_created";i:1650990353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Business","Coming Soon","Cosmetics","Lifestyle","Products","Shop"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:303;a:19:{s:4:"tmpl";i:1185;s:2:"id";i:18492;s:5:"title";s:34:"Bicycle Pre-Sale – eCommerce";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png";s:12:"tmpl_created";i:1617535552;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:34:"["Bicycle","Landing Pages","Sale"]";s:10:"menu_order";i:50;s:16:"popularity_index";i:871;s:11:"trend_index";i:826;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:304;a:19:{s:4:"tmpl";i:1418;s:2:"id";i:24126;s:5:"title";s:28:"Skincare – Coming Soon";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg";s:12:"tmpl_created";i:1650989585;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:128:"["Aesthetic","Beauty","Beauty Salon","Business","Coming Soon","Cosmetics","Girly","Lifestyle","Services","Skincare","Treatment"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:305;a:19:{s:4:"tmpl";i:1181;s:2:"id";i:18349;s:5:"title";s:39:"Virtual try-on glasses – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png";s:12:"tmpl_created";i:1614772569;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:64:"["Fashion","Glasses","Landing Pages","Online Service","Virtual"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:848;s:11:"trend_index";i:803;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:306;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:307;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:308;a:19:{s:4:"tmpl";i:1410;s:2:"id";i:24004;s:5:"title";s:33:"Skincare – Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg";s:12:"tmpl_created";i:1649880534;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:144:"["Aesthetic","Beauty","Beauty Salon","Business","Cosmetics","Girly","Lifestyle","Makeup","Services","Skincare","Treatment","Under Construction"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:309;a:19:{s:4:"tmpl";i:1172;s:2:"id";i:17458;s:5:"title";s:31:"Moving Company – Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png";s:12:"tmpl_created";i:1612727025;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","Landing Pages","Movers","Moving"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:826;s:11:"trend_index";i:767;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:310;a:19:{s:4:"tmpl";i:1415;s:2:"id";i:24092;s:5:"title";s:29:"Vase Shop – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg";s:12:"tmpl_created";i:1650988613;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:311;a:19:{s:4:"tmpl";i:1186;s:2:"id";i:18517;s:5:"title";s:29:"Food Blog – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png";s:12:"tmpl_created";i:1617539897;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:45:"["Blog","Coming Soon","Food","Landing Pages"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:844;s:11:"trend_index";i:672;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:312;a:19:{s:4:"tmpl";i:1167;s:2:"id";i:17379;s:5:"title";s:33:"IT Service – Online Service";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png";s:12:"tmpl_created";i:1612713022;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:41:"["IT","Landing Pages","Remote","Support"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:806;s:11:"trend_index";i:634;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:313;a:19:{s:4:"tmpl";i:1248;s:2:"id";i:22134;s:5:"title";s:32:"Art Magazine – Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647176713;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:314;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:315;a:19:{s:4:"tmpl";i:1189;s:2:"id";i:18560;s:5:"title";s:52:"Finance Learning Platform – Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1617542761;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:843;s:11:"trend_index";i:561;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:316;a:19:{s:4:"tmpl";i:1225;s:2:"id";i:21041;s:5:"title";s:41:"Business Consulting Company – About";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg";s:12:"tmpl_created";i:1638797560;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Coach","Collaboration","Consulting","Life Coach"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:317;a:19:{s:4:"tmpl";i:1187;s:2:"id";i:18528;s:5:"title";s:36:"Home Decor Store – Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1617541784;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:872;s:11:"trend_index";i:819;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:318;a:19:{s:4:"tmpl";i:1243;s:2:"id";i:21135;s:5:"title";s:28:"Construction – Service";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg";s:12:"tmpl_created";i:1638823202;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Architecture","Construction","Faq","Services"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:319;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:320;a:19:{s:4:"tmpl";i:1174;s:2:"id";i:17504;s:5:"title";s:29:"Hair Stylist – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png";s:12:"tmpl_created";i:1612883014;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:59:"["Business","Hair","hairdresser","Landing Pages","Stylist"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:840;s:11:"trend_index";i:806;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:321;a:19:{s:4:"tmpl";i:1223;s:2:"id";i:20981;s:5:"title";s:37:"Creative Digital Agency – About";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg";s:12:"tmpl_created";i:1638789303;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["About","Advisor","Creative","Creative Portfolio"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:322;a:19:{s:4:"tmpl";i:1184;s:2:"id";i:18449;s:5:"title";s:45:"Aesthetic Clinic – Health & Fitness";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png";s:12:"tmpl_created";i:1616682181;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:57:"["Aesthetic","Beauty","Fitness","Health","Landing Pages"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:859;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:323;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:324;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:325;a:19:{s:4:"tmpl";i:1165;s:2:"id";i:17353;s:5:"title";s:44:"Online Cooking Course – Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png";s:12:"tmpl_created";i:1612705144;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Cooking","Course Online","Food","Landing Pages"]";s:10:"menu_order";i:59;s:16:"popularity_index";i:845;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:326;a:19:{s:4:"tmpl";i:1188;s:2:"id";i:18550;s:5:"title";s:39:"Online Store – Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1617542506;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:832;s:11:"trend_index";i:600;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:327;a:19:{s:4:"tmpl";i:1250;s:2:"id";i:22140;s:5:"title";s:33:"Design School – Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1647177317;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:328;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:329;a:19:{s:4:"tmpl";i:1191;s:2:"id";i:18539;s:5:"title";s:40:"Travel Agency – Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1617610273;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:61;s:16:"popularity_index";i:876;s:11:"trend_index";i:652;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:330;a:19:{s:4:"tmpl";i:1175;s:2:"id";i:18270;s:5:"title";s:24:"Open week – Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png";s:12:"tmpl_created";i:1614767186;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:59:"["Education","Event","Events","Landing Pages","University"]";s:10:"menu_order";i:62;s:16:"popularity_index";i:831;s:11:"trend_index";i:673;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:331;a:19:{s:4:"tmpl";i:1177;s:2:"id";i:18300;s:5:"title";s:30:"Makeup Artist – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png";s:12:"tmpl_created";i:1614768608;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Beauty","Business","Course Online","Landing Pages","Makeup","Online Service"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:861;s:11:"trend_index";i:783;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:332;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:333;a:19:{s:4:"tmpl";i:1179;s:2:"id";i:18329;s:5:"title";s:63:"Online Real Estate Investment Conference – Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png";s:12:"tmpl_created";i:1614770404;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:76:"["Conference","Event","Events","Landing Pages","Online Event","Real estate"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:866;s:11:"trend_index";i:779;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:334;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:335;a:19:{s:4:"tmpl";i:1183;s:2:"id";i:18391;s:5:"title";s:45:"Children’s Optometrist – Business";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png";s:12:"tmpl_created";i:1614773564;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:85:"["Business","Children","Eye","Glasses","Health","Kids","Landing Pages","Optometrist"]";s:10:"menu_order";i:65;s:16:"popularity_index";i:877;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:336;a:19:{s:4:"tmpl";i:1182;s:2:"id";i:18366;s:5:"title";s:30:"Car Insurance – Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png";s:12:"tmpl_created";i:1614773263;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","car","Insurance","Landing Pages"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:869;s:11:"trend_index";i:797;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:337;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:338;a:19:{s:4:"tmpl";i:1124;s:2:"id";i:16473;s:5:"title";s:26:"Beauty Salon – About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg";s:12:"tmpl_created";i:1608622373;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:615;s:11:"trend_index";i:184;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:339;a:19:{s:4:"tmpl";i:1176;s:2:"id";i:18291;s:5:"title";s:47:"Grill Restaurant Food Delivery – Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png";s:12:"tmpl_created";i:1614767830;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Delivery","Delivery Service","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:819;s:11:"trend_index";i:685;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:340;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:341;a:19:{s:4:"tmpl";i:1125;s:2:"id";i:16488;s:5:"title";s:28:"Beauty Salon – Contact";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg";s:12:"tmpl_created";i:1608622374;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:548;s:11:"trend_index";i:101;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:342;a:19:{s:4:"tmpl";i:1180;s:2:"id";i:18340;s:5:"title";s:30:"Restaurant – Coming Soon";s:9:"thumbnail";s:98:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png";s:12:"tmpl_created";i:1614772183;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:51:"["Coming Soon","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:810;s:11:"trend_index";i:809;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:343;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:344;a:19:{s:4:"tmpl";i:1126;s:2:"id";i:16496;s:5:"title";s:28:"Beauty Salon – Gallery";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg";s:12:"tmpl_created";i:1608622379;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:491;s:11:"trend_index";i:90;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:345;a:19:{s:4:"tmpl";i:1173;s:2:"id";i:17480;s:5:"title";s:42:"At-home Massage Therapist – Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg";s:12:"tmpl_created";i:1612879264;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:60:"["Business","Health","Landing Pages","Services","Therapist"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:856;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:346;a:19:{s:4:"tmpl";i:1127;s:2:"id";i:16457;s:5:"title";s:25:"Beauty Salon – Home";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg";s:12:"tmpl_created";i:1608622383;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:408;s:11:"trend_index";i:56;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:347;a:19:{s:4:"tmpl";i:1178;s:2:"id";i:18317;s:5:"title";s:26:"Insurance – Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png";s:12:"tmpl_created";i:1614769488;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:61:"["Business","Family","Financial","Insurance","Landing Pages"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:870;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:348;a:19:{s:4:"tmpl";i:1128;s:2:"id";i:16518;s:5:"title";s:29:"Beauty Salon – Services";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg";s:12:"tmpl_created";i:1608622386;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:664;s:11:"trend_index";i:261;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:349;a:19:{s:4:"tmpl";i:1168;s:2:"id";i:17401;s:5:"title";s:40:"Conference Thank You Page – Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png";s:12:"tmpl_created";i:1612724753;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:59:"["Conference","Event","Events","Landing Pages","Thank You"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:799;s:11:"trend_index";i:540;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:350;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:351;a:19:{s:4:"tmpl";i:1073;s:2:"id";i:15486;s:5:"title";s:25:"Travel Blog – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg";s:12:"tmpl_created";i:1606215720;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:608;s:11:"trend_index";i:343;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:352;a:19:{s:4:"tmpl";i:1166;s:2:"id";i:17368;s:5:"title";s:38:"Real Estate Agency – Real-Estate";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png";s:12:"tmpl_created";i:1612711814;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:73:"["Landing Pages","listing","Real estate","Realestate","realtor","realty"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:858;s:11:"trend_index";i:777;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:353;a:19:{s:4:"tmpl";i:1074;s:2:"id";i:15478;s:5:"title";s:27:"Travel Blog – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg";s:12:"tmpl_created";i:1606215735;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:687;s:11:"trend_index";i:564;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:354;a:19:{s:4:"tmpl";i:1170;s:2:"id";i:17423;s:5:"title";s:57:"Volunteer Calls Thank You Page – Social Involvement";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg";s:12:"tmpl_created";i:1612726058;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:62:"["Care","Involvement","Landing Pages","Thank You","Volunteer"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:857;s:11:"trend_index";i:818;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:355;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:356;a:19:{s:4:"tmpl";i:1075;s:2:"id";i:15467;s:5:"title";s:24:"Travel Blog – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg";s:12:"tmpl_created";i:1606215756;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:567;s:11:"trend_index";i:224;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:357;a:19:{s:4:"tmpl";i:1169;s:2:"id";i:17409;s:5:"title";s:37:"Webinar Thank You Page – Events";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png";s:12:"tmpl_created";i:1612725644;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:56:"["Event","Events","Landing Pages","Thank You","Webinar"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:868;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:358;a:19:{s:4:"tmpl";i:1056;s:2:"id";i:15317;s:5:"title";s:25:"Dance Studio – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg";s:12:"tmpl_created";i:1603181291;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:596;s:11:"trend_index";i:301;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:359;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:360;a:19:{s:4:"tmpl";i:1160;s:2:"id";i:17258;s:5:"title";s:32:"Beauty Product – eCommerce";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png";s:12:"tmpl_created";i:1610903153;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:38:"["Beauty","Ecommerce","Landing Pages"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:797;s:11:"trend_index";i:703;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:361;a:19:{s:4:"tmpl";i:1057;s:2:"id";i:15334;s:5:"title";s:26:"Dance Studio – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg";s:12:"tmpl_created";i:1603181364;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:626;s:11:"trend_index";i:373;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:362;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:363;a:19:{s:4:"tmpl";i:1171;s:2:"id";i:17435;s:5:"title";s:39:"Gym – App Service – Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png";s:12:"tmpl_created";i:1612726462;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"Product";s:4:"tags";s:58:"["App","Fitness","Gym","Health","Landing Pages","Product"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:767;s:11:"trend_index";i:577;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:364;a:19:{s:4:"tmpl";i:1058;s:2:"id";i:15349;s:5:"title";s:28:"Dance Studio – Classes";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg";s:12:"tmpl_created";i:1603181425;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:629;s:11:"trend_index";i:458;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:365;a:19:{s:4:"tmpl";i:1156;s:2:"id";i:17111;s:5:"title";s:33:"Sunglasses Sale – eCommerce";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610632408;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Ecommerce","Fashion","Landing Pages","Sale","Sunglasses"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:812;s:11:"trend_index";i:732;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:366;a:19:{s:4:"tmpl";i:1055;s:2:"id";i:15366;s:5:"title";s:29:"Dance Studio – Schedule";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg";s:12:"tmpl_created";i:1603181056;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:698;s:11:"trend_index";i:602;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:367;a:19:{s:4:"tmpl";i:1157;s:2:"id";i:17223;s:5:"title";s:25:"Fashion – eCommerce";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png";s:12:"tmpl_created";i:1610902553;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:808;s:11:"trend_index";i:745;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:368;a:19:{s:4:"tmpl";i:1059;s:2:"id";i:15373;s:5:"title";s:28:"Dance Studio – Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg";s:12:"tmpl_created";i:1603181678;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:731;s:11:"trend_index";i:661;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:369;a:19:{s:4:"tmpl";i:1151;s:2:"id";i:17017;s:5:"title";s:28:"Shoes Sale – eCommerce";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610535361;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:55:"["Discount","Ecommerce","Landing Pages","Sale","Shoes"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:803;s:11:"trend_index";i:642;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:370;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:371;a:19:{s:4:"tmpl";i:1060;s:2:"id";i:15384;s:5:"title";s:28:"Dance Studio – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg";s:12:"tmpl_created";i:1603181738;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:741;s:11:"trend_index";i:721;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:372;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:373;a:19:{s:4:"tmpl";i:1163;s:2:"id";i:17301;s:5:"title";s:53:"Personal Chef – Thank You Page – Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg";s:12:"tmpl_created";i:1610903622;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:43:"["Chef","Food","Landing Pages","Thank You"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:823;s:11:"trend_index";i:754;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:374;a:19:{s:4:"tmpl";i:1042;s:2:"id";i:15158;s:5:"title";s:26:"Psychologist – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg";s:12:"tmpl_created";i:1600157561;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:618;s:11:"trend_index";i:426;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:375;a:19:{s:4:"tmpl";i:1164;s:2:"id";i:17313;s:5:"title";s:60:"Development Course – Thank You Page – Education";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png";s:12:"tmpl_created";i:1610903776;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:57:"["Course Online","Education","Landing Pages","Thank You"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:834;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:376;a:19:{s:4:"tmpl";i:1045;s:2:"id";i:15197;s:5:"title";s:28:"Psychologist – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg";s:12:"tmpl_created";i:1600160499;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:666;s:11:"trend_index";i:558;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:377;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:378;a:19:{s:4:"tmpl";i:1041;s:2:"id";i:15142;s:5:"title";s:25:"Psychologist – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg";s:12:"tmpl_created";i:1600156308;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:83;s:16:"popularity_index";i:464;s:11:"trend_index";i:297;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:379;a:19:{s:4:"tmpl";i:1044;s:2:"id";i:15188;s:5:"title";s:28:"Psychologist – Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg";s:12:"tmpl_created";i:1600159731;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:84;s:16:"popularity_index";i:732;s:11:"trend_index";i:537;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:380;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:381;a:19:{s:4:"tmpl";i:1043;s:2:"id";i:15167;s:5:"title";s:29:"Psychologist – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg";s:12:"tmpl_created";i:1600158206;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:85;s:16:"popularity_index";i:606;s:11:"trend_index";i:379;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:382;a:19:{s:4:"tmpl";i:1036;s:2:"id";i:14932;s:5:"title";s:30:"Flooring Company – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/About.png";s:12:"tmpl_created";i:1597740110;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:86;s:16:"popularity_index";i:488;s:11:"trend_index";i:319;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:383;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:384;a:19:{s:4:"tmpl";i:1037;s:2:"id";i:14998;s:5:"title";s:32:"Flooring Company – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png";s:12:"tmpl_created";i:1597740222;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:87;s:16:"popularity_index";i:553;s:11:"trend_index";i:380;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:385;a:19:{s:4:"tmpl";i:1038;s:2:"id";i:14965;s:5:"title";s:32:"Flooring Company – Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png";s:12:"tmpl_created";i:1597740353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:88;s:16:"popularity_index";i:371;s:11:"trend_index";i:291;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:386;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:387;a:19:{s:4:"tmpl";i:1282;s:2:"id";i:22417;s:5:"title";s:52:"Finance Learning Platform – Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1647354987;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:89;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:388;a:19:{s:4:"tmpl";i:1040;s:2:"id";i:14947;s:5:"title";s:33:"Flooring company – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/08/Services.png";s:12:"tmpl_created";i:1597740551;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:90;s:16:"popularity_index";i:538;s:11:"trend_index";i:392;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:389;a:19:{s:4:"tmpl";i:1039;s:2:"id";i:14901;s:5:"title";s:29:"Flooring Company – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Home.png";s:12:"tmpl_created";i:1597740474;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:91;s:16:"popularity_index";i:387;s:11:"trend_index";i:185;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:390;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:391;a:19:{s:4:"tmpl";i:1252;s:2:"id";i:22146;s:5:"title";s:36:"Home Decor Store – Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1647177514;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:92;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:392;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:393;a:19:{s:4:"tmpl";i:1021;s:2:"id";i:14737;s:5:"title";s:32:"Luxury Real Estate – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/About.png";s:12:"tmpl_created";i:1595313527;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:93;s:16:"popularity_index";i:150;s:11:"trend_index";i:447;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:394;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:395;a:19:{s:4:"tmpl";i:1020;s:2:"id";i:14756;s:5:"title";s:34:"Luxury Real Estate – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png";s:12:"tmpl_created";i:1595313519;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:94;s:16:"popularity_index";i:610;s:11:"trend_index";i:569;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:396;a:19:{s:4:"tmpl";i:1019;s:2:"id";i:14716;s:5:"title";s:31:"Luxury Real Estate – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Home.png";s:12:"tmpl_created";i:1595313512;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:95;s:16:"popularity_index";i:394;s:11:"trend_index";i:165;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:397;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:398;a:19:{s:4:"tmpl";i:1018;s:2:"id";i:14763;s:5:"title";s:31:"Luxury Real Estate – News";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png";s:12:"tmpl_created";i:1595313273;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:96;s:16:"popularity_index";i:404;s:11:"trend_index";i:167;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:399;a:19:{s:4:"tmpl";i:1283;s:2:"id";i:22423;s:5:"title";s:39:"Online Store – Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1647355154;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:97;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:400;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:401;a:19:{s:4:"tmpl";i:1010;s:2:"id";i:13960;s:5:"title";s:32:"Japanese restaurant – Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg";s:12:"tmpl_created";i:1592289775;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:98;s:16:"popularity_index";i:537;s:11:"trend_index";i:287;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:402;a:19:{s:4:"tmpl";i:1284;s:2:"id";i:22428;s:5:"title";s:40:"Travel Agency – Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1647355339;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:99;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:403;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:404;a:19:{s:4:"tmpl";i:1007;s:2:"id";i:13993;s:5:"title";s:45:"Japanese restaurant – Chef’s Menu";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg";s:12:"tmpl_created";i:1592289691;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:100;s:16:"popularity_index";i:651;s:11:"trend_index";i:675;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:405;a:19:{s:4:"tmpl";i:1006;s:2:"id";i:14012;s:5:"title";s:36:"Japanese restaurant – Bar Menu";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg";s:12:"tmpl_created";i:1592289665;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:101;s:16:"popularity_index";i:735;s:11:"trend_index";i:829;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:406;a:19:{s:4:"tmpl";i:1005;s:2:"id";i:13917;s:5:"title";s:33:"Japanese restaurant – About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg";s:12:"tmpl_created";i:1592289629;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:102;s:16:"popularity_index";i:640;s:11:"trend_index";i:389;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:407;a:19:{s:4:"tmpl";i:997;s:2:"id";i:13528;s:5:"title";s:22:"Barbershop – 404";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg";s:12:"tmpl_created";i:1589893152;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Barber Shop","Barbershop"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:768;s:11:"trend_index";i:681;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:408;a:19:{s:4:"tmpl";i:1009;s:2:"id";i:13937;s:5:"title";s:35:"Japanese restaurant – Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg";s:12:"tmpl_created";i:1592289748;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:648;s:11:"trend_index";i:551;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:409;a:19:{s:4:"tmpl";i:1008;s:2:"id";i:14030;s:5:"title";s:34:"Japanese restaurant – Events";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg";s:12:"tmpl_created";i:1592289713;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:104;s:16:"popularity_index";i:723;s:11:"trend_index";i:711;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:410;a:19:{s:4:"tmpl";i:998;s:2:"id";i:13518;s:5:"title";s:26:"Barbershop – Archive";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg";s:12:"tmpl_created";i:1589893157;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:737;s:11:"trend_index";i:523;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:411;a:19:{s:4:"tmpl";i:1016;s:2:"id";i:13984;s:5:"title";s:40:"Japanese restaurant – Reservations";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg";s:12:"tmpl_created";i:1592294757;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:715;s:11:"trend_index";i:727;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:412;a:19:{s:4:"tmpl";i:999;s:2:"id";i:13479;s:5:"title";s:23:"Barbershop – Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg";s:12:"tmpl_created";i:1589893275;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:106;s:16:"popularity_index";i:683;s:11:"trend_index";i:832;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:413;a:19:{s:4:"tmpl";i:996;s:2:"id";i:13604;s:5:"title";s:25:"Barbershop – Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg";s:12:"tmpl_created";i:1589893147;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Barber Shop","Barbershop","Footer"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:555;s:11:"trend_index";i:267;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:414;a:19:{s:4:"tmpl";i:1000;s:2:"id";i:13503;s:5:"title";s:24:"Barbershop – About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg";s:12:"tmpl_created";i:1589893289;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:744;s:11:"trend_index";i:739;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:415;a:19:{s:4:"tmpl";i:995;s:2:"id";i:13612;s:5:"title";s:25:"Barbershop – Header";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg";s:12:"tmpl_created";i:1589893142;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Barber Shop","Barbershop","Header"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:343;s:11:"trend_index";i:137;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:416;a:19:{s:4:"tmpl";i:1001;s:2:"id";i:13548;s:5:"title";s:27:"Barbershop – Services";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg";s:12:"tmpl_created";i:1589893298;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:761;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:417;a:19:{s:4:"tmpl";i:1002;s:2:"id";i:13560;s:5:"title";s:26:"Barbershop – Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg";s:12:"tmpl_created";i:1589893307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:109;s:16:"popularity_index";i:756;s:11:"trend_index";i:822;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:418;a:19:{s:4:"tmpl";i:1003;s:2:"id";i:13587;s:5:"title";s:26:"Barbershop – Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg";s:12:"tmpl_created";i:1589893315;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:110;s:16:"popularity_index";i:753;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:419;a:19:{s:4:"tmpl";i:982;s:2:"id";i:13307;s:5:"title";s:26:"Online Course – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg";s:12:"tmpl_created";i:1587474541;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:230;s:11:"trend_index";i:125;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:420;a:19:{s:4:"tmpl";i:994;s:2:"id";i:13621;s:5:"title";s:30:"Barbershop – Single Post";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg";s:12:"tmpl_created";i:1589893137;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:736;s:11:"trend_index";i:580;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:421;a:19:{s:4:"tmpl";i:1131;s:2:"id";i:16527;s:5:"title";s:24:"Beauty Salon – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg";s:12:"tmpl_created";i:1608622517;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:29:"["404","Beauty Salon","Hair"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:742;s:11:"trend_index";i:563;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:422;a:19:{s:4:"tmpl";i:983;s:2:"id";i:13328;s:5:"title";s:27:"Online Course – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg";s:12:"tmpl_created";i:1587474558;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:508;s:11:"trend_index";i:429;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:423;a:19:{s:4:"tmpl";i:984;s:2:"id";i:13338;s:5:"title";s:33:"Online Course – Course Page";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png";s:12:"tmpl_created";i:1587474574;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:113;s:16:"popularity_index";i:337;s:11:"trend_index";i:310;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:424;a:19:{s:4:"tmpl";i:985;s:2:"id";i:13352;s:5:"title";s:29:"Online Course – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg";s:12:"tmpl_created";i:1587474591;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:114;s:16:"popularity_index";i:565;s:11:"trend_index";i:533;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:425;a:19:{s:4:"tmpl";i:1130;s:2:"id";i:16535;s:5:"title";s:27:"Beauty Salon – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg";s:12:"tmpl_created";i:1608622498;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:32:"["Beauty Salon","Footer","Hair"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:524;s:11:"trend_index";i:126;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:426;a:19:{s:4:"tmpl";i:971;s:2:"id";i:13187;s:5:"title";s:33:"Interior Design – Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.png";s:12:"tmpl_created";i:1586148661;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:331;s:11:"trend_index";i:264;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:427;a:19:{s:4:"tmpl";i:1453;s:2:"id";i:16346;s:5:"title";s:33:"Your New Home – Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";i:1660205402;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:31:"["Landing Pages","Real estate"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:428;a:19:{s:4:"tmpl";i:972;s:2:"id";i:13199;s:5:"title";s:29:"Interior Design – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.png";s:12:"tmpl_created";i:1586148666;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:316;s:11:"trend_index";i:334;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:429;a:19:{s:4:"tmpl";i:1129;s:2:"id";i:16545;s:5:"title";s:27:"Beauty Salon – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg";s:12:"tmpl_created";i:1608622495;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:32:"["Beauty Salon","Hair","Header"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:356;s:11:"trend_index";i:49;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:430;a:19:{s:4:"tmpl";i:973;s:2:"id";i:13214;s:5:"title";s:32:"Interior Design – Projects";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg";s:12:"tmpl_created";i:1586148672;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:367;s:11:"trend_index";i:323;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:431;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:432;a:19:{s:4:"tmpl";i:974;s:2:"id";i:13229;s:5:"title";s:31:"Interior Design – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png";s:12:"tmpl_created";i:1586148677;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:395;s:11:"trend_index";i:337;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:433;a:19:{s:4:"tmpl";i:959;s:2:"id";i:12948;s:5:"title";s:29:"Photography – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png";s:12:"tmpl_created";i:1582093442;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:119;s:16:"popularity_index";i:241;s:11:"trend_index";i:201;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:434;a:19:{s:4:"tmpl";i:960;s:2:"id";i:12798;s:5:"title";s:25:"Photography – About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png";s:12:"tmpl_created";i:1582093446;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:499;s:11:"trend_index";i:374;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:435;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:436;a:19:{s:4:"tmpl";i:961;s:2:"id";i:12868;s:5:"title";s:27:"Photography – Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png";s:12:"tmpl_created";i:1582093450;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:121;s:16:"popularity_index";i:531;s:11:"trend_index";i:350;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:437;a:19:{s:4:"tmpl";i:962;s:2:"id";i:13056;s:5:"title";s:28:"Photography – Wildlife";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png";s:12:"tmpl_created";i:1582093454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:579;s:11:"trend_index";i:656;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:438;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:439;a:19:{s:4:"tmpl";i:963;s:2:"id";i:12922;s:5:"title";s:37:"Photography – Glowing Jellyfish";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png";s:12:"tmpl_created";i:1582093457;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:123;s:16:"popularity_index";i:628;s:11:"trend_index";i:532;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:440;a:19:{s:4:"tmpl";i:964;s:2:"id";i:12875;s:5:"title";s:36:"Photography – Fluttering Birds";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png";s:12:"tmpl_created";i:1582093461;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:124;s:16:"popularity_index";i:693;s:11:"trend_index";i:766;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:441;a:19:{s:4:"tmpl";i:965;s:2:"id";i:12962;s:5:"title";s:26:"Photography – Nature";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png";s:12:"tmpl_created";i:1582093465;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:592;s:11:"trend_index";i:778;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:442;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:443;a:19:{s:4:"tmpl";i:966;s:2:"id";i:12833;s:5:"title";s:38:"Photography – Blossoming Flowers";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png";s:12:"tmpl_created";i:1582093469;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:597;s:11:"trend_index";i:750;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:444;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:445;a:19:{s:4:"tmpl";i:967;s:2:"id";i:12898;s:5:"title";s:36:"Photography – Forest Mushrooms";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png";s:12:"tmpl_created";i:1582093473;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:127;s:16:"popularity_index";i:667;s:11:"trend_index";i:649;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:446;a:19:{s:4:"tmpl";i:968;s:2:"id";i:12994;s:5:"title";s:24:"Photography – Pets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png";s:12:"tmpl_created";i:1582093477;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:128;s:16:"popularity_index";i:612;s:11:"trend_index";i:508;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:447;a:19:{s:4:"tmpl";i:969;s:2:"id";i:12805;s:5:"title";s:37:"Photography – B&W Portraits";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png";s:12:"tmpl_created";i:1582093481;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:695;s:11:"trend_index";i:735;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:448;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:449;a:19:{s:4:"tmpl";i:970;s:2:"id";i:13031;s:5:"title";s:33:"Photography – Vivid Parrots";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png";s:12:"tmpl_created";i:1582093484;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:660;s:11:"trend_index";i:643;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:450;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:451;a:19:{s:4:"tmpl";i:940;s:2:"id";i:12621;s:5:"title";s:26:"Magazine – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png";s:12:"tmpl_created";i:1579060604;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:131;s:16:"popularity_index";i:167;s:11:"trend_index";i:121;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:452;a:19:{s:4:"tmpl";i:936;s:2:"id";i:12352;s:5:"title";s:24:"Travel – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png";s:12:"tmpl_created";i:1575960464;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:291;s:11:"trend_index";i:194;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:453;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:454;a:19:{s:4:"tmpl";i:932;s:2:"id";i:12400;s:5:"title";s:20:"Travel – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/12/About.png";s:12:"tmpl_created";i:1575960441;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:133;s:16:"popularity_index";i:444;s:11:"trend_index";i:445;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:455;a:19:{s:4:"tmpl";i:938;s:2:"id";i:12479;s:5:"title";s:20:"Travel – Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png";s:12:"tmpl_created";i:1575960474;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:539;s:11:"trend_index";i:726;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:456;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:457;a:19:{s:4:"tmpl";i:937;s:2:"id";i:12466;s:5:"title";s:27:"Travel – Testimonials";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png";s:12:"tmpl_created";i:1575960469;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:135;s:16:"popularity_index";i:527;s:11:"trend_index";i:481;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:458;a:19:{s:4:"tmpl";i:935;s:2:"id";i:12443;s:5:"title";s:22:"Travel – Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png";s:12:"tmpl_created";i:1575960459;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:136;s:16:"popularity_index";i:467;s:11:"trend_index";i:501;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:459;a:19:{s:4:"tmpl";i:934;s:2:"id";i:12431;s:5:"title";s:18:"Travel – FAQ";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png";s:12:"tmpl_created";i:1575960453;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:501;s:11:"trend_index";i:387;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:460;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:461;a:19:{s:4:"tmpl";i:933;s:2:"id";i:12421;s:5:"title";s:27:"Travel – Contact Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png";s:12:"tmpl_created";i:1575960445;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:138;s:16:"popularity_index";i:571;s:11:"trend_index";i:536;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:462;a:19:{s:4:"tmpl";i:892;s:2:"id";i:11763;s:5:"title";s:27:"Portfolio – Home Page";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png";s:12:"tmpl_created";i:1569428959;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:280;s:11:"trend_index";i:241;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:463;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:464;a:19:{s:4:"tmpl";i:891;s:2:"id";i:11781;s:5:"title";s:23:"Portfolio – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png";s:12:"tmpl_created";i:1569428955;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:349;s:11:"trend_index";i:290;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:465;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:466;a:19:{s:4:"tmpl";i:890;s:2:"id";i:11793;s:5:"title";s:26:"Portfolio – Projects";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png";s:12:"tmpl_created";i:1569428951;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:141;s:16:"popularity_index";i:448;s:11:"trend_index";i:467;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:467;a:19:{s:4:"tmpl";i:889;s:2:"id";i:11800;s:5:"title";s:25:"Portfolio – Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png";s:12:"tmpl_created";i:1569428946;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:142;s:16:"popularity_index";i:494;s:11:"trend_index";i:449;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:468;a:19:{s:4:"tmpl";i:866;s:2:"id";i:11163;s:5:"title";s:32:"Digital Agency – Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png";s:12:"tmpl_created";i:1564641877;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:57;s:11:"trend_index";i:32;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:469;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:470;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:471;a:19:{s:4:"tmpl";i:916;s:2:"id";i:12143;s:5:"title";s:22:"Law Firm – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/about.png";s:12:"tmpl_created";i:1572847069;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:350;s:11:"trend_index";i:344;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:472;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:473;a:19:{s:4:"tmpl";i:920;s:2:"id";i:12091;s:5:"title";s:21:"Law Firm – Team";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/team.png";s:12:"tmpl_created";i:1572847113;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:147;s:16:"popularity_index";i:318;s:11:"trend_index";i:314;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:474;a:19:{s:4:"tmpl";i:869;s:2:"id";i:11129;s:5:"title";s:28:"Digital Agency – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png";s:12:"tmpl_created";i:1564641889;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:148;s:16:"popularity_index";i:182;s:11:"trend_index";i:166;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:475;a:19:{s:4:"tmpl";i:880;s:2:"id";i:11572;s:5:"title";s:19:"Gym – Trainer";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png";s:12:"tmpl_created";i:1567392934;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:149;s:16:"popularity_index";i:521;s:11:"trend_index";i:590;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:476;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:477;a:19:{s:4:"tmpl";i:917;s:2:"id";i:12133;s:5:"title";s:24:"Law Firm – Careers";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/11/careers.png";s:12:"tmpl_created";i:1572847078;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:151;s:16:"popularity_index";i:583;s:11:"trend_index";i:640;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:478;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:479;a:19:{s:4:"tmpl";i:915;s:2:"id";i:12155;s:5:"title";s:26:"Law Firm – Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/home.png";s:12:"tmpl_created";i:1572847054;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:152;s:16:"popularity_index";i:193;s:11:"trend_index";i:110;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:480;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:481;a:19:{s:4:"tmpl";i:921;s:2:"id";i:12080;s:5:"title";s:24:"Law Firm – Partner";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png";s:12:"tmpl_created";i:1572847120;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:153;s:16:"popularity_index";i:556;s:11:"trend_index";i:471;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:482;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:483;a:19:{s:4:"tmpl";i:865;s:2:"id";i:11074;s:5:"title";s:31:"Digital Agency – Services";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png";s:12:"tmpl_created";i:1564641872;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:154;s:16:"popularity_index";i:163;s:11:"trend_index";i:170;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:484;a:19:{s:4:"tmpl";i:879;s:2:"id";i:11506;s:5:"title";s:19:"Gym – Classes";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png";s:12:"tmpl_created";i:1567392930;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:155;s:16:"popularity_index";i:514;s:11:"trend_index";i:554;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:485;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:486;a:19:{s:4:"tmpl";i:922;s:2:"id";i:12044;s:5:"title";s:24:"Law Firm – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png";s:12:"tmpl_created";i:1572847130;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:157;s:16:"popularity_index";i:437;s:11:"trend_index";i:304;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:487;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:488;a:19:{s:4:"tmpl";i:918;s:2:"id";i:12124;s:5:"title";s:25:"Law Firm – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/11/services.png";s:12:"tmpl_created";i:1572847096;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:158;s:16:"popularity_index";i:433;s:11:"trend_index";i:296;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:489;a:19:{s:4:"tmpl";i:864;s:2:"id";i:11056;s:5:"title";s:35:"Digital Agency – Social Media";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png";s:12:"tmpl_created";i:1564641867;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:159;s:16:"popularity_index";i:297;s:11:"trend_index";i:361;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:490;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:491;a:19:{s:4:"tmpl";i:878;s:2:"id";i:11536;s:5:"title";s:19:"Gym – Fitness";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png";s:12:"tmpl_created";i:1567392927;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:160;s:16:"popularity_index";i:621;s:11:"trend_index";i:674;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:492;a:19:{s:4:"tmpl";i:882;s:2:"id";i:11545;s:5:"title";s:21:"Gym – Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png";s:12:"tmpl_created";i:1567392943;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:161;s:16:"popularity_index";i:310;s:11:"trend_index";i:229;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:493;a:19:{s:4:"tmpl";i:919;s:2:"id";i:12116;s:5:"title";s:24:"Law Firm – Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png";s:12:"tmpl_created";i:1572847105;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:162;s:16:"popularity_index";i:489;s:11:"trend_index";i:339;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:494;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:495;a:19:{s:4:"tmpl";i:868;s:2:"id";i:11094;s:5:"title";s:30:"Digital Agency – Clients";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png";s:12:"tmpl_created";i:1564641885;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:163;s:16:"popularity_index";i:424;s:11:"trend_index";i:424;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:496;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:497;a:19:{s:4:"tmpl";i:881;s:2:"id";i:11478;s:5:"title";s:17:"Gym – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png";s:12:"tmpl_created";i:1567392939;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:164;s:16:"popularity_index";i:481;s:11:"trend_index";i:579;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:498;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:499;a:19:{s:4:"tmpl";i:877;s:2:"id";i:11563;s:5:"title";s:19:"Gym – Pricing";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png";s:12:"tmpl_created";i:1567392923;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:166;s:16:"popularity_index";i:577;s:11:"trend_index";i:736;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:500;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:501;a:19:{s:4:"tmpl";i:867;s:2:"id";i:11034;s:5:"title";s:30:"Digital Agency – Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png";s:12:"tmpl_created";i:1564641881;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:168;s:16:"popularity_index";i:191;s:11:"trend_index";i:156;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:502;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:503;a:19:{s:4:"tmpl";i:876;s:2:"id";i:11528;s:5:"title";s:19:"Gym – Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png";s:12:"tmpl_created";i:1567392917;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:505;s:11:"trend_index";i:624;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:504;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:505;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:506;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:507;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:508;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:509;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:510;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:511;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:512;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:513;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:514;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:515;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:516;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:517;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:518;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:519;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:520;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:521;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:522;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:523;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:524;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:525;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:526;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:527;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:528;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:529;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:530;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:531;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:532;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:533;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:534;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:535;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:536;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:537;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:538;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:539;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:540;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:541;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:542;a:19:{s:4:"tmpl";i:1061;s:2:"id";i:15407;s:5:"title";s:24:"Dance Studio – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg";s:12:"tmpl_created";i:1603181958;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:22:"["404","Dance Studio"]";s:10:"menu_order";i:246;s:16:"popularity_index";i:783;s:11:"trend_index";i:710;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:543;a:19:{s:4:"tmpl";i:1062;s:2:"id";i:15400;s:5:"title";s:27:"Dance Studio – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg";s:12:"tmpl_created";i:1603181989;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:25:"["Dance Studio","Footer"]";s:10:"menu_order";i:247;s:16:"popularity_index";i:586;s:11:"trend_index";i:243;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:544;a:19:{s:4:"tmpl";i:1063;s:2:"id";i:15391;s:5:"title";s:27:"Dance Studio – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg";s:12:"tmpl_created";i:1603182011;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:25:"["Dance Studio","Header"]";s:10:"menu_order";i:248;s:16:"popularity_index";i:352;s:11:"trend_index";i:67;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:545;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:546;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:547;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:548;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:549;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:550;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:551;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:552;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:553;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:554;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:555;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:556;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:557;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:558;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:559;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:560;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:561;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:562;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:563;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:564;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:565;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:566;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:567;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:568;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:569;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:570;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:571;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:572;a:19:{s:4:"tmpl";i:1033;s:2:"id";i:15033;s:5:"title";s:28:"Flooring Company – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/08/404.png";s:12:"tmpl_created";i:1597739459;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:45:"["404","Flooring company","Flooring website"]";s:10:"menu_order";i:296;s:16:"popularity_index";i:655;s:11:"trend_index";i:671;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:573;a:19:{s:4:"tmpl";i:1032;s:2:"id";i:15042;s:5:"title";s:32:"Flooring Company – Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png";s:12:"tmpl_created";i:1597739084;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:297;s:16:"popularity_index";i:320;s:11:"trend_index";i:275;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:574;a:19:{s:4:"tmpl";i:1031;s:2:"id";i:15017;s:5:"title";s:31:"Flooring Company – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png";s:12:"tmpl_created";i:1597738933;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:48:"["Flooring company","Flooring website","Footer"]";s:10:"menu_order";i:299;s:16:"popularity_index";i:323;s:11:"trend_index";i:192;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:575;a:19:{s:4:"tmpl";i:1030;s:2:"id";i:15007;s:5:"title";s:31:"Flooring Company – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Header.png";s:12:"tmpl_created";i:1597738896;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:48:"["Flooring company","Flooring website","Header"]";s:10:"menu_order";i:302;s:16:"popularity_index";i:459;s:11:"trend_index";i:333;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:576;a:19:{s:4:"tmpl";i:1029;s:2:"id";i:15052;s:5:"title";s:36:"Flooring Company – Single post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Single.png";s:12:"tmpl_created";i:1597738858;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:303;s:16:"popularity_index";i:392;s:11:"trend_index";i:226;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:577;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:578;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:579;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:580;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:581;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:582;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:583;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:584;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:585;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:586;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:587;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:588;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:589;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:590;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:591;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:592;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:593;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:594;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:595;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:596;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:597;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:598;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:599;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:600;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:601;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:602;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:603;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:604;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:605;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:606;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:607;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:608;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:609;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:610;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:611;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:612;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:613;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:614;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:615;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:616;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:617;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:618;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:619;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:620;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:621;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:622;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:623;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:624;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:625;a:19:{s:4:"tmpl";i:978;s:2:"id";i:13251;s:5:"title";s:27:"Interior Design – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.png";s:12:"tmpl_created";i:1586148737;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:405;s:16:"popularity_index";i:730;s:11:"trend_index";i:795;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:626;a:19:{s:4:"tmpl";i:979;s:2:"id";i:13244;s:5:"title";s:30:"Interior Design – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png";s:12:"tmpl_created";i:1586148742;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Business","Footer","Interior Design"]";s:10:"menu_order";i:406;s:16:"popularity_index";i:322;s:11:"trend_index";i:178;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:627;a:19:{s:4:"tmpl";i:980;s:2:"id";i:13236;s:5:"title";s:30:"Interior Design – Header";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png";s:12:"tmpl_created";i:1586148746;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Business","Header","Interior Design"]";s:10:"menu_order";i:408;s:16:"popularity_index";i:146;s:11:"trend_index";i:64;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:628;a:19:{s:4:"tmpl";i:977;s:2:"id";i:13259;s:5:"title";s:36:"Interior Design – News Archive";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png";s:12:"tmpl_created";i:1586148733;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:410;s:16:"popularity_index";i:436;s:11:"trend_index";i:132;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:629;a:19:{s:4:"tmpl";i:976;s:2:"id";i:13267;s:5:"title";s:35:"Interior Design – Single News";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Post.png";s:12:"tmpl_created";i:1586148728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:413;s:16:"popularity_index";i:402;s:11:"trend_index";i:108;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:630;a:19:{s:4:"tmpl";i:975;s:2:"id";i:13274;s:5:"title";s:38:"Interior Design – Single Project";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png";s:12:"tmpl_created";i:1586148723;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:414;s:16:"popularity_index";i:601;s:11:"trend_index";i:324;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:631;a:19:{s:4:"tmpl";i:1011;s:2:"id";i:14058;s:5:"title";s:36:"Japanese restaurant – 404 page";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg";s:12:"tmpl_created";i:1592290211;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:38:"["404","Food","Japanese","Restaurant"]";s:10:"menu_order";i:416;s:16:"popularity_index";i:724;s:11:"trend_index";i:647;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:632;a:19:{s:4:"tmpl";i:1012;s:2:"id";i:14050;s:5:"title";s:34:"Japanese restaurant – Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg";s:12:"tmpl_created";i:1592290247;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:41:"["Food","Footer","Japanese","Restaurant"]";s:10:"menu_order";i:419;s:16:"popularity_index";i:317;s:11:"trend_index";i:238;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:633;a:19:{s:4:"tmpl";i:1013;s:2:"id";i:14042;s:5:"title";s:34:"Japanese Restaurant – Header";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg";s:12:"tmpl_created";i:1592290277;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:41:"["Food","Header","Japanese","Restaurant"]";s:10:"menu_order";i:421;s:16:"popularity_index";i:411;s:11:"trend_index";i:274;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:634;a:19:{s:4:"tmpl";i:914;s:2:"id";i:12164;s:5:"title";s:20:"Law Firm – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/11/404.png";s:12:"tmpl_created";i:1572846979;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Law","Law Firm"]";s:10:"menu_order";i:422;s:16:"popularity_index";i:704;s:11:"trend_index";i:716;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:635;a:19:{s:4:"tmpl";i:913;s:2:"id";i:12170;s:5:"title";s:23:"Law Firm – Archiv";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png";s:12:"tmpl_created";i:1572846967;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:424;s:16:"popularity_index";i:431;s:11:"trend_index";i:294;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:636;a:19:{s:4:"tmpl";i:912;s:2:"id";i:12179;s:5:"title";s:23:"Law Firm – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/footer.png";s:12:"tmpl_created";i:1572846958;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Law","Law Firm"]";s:10:"menu_order";i:425;s:16:"popularity_index";i:388;s:11:"trend_index";i:240;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:637;a:19:{s:4:"tmpl";i:911;s:2:"id";i:12194;s:5:"title";s:23:"Law Firm – Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png";s:12:"tmpl_created";i:1572846935;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Law","Law Firm"]";s:10:"menu_order";i:427;s:16:"popularity_index";i:80;s:11:"trend_index";i:39;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:638;a:19:{s:4:"tmpl";i:910;s:2:"id";i:12203;s:5:"title";s:30:"Law Firm – Search Archiv";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png";s:12:"tmpl_created";i:1572846925;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:430;s:16:"popularity_index";i:493;s:11:"trend_index";i:433;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:639;a:19:{s:4:"tmpl";i:909;s:2:"id";i:12212;s:5:"title";s:28:"Law Firm – Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/single.png";s:12:"tmpl_created";i:1572846914;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:432;s:16:"popularity_index";i:326;s:11:"trend_index";i:214;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:640;a:19:{s:4:"tmpl";i:1022;s:2:"id";i:14772;s:5:"title";s:35:"Luxury Real Estate – 404 page";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/07/404.png";s:12:"tmpl_created";i:1595315728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Real estate","Realestate"]";s:10:"menu_order";i:433;s:16:"popularity_index";i:759;s:11:"trend_index";i:720;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:641;a:19:{s:4:"tmpl";i:1023;s:2:"id";i:14779;s:5:"title";s:33:"Luxury Real Estate – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png";s:12:"tmpl_created";i:1595315743;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Footer","Real estate","Realestate"]";s:10:"menu_order";i:434;s:16:"popularity_index";i:536;s:11:"trend_index";i:505;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:642;a:19:{s:4:"tmpl";i:1024;s:2:"id";i:14790;s:5:"title";s:33:"Luxury Real Estate – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Header.png";s:12:"tmpl_created";i:1595315760;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Header","Real estate","Realestate"]";s:10:"menu_order";i:436;s:16:"popularity_index";i:101;s:11:"trend_index";i:157;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:643;a:19:{s:4:"tmpl";i:1026;s:2:"id";i:14809;s:5:"title";s:45:"Luxury Real Estate – Properties Archive";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png";s:12:"tmpl_created";i:1595315826;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:438;s:16:"popularity_index";i:414;s:11:"trend_index";i:420;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:644;a:19:{s:4:"tmpl";i:1027;s:2:"id";i:14816;s:5:"title";s:47:"Luxury Real Estate – Property single post";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png";s:12:"tmpl_created";i:1595315847;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:441;s:16:"popularity_index";i:541;s:11:"trend_index";i:665;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:645;a:19:{s:4:"tmpl";i:1025;s:2:"id";i:14799;s:5:"title";s:38:"Luxury Real Estate – single post";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Post.png";s:12:"tmpl_created";i:1595315792;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:442;s:16:"popularity_index";i:369;s:11:"trend_index";i:441;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:646;a:19:{s:4:"tmpl";i:950;s:2:"id";i:12635;s:5:"title";s:20:"Magazine – 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png";s:12:"tmpl_created";i:1579060746;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:25:"["404","Blog","Magazine"]";s:10:"menu_order";i:445;s:16:"popularity_index";i:645;s:11:"trend_index";i:734;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:647;a:19:{s:4:"tmpl";i:949;s:2:"id";i:12643;s:5:"title";s:24:"Magazine – Archiv1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png";s:12:"tmpl_created";i:1579060737;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:447;s:16:"popularity_index";i:346;s:11:"trend_index";i:272;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:648;a:19:{s:4:"tmpl";i:946;s:2:"id";i:12669;s:5:"title";s:23:"Magazine – Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png";s:12:"tmpl_created";i:1579060715;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:28:"["Blog","Footer","Magazine"]";s:10:"menu_order";i:448;s:16:"popularity_index";i:442;s:11:"trend_index";i:349;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:649;a:19:{s:4:"tmpl";i:945;s:2:"id";i:12678;s:5:"title";s:23:"Magazine – Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png";s:12:"tmpl_created";i:1579060701;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:28:"["Blog","Header","Magazine"]";s:10:"menu_order";i:450;s:16:"popularity_index";i:295;s:11:"trend_index";i:197;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:650;a:19:{s:4:"tmpl";i:947;s:2:"id";i:12661;s:5:"title";s:23:"Magazine – Search";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png";s:12:"tmpl_created";i:1579060722;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:452;s:16:"popularity_index";i:396;s:11:"trend_index";i:509;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:651;a:19:{s:4:"tmpl";i:944;s:2:"id";i:12688;s:5:"title";s:30:"Magazine – Single Post 1";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png";s:12:"tmpl_created";i:1579060692;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:453;s:16:"popularity_index";i:342;s:11:"trend_index";i:175;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:652;a:19:{s:4:"tmpl";i:943;s:2:"id";i:12699;s:5:"title";s:30:"Magazine – Single Post 2";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png";s:12:"tmpl_created";i:1579060680;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:454;s:16:"popularity_index";i:348;s:11:"trend_index";i:129;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:653;a:19:{s:4:"tmpl";i:942;s:2:"id";i:12707;s:5:"title";s:30:"Magazine – Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png";s:12:"tmpl_created";i:1579060669;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:457;s:16:"popularity_index";i:476;s:11:"trend_index";i:246;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:654;a:19:{s:4:"tmpl";i:941;s:2:"id";i:12716;s:5:"title";s:30:"Magazine – Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png";s:12:"tmpl_created";i:1579060659;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:459;s:16:"popularity_index";i:513;s:11:"trend_index";i:489;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:655;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:656;a:19:{s:4:"tmpl";i:990;s:2:"id";i:13361;s:5:"title";s:25:"Online Course – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg";s:12:"tmpl_created";i:1587474710;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:35:"["404","Course Online","Education"]";s:10:"menu_order";i:462;s:16:"popularity_index";i:682;s:11:"trend_index";i:498;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:657;a:19:{s:4:"tmpl";i:987;s:2:"id";i:13387;s:5:"title";s:32:"Online Course – End Lesson";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg";s:12:"tmpl_created";i:1587474682;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:464;s:16:"popularity_index";i:653;s:11:"trend_index";i:408;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:658;a:19:{s:4:"tmpl";i:989;s:2:"id";i:13369;s:5:"title";s:28:"Online Course – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg";s:12:"tmpl_created";i:1587474701;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:38:"["Course Online","Education","Footer"]";s:10:"menu_order";i:466;s:16:"popularity_index";i:389;s:11:"trend_index";i:308;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:659;a:19:{s:4:"tmpl";i:988;s:2:"id";i:13378;s:5:"title";s:28:"Online Course – Header";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg";s:12:"tmpl_created";i:1587474693;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:38:"["Course Online","Education","Header"]";s:10:"menu_order";i:469;s:16:"popularity_index";i:492;s:11:"trend_index";i:519;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:660;a:19:{s:4:"tmpl";i:986;s:2:"id";i:13395;s:5:"title";s:34:"Online Course – Start Lesson";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg";s:12:"tmpl_created";i:1587474673;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:471;s:16:"popularity_index";i:672;s:11:"trend_index";i:578;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:661;a:19:{s:4:"tmpl";i:953;s:2:"id";i:13089;s:5:"title";s:23:"Photography – 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png";s:12:"tmpl_created";i:1582091623;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:33:"["404","Photography","Portfolio"]";s:10:"menu_order";i:473;s:16:"popularity_index";i:702;s:11:"trend_index";i:706;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:662;a:19:{s:4:"tmpl";i:954;s:2:"id";i:13096;s:5:"title";s:32:"Photography – Archiv Media";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png";s:12:"tmpl_created";i:1582091742;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:475;s:16:"popularity_index";i:631;s:11:"trend_index";i:405;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:663;a:19:{s:4:"tmpl";i:955;s:2:"id";i:13103;s:5:"title";s:26:"Photography – Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png";s:12:"tmpl_created";i:1582091903;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:36:"["Footer","Photography","Portfolio"]";s:10:"menu_order";i:477;s:16:"popularity_index";i:422;s:11:"trend_index";i:230;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:664;a:19:{s:4:"tmpl";i:957;s:2:"id";i:13112;s:5:"title";s:26:"Photography – Header";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png";s:12:"tmpl_created";i:1582092483;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:36:"["Header","Photography","Portfolio"]";s:10:"menu_order";i:478;s:16:"popularity_index";i:325;s:11:"trend_index";i:205;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:665;a:19:{s:4:"tmpl";i:956;s:2:"id";i:13120;s:5:"title";s:31:"Photography – Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png";s:12:"tmpl_created";i:1582092351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:480;s:16:"popularity_index";i:671;s:11:"trend_index";i:645;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:666;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:667;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:668;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:669;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:670;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:671;a:19:{s:4:"tmpl";i:896;s:2:"id";i:11861;s:5:"title";s:27:"Portfolio – Project 1";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png";s:12:"tmpl_created";i:1569429975;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:493;s:16:"popularity_index";i:643;s:11:"trend_index";i:764;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:672;a:19:{s:4:"tmpl";i:895;s:2:"id";i:11870;s:5:"title";s:27:"Portfolio – Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569429964;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:495;s:16:"popularity_index";i:662;s:11:"trend_index";i:816;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:673;a:19:{s:4:"tmpl";i:903;s:2:"id";i:11897;s:5:"title";s:27:"Portfolio – Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569494236;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:496;s:16:"popularity_index";i:733;s:11:"trend_index";i:744;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:674;a:19:{s:4:"tmpl";i:894;s:2:"id";i:11877;s:5:"title";s:27:"Portfolio – Project 3";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png";s:12:"tmpl_created";i:1569429954;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:498;s:16:"popularity_index";i:692;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:675;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:676;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:677;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:678;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:679;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:680;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:681;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:682;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:683;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:684;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:685;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:686;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:687;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:688;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:689;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:690;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:691;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:692;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:693;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:694;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:695;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:696;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:697;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:698;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:699;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:700;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:701;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:702;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:703;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:704;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:705;a:19:{s:4:"tmpl";i:1046;s:2:"id";i:15204;s:5:"title";s:24:"Psychologist – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg";s:12:"tmpl_created";i:1600161419;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Psychologist","Psychotherapist"]";s:10:"menu_order";i:564;s:16:"popularity_index";i:574;s:11:"trend_index";i:493;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:706;a:19:{s:4:"tmpl";i:1047;s:2:"id";i:15212;s:5:"title";s:28:"Psychologist – Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg";s:12:"tmpl_created";i:1600162340;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:565;s:16:"popularity_index";i:379;s:11:"trend_index";i:358;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:707;a:19:{s:4:"tmpl";i:1048;s:2:"id";i:15219;s:5:"title";s:27:"Psychologist – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg";s:12:"tmpl_created";i:1600163069;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Footer","Psychologist","Psychotherapist"]";s:10:"menu_order";i:566;s:16:"popularity_index";i:599;s:11:"trend_index";i:500;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:708;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:709;a:19:{s:4:"tmpl";i:1049;s:2:"id";i:15230;s:5:"title";s:27:"Psychologist – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Header.png";s:12:"tmpl_created";i:1600163444;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Header","Psychologist","Psychotherapist"]";s:10:"menu_order";i:567;s:16:"popularity_index";i:429;s:11:"trend_index";i:423;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:710;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:711;a:19:{s:4:"tmpl";i:1050;s:2:"id";i:15240;s:5:"title";s:34:"Psychologist – single post 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png";s:12:"tmpl_created";i:1600164087;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:568;s:16:"popularity_index";i:562;s:11:"trend_index";i:570;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:712;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:713;a:19:{s:4:"tmpl";i:1051;s:2:"id";i:15251;s:5:"title";s:34:"Psychologist – single post 2";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png";s:12:"tmpl_created";i:1600165179;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:569;s:16:"popularity_index";i:507;s:11:"trend_index";i:368;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:714;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:715;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:716;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:717;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:718;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:719;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:720;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:721;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:722;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:723;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:724;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:725;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:726;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:727;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:728;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:729;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:730;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:731;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:732;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:733;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:734;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:735;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:736;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:737;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:738;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:739;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:740;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:741;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:742;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:743;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:744;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:745;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:746;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:747;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:748;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:749;a:19:{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:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:750;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:751;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:752;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:753;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:754;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:755;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:756;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:757;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:758;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:759;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:760;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:761;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:762;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:763;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:764;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:765;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:766;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:767;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:768;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:769;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:770;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:771;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:772;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:773;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:774;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:775;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:776;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:777;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:778;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:779;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:780;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:781;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:782;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:783;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:784;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:785;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:786;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:787;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:788;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:789;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:790;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:791;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:792;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:793;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:794;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:795;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:796;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:797;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:798;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:799;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:800;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:801;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:802;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:803;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:804;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:805;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:806;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:807;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:808;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:809;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:810;a:19:{s:4:"tmpl";i:928;s:2:"id";i:12509;s:5:"title";s:18:"Travel – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/404.png";s:12:"tmpl_created";i:1575960378;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Tours","Travel"]";s:10:"menu_order";i:666;s:16:"popularity_index";i:747;s:11:"trend_index";i:712;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:811;a:19:{s:4:"tmpl";i:929;s:2:"id";i:12516;s:5:"title";s:27:"Travel – Archive Blog";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png";s:12:"tmpl_created";i:1575960387;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:667;s:16:"popularity_index";i:496;s:11:"trend_index";i:487;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:812;a:19:{s:4:"tmpl";i:927;s:2:"id";i:12500;s:5:"title";s:21:"Travel – Header";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png";s:12:"tmpl_created";i:1575960371;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Tours","Travel"]";s:10:"menu_order";i:668;s:16:"popularity_index";i:443;s:11:"trend_index";i:434;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:813;a:19:{s:4:"tmpl";i:930;s:2:"id";i:12524;s:5:"title";s:26:"Travel – Single Post";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png";s:12:"tmpl_created";i:1575960397;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:669;s:16:"popularity_index";i:591;s:11:"trend_index";i:663;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:814;a:19:{s:4:"tmpl";i:931;s:2:"id";i:12531;s:5:"title";s:31:"Travel – Single Post Tour";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png";s:12:"tmpl_created";i:1575960404;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:670;s:16:"popularity_index";i:630;s:11:"trend_index";i:548;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:815;a:19:{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:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:816;a:19:{s:4:"tmpl";i:1068;s:2:"id";i:15498;s:5:"title";s:23:"Travel Blog – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg";s:12:"tmpl_created";i:1606215636;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:23:"["404","Blog","Travel"]";s:10:"menu_order";i:672;s:16:"popularity_index";i:749;s:11:"trend_index";i:759;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:817;a:19:{s:4:"tmpl";i:1069;s:2:"id";i:15508;s:5:"title";s:29:"Travel Blog – Archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg";s:12:"tmpl_created";i:1606215649;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:673;s:16:"popularity_index";i:659;s:11:"trend_index";i:468;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:818;a:19:{s:4:"tmpl";i:1070;s:2:"id";i:15518;s:5:"title";s:29:"Travel Blog – Archive 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg";s:12:"tmpl_created";i:1606215663;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:674;s:16:"popularity_index";i:688;s:11:"trend_index";i:431;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:819;a:19:{s:4:"tmpl";i:1071;s:2:"id";i:15528;s:5:"title";s:26:"Travel Blog – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg";s:12:"tmpl_created";i:1606215673;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:26:"["Blog","Footer","Travel"]";s:10:"menu_order";i:675;s:16:"popularity_index";i:656;s:11:"trend_index";i:377;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:820;a:19:{s:4:"tmpl";i:1067;s:2:"id";i:15536;s:5:"title";s:26:"Travel Blog – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg";s:12:"tmpl_created";i:1606215625;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:26:"["Blog","Header","Travel"]";s:10:"menu_order";i:676;s:16:"popularity_index";i:584;s:11:"trend_index";i:228;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:821;a:19:{s:4:"tmpl";i:1072;s:2:"id";i:15545;s:5:"title";s:33:"Travel Blog – Single Post 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg";s:12:"tmpl_created";i:1606215684;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:677;s:16:"popularity_index";i:669;s:11:"trend_index";i:482;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:822;a:19:{s:4:"tmpl";i:1066;s:2:"id";i:15556;s:5:"title";s:33:"Travel Blog – Single Post 2";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg";s:12:"tmpl_created";i:1606215613;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:678;s:16:"popularity_index";i:652;s:11:"trend_index";i:454;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}}}', 'no'); INSERT INTO `wpxo_options` VALUES (600, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:"title";s:126:"New in Elementor 3.25: CSS Optimization, New Anchor Offset Control & Pagination Options for Live Results in the Search widget!";s:7:"excerpt";s:183:"Boost your site’s speed with further CSS optimization, enjoy smooth scrolling with native CSS and Anchor Offset, and enhance search functionality with pagination for Live Results!\r\n";s:7:"created";i:1730630544;s:5:"badge";s:3:"NEW";s:3:"url";s:157:"https://elementor.com/blog/elementor-325-css-loading-anchor-offset-search-pagination/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:81:"Introducing Site Mailer by Elementor: Improve Your WordPress Email Deliverability";s:7:"excerpt";s:377:"In the world of WordPress, managing transactional emails can be a real challenge. From emails landing in spam folders to issues with server configurations, ensuring your messages are delivered can feel overwhelming.\r\nEnter Site Mailer by Elementor—a powerful plugin designed to solve your email deliverability issues with ease, eliminating the need for complex SMTP setups.\r\n";s:7:"created";i:1727247060;s:5:"badge";s:3:"NEW";s:3:"url";s:123:"https://elementor.com/blog/introducing-site-mailer/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:87:"Introducing Elementor 3.24: Floating Bars, Variable Fonts, Enhanced CSS Loading & More!";s:7:"excerpt";s:116:"Elevate Your Websites with Floating Bars and Variable Fonts, Improve Performance with Enhanced CSS Loading and More!";s:7:"created";i:1725891168;s:5:"badge";s:3:"NEW";s:3:"url";s:155:"https://elementor.com/blog/elementor-324-floating-bars-variable-fonts-enhanced-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'off'), (616, 'elementor_pro_version', '3.23.3', 'yes'), (617, 'widget_elementor-library', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (618, 'elementor_submissions_db_version', '5', 'yes'), (619, 'auto_update_plugins', 'a:6:{i:0;s:57:"complianz-terms-conditions/complianz-terms-conditions.php";i:1;s:33:"complianz-gdpr/complianz-gpdr.php";i:2;s:23:"elementor/elementor.php";i:3;s:27:"ocean-extra/ocean-extra.php";i:4;s:29:"pro-elements/pro-elements.php";i:5;s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";}', 'no'), (640, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'), (641, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'), (642, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'), (655, 'cmplz_synced_cookiedatabase_once', '1', 'yes'), (656, 'cmplz_last_cookie_scan', '1732304497', 'yes'), (680, 'elementor_notes_db_version', '5', 'yes'), (681, 'elementor_log', 'a:38:{s:32:"a9464dab6c78b36096fd0edc9af56ea3";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"elementor-pro::elementor_pro_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:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"elementor-pro::elementor_pro_updater Started";s:4:"type";s:4:"info";}}s:32:"dfd8329bea08a82b8bbbf25d4fd28496";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:48:"Elementor Pro/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:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:2:{s:7:"message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"6fe7b239df67d2f6b5e0edc1ddea19b0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor Pro/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:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:2:{s:7:"message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"acc169150fc597bcf7801a4a9588fdb8";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";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:13:"Elementor Pro";s:4:"from";s:6:"3.13.2";s:2:"to";s:6:"3.22.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.13.2";s:2:"to";s:6:"3.22.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"a93e6261c39ae079e948035ff07749e0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.13.2";s:2:"to";s:6:"3.22.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.13.2";s:2:"to";s:6:"3.22.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"38d2745972e53e9e3b57c783bf055a52";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:87:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/includes/managers/image.php";s:7:"\0*\0line";i:113;s:7:"\0*\0date";s:19:"2024-07-01 11:35:48";s:7:"\0*\0type";s:7:"warning";s:10:"\0*\0message";s:51:"Trying to access array offset on value of type bool";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:35:48";}s:7:"\0*\0args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:51:"Trying to access array offset on value of type bool";s:4:"file";s:87:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/includes/managers/image.php";s:4:"line";i:113;s:5:"trace";b:1;}}s:32:"8b940f8cfd06ce2af827f77dc96fed30";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:97:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/modules/history/revisions-manager.php";s:7:"\0*\0line";i:363;s:7:"\0*\0date";s:19:"2024-07-01 11:35:49";s:7:"\0*\0type";s:7:"warning";s:10:"\0*\0message";s:46:"Undefined array key "editor_post_id"";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:35:49";}s:7:"\0*\0args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:36:"Undefined array key "editor_post_id"";s:4:"file";s:97:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/modules/history/revisions-manager.php";s:4:"line";i:363;s:5:"trace";b:1;}}s:32:"9a265cd7ec074eda7c026c6297c590e1";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"825128";s:7:"\0*\0file";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-07-04 08:51:38";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:69:"Cannot read properties of undefined (reading 'toLowerCase')";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-04 08:51:38";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1720083098";s:7:"message";s:59:"Cannot read properties of undefined (reading ''toLowerCase'')";s:3:"url";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:4:"line";s:1:"3";s:6:"column";s:6:"825128";}}s:32:"7eba2ec85cd008299e3ea5c46e82492f";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"825635";s:7:"\0*\0file";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-07-04 10:21:51";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:67:"Cannot read properties of undefined (reading 'localized')";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:8;s:14:"\0*\0times_dates";a:8:{i:0;s:19:"2024-07-04 10:21:51";i:1;s:19:"2024-07-04 10:21:51";i:2;s:19:"2024-07-04 11:22:02";i:3;s:19:"2024-07-04 11:22:02";i:4;s:19:"2024-07-04 11:22:02";i:5;s:19:"2024-07-04 11:22:04";i:6;s:19:"2024-07-04 11:22:04";i:7;s:19:"2024-07-04 11:22:04";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1720088511";s:7:"message";s:57:"Cannot read properties of undefined (reading ''localized'')";s:3:"url";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:4:"line";s:1:"3";s:6:"column";s:6:"825635";}}s:32:"5d2f4ae1f9b4cae8e05bf269ed06e005";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:92:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/includes/base/controls-stack.php";s:7:"\0*\0line";i:695;s:7:"\0*\0date";s:19:"2024-07-04 11:42:56";s:7:"\0*\0type";s:7:"warning";s:10:"\0*\0message";s:22:"Undefined array key -1";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:2007;s:14:"\0*\0times_dates";a:42:{i:0;s:19:"2024-10-10 10:49:57";i:1;s:19:"2024-10-10 11:02:51";i:2;s:19:"2024-10-10 11:02:52";i:3;s:19:"2024-10-10 11:02:55";i:4;s:19:"2024-10-10 11:02:58";i:5;s:19:"2024-10-10 11:02:59";i:6;s:19:"2024-10-10 11:03:02";i:7;s:19:"2024-10-10 11:03:03";i:8;s:19:"2024-10-10 11:22:20";i:9;s:19:"2024-10-10 11:24:15";i:10;s:19:"2024-10-10 21:36:09";i:11;s:19:"2024-10-10 21:37:04";i:12;s:19:"2024-10-11 17:14:10";i:13;s:19:"2024-10-11 17:33:10";i:14;s:19:"2024-10-11 17:34:55";i:15;s:19:"2024-10-11 17:35:21";i:16;s:19:"2024-10-11 17:35:24";i:17;s:19:"2024-10-11 17:35:33";i:18;s:19:"2024-10-11 17:35:47";i:19;s:19:"2024-10-23 06:37:47";i:20;s:19:"2024-10-23 06:54:31";i:21;s:19:"2024-10-24 15:01:21";i:22;s:19:"2024-10-24 15:02:11";i:23;s:19:"2024-10-24 15:02:19";i:24;s:19:"2024-10-24 15:02:24";i:25;s:19:"2024-10-24 15:02:27";i:26;s:19:"2024-10-24 16:54:10";i:27;s:19:"2024-10-24 16:54:37";i:28;s:19:"2024-10-24 16:54:59";i:29;s:19:"2024-10-24 21:48:33";i:30;s:19:"2024-10-26 20:56:42";i:31;s:19:"2024-10-27 15:52:21";i:32;s:19:"2024-10-30 16:46:15";i:33;s:19:"2024-10-30 22:19:38";i:34;s:19:"2024-10-30 22:43:11";i:35;s:19:"2024-10-30 22:43:11";i:36;s:19:"2024-11-01 16:34:24";i:37;s:19:"2024-11-02 10:48:08";i:38;s:19:"2024-11-03 07:28:52";i:39;s:19:"2024-11-22 19:38:32";i:40;s:19:"2024-11-22 19:39:25";i:41;s:19:"2024-11-22 19:41:39";}s:7:"\0*\0args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:22:"Undefined array key -1";s:4:"file";s:92:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/includes/base/controls-stack.php";s:4:"line";i:695;s:5:"trace";b:1;}}s:32:"bae80ae4babd429b499b3a0d3445ba48";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"634940";s:7:"\0*\0file";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-07-04 20:12:45";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:68:"Cannot read properties of undefined (reading 'isEditable')";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-04 20:12:45";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1720123965";s:7:"message";s:58:"Cannot read properties of undefined (reading ''isEditable'')";s:3:"url";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:4:"line";s:1:"3";s:6:"column";s:6:"634940";}}s:32:"7a5f07ab833b9ede3dedd8c5ea2446c4";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"706805";s:7:"\0*\0file";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-07-13 08:05:25";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:41:"this.model.isValidChild is not a function";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:2;s:14:"\0*\0times_dates";a:2:{i:0;s:19:"2024-07-13 08:05:25";i:1;s:19:"2024-07-13 08:05:26";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1720857925";s:7:"message";s:41:"this.model.isValidChild is not a function";s:3:"url";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:4:"line";s:1:"3";s:6:"column";s:6:"706805";}}s:32:"ec72ad35aad9967f79ddbb57ee266f93";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:51";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.22.3";s:2:"to";s:6:"3.23.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:51";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.22.3";s:2:"to";s:6:"3.23.0";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"fc2db8dcce35f52b4b64bd04dfde71fb";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:52";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:52";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"2ebf4de0114a9e9f50d04be8699ea840";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:52";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:52";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"2f655f63985feac343bc4bb4251ebec5";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:52";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:52";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"2b7fdbb765d76a893f9e3f9a0a68bec8";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:52";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.22.3";s:2:"to";s:6:"3.23.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:52";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.22.3";s:2:"to";s:6:"3.23.0";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"4e8def6875c91a98b6f297e9b0e7c7eb";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:09";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.23.0";s:2:"to";s:6:"3.23.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:09";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"7737f4f3b5ccff77ba18c57177b9de87";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:10";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:"2024-07-15 22:14:10";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"fcbe9a6372e487ccba190d4f17a46fa6";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:10";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:"2024-07-15 22:14:10";}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:"e1da29a90c3728bd38a65bf92fa80c3c";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:10";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:"2024-07-15 22:14:10";}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:"41bbac54602ba729f1d9b91fcba99792";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:10";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.23.0";s:2:"to";s:6:"3.23.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:10";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"20d08315c7ce12152b70efc701c22bec";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:11";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.23.0";s:2:"to";s:6:"3.23.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:11";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"8d1a00ce6c57ffa91d28bd585dffc884";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:02";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:13:"Elementor Pro";s:4:"from";s:6:"3.22.1";s:2:"to";s:6:"3.23.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:02";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.22.1";s:2:"to";s:6:"3.23.3";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"4859e6f154c626b34fc758b25e602b1c";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"elementor-pro::elementor_pro_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:"2024-08-08 11:09:03";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"elementor-pro::elementor_pro_updater Started";s:4:"type";s:4:"info";}}s:32:"54ed6705e0ea6d60180875d9d38eff63";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:04";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:48:"Elementor Pro/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:"2024-08-08 11:09:04";}s:7:"\0*\0args";a:2:{s:7:"message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"9952f211295dbaf7cf36fefe00b74676";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:04";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor Pro/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:"2024-08-08 11:09:04";}s:7:"\0*\0args";a:2:{s:7:"message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"ff478cc050672bd495db7f8257a614c4";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:04";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:13:"Elementor Pro";s:4:"from";s:6:"3.22.1";s:2:"to";s:6:"3.23.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:04";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.22.1";s:2:"to";s:6:"3.23.3";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"0cbfbf9eb5f2c67cdf857d8fcf851468";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:19";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:"2024-08-08 11:09:19";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"6a7aa49f6397d0cd8a0cec3b8beca327";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:19";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:"2024-08-08 11:09:19";}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:"d5e296ea0390219873e1e3a3c53d8e93";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:19";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:"2024-08-08 11:09:19";}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:"c964a83c344e3c2521e7b56f78dde355";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:19";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.23.1";s:2:"to";s:6:"3.23.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:19";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.1";s:2:"to";s:6:"3.23.4";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"1fc3c84491d6dd656a04cdd25cc0d1f3";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:18:53";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.23.4";s:2:"to";s:6:"3.24.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:18:53";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.4";s:2:"to";s:6:"3.24.0";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"b315a9c7c6d820c1873336cde01601e4";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:31:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:31:03";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"a8700c13b7a606b76bd377269390dcc5";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:31:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:31:03";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"304576ffb25c8a787aa70a1b3659ed87";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:31:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:31:03";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"5dd5f9aba6b5748d3192f17a41631449";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:31:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.4";s:2:"to";s:6:"3.24.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:31:03";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.4";s:2:"to";s:6:"3.24.0";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"838eb1e6354776a9059077585a56a878";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-12 17:44:34";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.24.0";s:2:"to";s:6:"3.24.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-12 17:44:34";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.24.0";s:2:"to";s:6:"3.24.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}}', 'off'), (684, 'elementor_pro_install_history', 'a:4:{s:6:"3.13.2";i:1719833315;s:6:"3.22.1";i:1723115343;s:6:"3.22.3";i:1719833316;s:6:"3.23.3";i:1723115344;}', 'yes'), (691, '_elementor_notifications_data', 'a:2:{s:7:"timeout";i:1730482493;s:5:"value";s:11012:"[{"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"}]]},{"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":"New in 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":"New in 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":"New in 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":"element-caching-3.22","title":"Accelerate Loading Times with Element Caching","description":"Ensure a smooth and engaging experience for visitors by activating Element Caching.","topic":"Elementor 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"element-caching-3.22","title":"Accelerate Loading Times with Element Caching","description":"Ensure a smooth and engaging experience for visitors by activating Element Caching.","topic":"Elementor 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/","readMoreText":"Learn More"},{"id":"off-canvas-3.22","title":"Build Interactive Layouts with the New Off-Canvas Widget","description":"Tigger containers from a connected link to allow them to slide into view anywhere on the page.","topic":"Elementor Pro 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"off-canvas-3.22","title":"Build Interactive Layouts with the New Off-Canvas Widget","description":"Tigger containers from a connected link to allow them to slide into view anywhere on the page.","topic":"Elementor Pro 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/"},{"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":"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":"display-conditions-dynamic-content-3.20","title":"Display Conditions for Dynamic Content","description":"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.","topic":"Version Pro 3.20","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"display-conditions-dynamic-content-3.20","title":"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed","description":"Tailor the content on your page to visitors based on various rules to create a powerful experience.","topic":"Version Pro 3.20","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/"},{"id":"elementor-add-ons","title":"Exciting Add-Ons & Plugins to Enhance Elementor Websites","description":"Uncover a treasure trove of tools from Elementor and others, put together to boost your website''s capabilities and enhance its overall appeal.","topic":"Elementor Add-Ons","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png","cta":"Check it out","ctaLink":"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/"}]";}', 'off'), (696, 'oe_panels_settings', 'a:10:{s:16:"oe_general_panel";b:1;s:19:"oe_typography_panel";b:1;s:15:"oe_topbar_panel";b:1;s:15:"oe_header_panel";b:1;s:13:"oe_blog_panel";b:1;s:16:"oe_sidebar_panel";b:1;s:23:"oe_footer_widgets_panel";b:1;s:22:"oe_footer_bottom_panel";b:1;s:20:"oe_custom_code_panel";b:1;s:17:"customizer-search";s:4:"true";}', 'yes'), (701, 'site_logo', '10', 'yes'), (705, 'elementor_pro_theme_builder_conditions', 'a:2:{s:6:"footer";a:1:{i:18;a:1:{i:0;s:15:"include/general";}}s:6:"header";a:1:{i:8;a:1:{i:0;s:15:"include/general";}}}', 'yes'), (773, 'cmplz_excluded_posts_array', 'a:0:{}', 'yes'), (841, '_transient_health-check-site-status-result', '{"good":15,"recommended":4,"critical":3}', 'yes'), (861, 'rsssl_vulnerability_mail_sent_for', 'a:1:{i:0;s:36:"76f86166-c993-4692-9a2f-8ac963e8903e";}', 'off'), (865, 'litespeed.admin_display.thirdparty_litespeed_check', '1', 'yes'), (2247, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'off'), (2329, 'elementor_library_category_children', 'a:0:{}', 'yes'), (3607, 'happy_addons_activation_time', '1720092283', 'yes'), (3608, 'happyaddons_do_wizard_direct', '1', 'yes'), (3610, 'elementor_load_fa4_shim', 'yes', 'yes'), (3611, 'happyaddons_version', '3.16.1', 'yes'), (3612, 'happy-elementor-x98237938759348573', '1', 'yes'), (3615, 'happyaddons_inactive_widgets', 'a:0:{}', 'yes'), (3616, 'happyaddons_inactive_features', 'a:0:{}', 'yes'), (3617, 'happy-elementor-addons_allow_tracking', 'yes', 'yes'), (3618, 'happy-elementor-addons_wizard_cache_key', '{"currentPage":"congrats","userType":"pro","steps":[{"key":"welcome","name":"Welcome","isComplete":true},{"key":"widgets","name":"Widgets","isComplete":true},{"key":"features","name":"Features","isComplete":true},{"key":"bepro","name":"Be a pro!","isComplete":true},{"key":"contribute","name":"Contribute","isComplete":true},{"key":"congrats","name":"Congrats","isComplete":false}],"widgets":{"general":[{"slug":"threesixty-rotation","demo":"","title":"360° Rotation","icon":"hm hm-3d-rotate","is_pro":false,"is_active":true},{"slug":"age-gate","demo":"","title":"Age Gate","icon":"hm hm-age-gate","is_pro":false,"is_active":true},{"slug":"calendly","demo":"https://happyaddons.com/go/demo-calendly","title":"Calendly","icon":"hm hm-calendar","is_pro":false,"is_active":true},{"slug":"content-switcher","demo":"","title":"Content Switcher","icon":"hm hm-switcher","is_pro":false,"is_active":true},{"slug":"data-table","demo":"","title":"Data Table","icon":"hm hm-data-table","is_pro":false,"is_active":true},{"slug":"dual-button","demo":"https://happyaddons.com/go/demo-dual-button","title":"Dual Button","icon":"hm hm-accordion-horizontal","is_pro":false,"is_active":true},{"slug":"event-calendar","demo":"","title":"Event Calendar","icon":"hm hm-event-calendar","is_pro":false,"is_active":true},{"slug":"horizontal-timeline","demo":"","title":"Horizontal Timeline","icon":"hm hm-timeline","is_pro":false,"is_active":true},{"slug":"icon-box","demo":"https://happyaddons.com/go/demo-icon-box","title":"Icon Box","icon":"hm hm-icon-box","is_pro":false,"is_active":true},{"slug":"image-accordion","demo":"","title":"Image Accordion","icon":"hm hm-slider-image","is_pro":false,"is_active":true},{"slug":"image-compare","demo":"https://happyaddons.com/go/demo-image-compare","title":"Image Compare","icon":"hm hm-image-compare","is_pro":false,"is_active":true},{"slug":"image-grid","demo":"https://happyaddons.com/go/demo-image-grid","title":"Image Grid","icon":"hm hm-grid-even","is_pro":false,"is_active":true},{"slug":"infobox","demo":"https://happyaddons.com/go/demo-info-box","title":"Info Box","icon":"hm hm-info","is_pro":false,"is_active":true},{"slug":"lightbox","demo":"","title":"Lightbox","icon":"hm hm-video-gallery","is_pro":false,"is_active":true},{"slug":"logo-grid","demo":"https://happyaddons.com/go/demo-logo-grid","title":"Logo Grid","icon":"hm hm-logo-grid","is_pro":false,"is_active":true},{"slug":"news-ticker","demo":"","title":"News Ticker","icon":"hm hm-slider","is_pro":false,"is_active":true},{"slug":"review","demo":"https://happyaddons.com/go/demo-review","title":"Review","icon":"hm hm-review","is_pro":false,"is_active":true},{"slug":"skills","demo":"https://happyaddons.com/go/demo-skill-bar","title":"Skill Bars","icon":"hm hm-progress-bar","is_pro":false,"is_active":true},{"slug":"step-flow","demo":"https://happyaddons.com/go/demo-step-flow","title":"Step Flow","icon":"hm hm-step-flow","is_pro":false,"is_active":true},{"slug":"member","demo":"https://happyaddons.com/go/demo-team-member","title":"Team Member","icon":"hm hm-team-member","is_pro":false,"is_active":true},{"slug":"testimonial","demo":"https://happyaddons.com/go/demo-testimonial","title":"Testimonial","icon":"hm hm-testimonial","is_pro":false,"is_active":true}],"creative":[{"slug":"link-hover","demo":"","title":"Animated Link","icon":"hm hm-animated-link","is_pro":false,"is_active":true},{"slug":"card","demo":"https://happyaddons.com/go/demo-card","title":"Card","icon":"hm hm-card","is_pro":false,"is_active":true},{"slug":"comparison-table","demo":"","title":"Comparison Table","icon":"hm hm-scale","is_pro":false,"is_active":true},{"slug":"creative-button","demo":"","title":"Creative Button","icon":"hm hm-motion-button","is_pro":false,"is_active":true},{"slug":"flip-box","demo":"https://happyaddons.com/gp/demo-flip-box","title":"Flip Box","icon":"hm hm-flip-card1","is_pro":false,"is_active":true},{"slug":"fun-factor","demo":"","title":"Fun Factor","icon":"hm hm-slider","is_pro":false,"is_active":true},{"slug":"gradient-heading","demo":"https://happyaddons.com/go/demo-gradient-heading","title":"Gradient Heading","icon":"hm hm-drag","is_pro":false,"is_active":true},{"slug":"image-hover-effect","demo":"","title":"Image Hover Effect","icon":"hm hm-cursor-hover-click","is_pro":false,"is_active":true},{"slug":"image-stack-group","demo":"","title":"Image Stack Group","icon":"hm hm-lens","is_pro":false,"is_active":true},{"slug":"justified-gallery","demo":"https://happyaddons.com/go/demo-justified-grid","title":"Justified Grid","icon":"hm hm-brick-wall","is_pro":false,"is_active":true},{"slug":"lordicon","demo":"","title":"LordIcon","icon":"hm hm-icon-box","is_pro":false,"is_active":true},{"slug":"number","demo":"https://happyaddons.com/go/demo-number-widget","title":"Number","icon":"hm hm-madel","is_pro":false,"is_active":true},{"slug":"pdf-view","demo":"","title":"PDF View","icon":"hm hm-pdf2","is_pro":false,"is_active":true},{"slug":"photo-stack","demo":"","title":"Photo Stack","icon":"hm hm-lens","is_pro":false,"is_active":true}],"forms":[{"slug":"calderaform","demo":"https://happyaddons.com/go/demo-caldera-forms","title":"Caldera Forms","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"cf7","demo":"https://happyaddons.com/go/demo-contact-form7","title":"Contact Form 7","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"fluent-form","demo":"","title":"Fluent Form","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"gravityforms","demo":"","title":"Gravity Forms","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"mailchimp","demo":"","title":"MailChimp","icon":"hm hm-mail-chimp","is_pro":false,"is_active":true},{"slug":"ninjaform","demo":"https://happyaddons.com/go/demo-ninja-forms","title":"Ninja Forms","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"wpform","demo":"https://happyaddons.com/go/demo-wpforms","title":"WPForms","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"weform","demo":"https://happyaddons.com/go/demo-weforms","title":"weForms","icon":"hm hm-form","is_pro":false,"is_active":true}],"slider-&-carousel":[{"slug":"carousel","demo":"https://happyaddons.com/go/demo-image-carousel","title":"Image Carousel","icon":"hm hm-carousal","is_pro":false,"is_active":true},{"slug":"slider","demo":"https://happyaddons.com/go/demo-slider","title":"Slider","icon":"hm hm-image-slider","is_pro":false,"is_active":true}],"marketing":[{"slug":"pricing-table","demo":"https://happyaddons.com/go/demo-pricing-table","title":"Pricing Table","icon":"hm hm-file-cabinet","is_pro":false,"is_active":true}],"chart":[{"slug":"bar-chart","demo":"","title":"Bar Chart","icon":"hm hm-graph-bar","is_pro":false,"is_active":true}],"social-media":[{"slug":"social-icons","demo":"","title":"Social Icons","icon":"hm hm-bond2","is_pro":false,"is_active":true},{"slug":"social-share","demo":"","title":"Social Share","icon":"hm hm-share","is_pro":false,"is_active":true},{"slug":"twitter-feed","demo":"","title":"Twitter Feed","icon":"hm hm-twitter-feed","is_pro":false,"is_active":true}],"post":[{"slug":"post-list","demo":"","title":"Post List","icon":"hm hm-post-list","is_pro":false,"is_active":true},{"slug":"post-tab","demo":"","title":"Post Tab","icon":"hm hm-post-tab","is_pro":false,"is_active":true},{"slug":"taxonomy-list","demo":"","title":"Taxonomy List","icon":"hm hm-clip-board","is_pro":false,"is_active":true}],"theme-builder":[{"slug":"archive-posts","demo":"","title":"Archive Posts","icon":"hm hm-tb-archieve-content","is_pro":false,"is_active":true},{"slug":"archive-title","demo":"","title":"Archive Title","icon":"hm hm-tb-archieve-title","is_pro":false,"is_active":true},{"slug":"author-meta","demo":"","title":"Author Meta","icon":"hm hm-tb-author-meta","is_pro":false,"is_active":true},{"slug":"navigation-menu","demo":"","title":"Nav Menu","icon":"hm hm-clip-board","is_pro":false,"is_active":true},{"slug":"page-title","demo":"","title":"Page Title","icon":"hm hm-tb-page-title","is_pro":false,"is_active":true},{"slug":"post-comments","demo":"","title":"Post Comments","icon":"hm hm-comment-square","is_pro":false,"is_active":true},{"slug":"post-content","demo":"","title":"Post Content","icon":"hm hm-tb-post-content","is_pro":false,"is_active":true},{"slug":"post-excerpt","demo":"","title":"Post Excerpt","icon":"hm hm-tb-post-excerpt","is_pro":false,"is_active":true},{"slug":"post-info","demo":"","title":"Post Meta","icon":"hm hm-tb-post-info","is_pro":false,"is_active":true},{"slug":"post-navigation","demo":"","title":"Post Navigation","icon":"hm hm-breadcrumbs","is_pro":false,"is_active":true},{"slug":"post-title","demo":"","title":"Post Title","icon":"hm hm-tb-page-title","is_pro":false,"is_active":true},{"slug":"post-featured-image","demo":"","title":"Post featured image","icon":"hm hm-tb-featured-image","is_pro":false,"is_active":true},{"slug":"site-logo","demo":"","title":"Site Logo","icon":"hm hm-tb-site-logo","is_pro":false,"is_active":true},{"slug":"site-tagline","demo":"","title":"Site Tagline","icon":"hm hm-tag","is_pro":false,"is_active":true},{"slug":"site-title","demo":"","title":"Site Title","icon":"hm hm-tb-site-title","is_pro":false,"is_active":true}]},"widgets_disabled":[],"features":{"background-overlay":{"slug":"background-overlay","demo":"https://happyaddons.com/background-overlay-demo/","title":"Background Overlay","icon":"hm hm-layer","is_pro":false,"is_active":true},"grid-layer":{"slug":"grid-layer","demo":"https://happyaddons.com/happy-grid-layout-demo/","title":"Grid Layer","icon":"hm hm-grid","is_pro":false,"is_active":true},"floating-effects":{"slug":"floating-effects","demo":"https://happyaddons.com/elementor-floating-effect-demo-2/","title":"Floating Effects","icon":"hm hm-weather-flood","is_pro":false,"is_active":true},"wrapper-link":{"slug":"wrapper-link","demo":"https://happyaddons.com/wrapper-link-feature-demo/","title":"Wrapper Link","icon":"hm hm-section-link","is_pro":false,"is_active":true},"css-transform":{"slug":"css-transform","demo":"https://happyaddons.com/elementor-css-transform-demo-3/","title":"CSS Transform","icon":"hm hm-3d-rotate","is_pro":false,"is_active":true},"equal-height":{"slug":"equal-height","demo":"https://happyaddons.com/equal-height-feature/","title":"Equal Height Column","icon":"hm hm-grid-layout","is_pro":false,"is_active":true},"shape-divider":{"slug":"shape-divider","demo":"https://happyaddons.com/happy-shape-divider/","title":"Shape Divider","icon":"hm hm-map","is_pro":false,"is_active":true},"column-extended":{"slug":"column-extended","demo":"https://happyaddons.com/happy-column-control/","title":"Column Order & Extension","icon":"hm hm-flip-card2","is_pro":false,"is_active":true},"advanced-tooltip":{"slug":"advanced-tooltip","demo":"https://happyaddons.com/happy-tooltip/","title":"Happy Tooltip","icon":"hm hm-comment-square","is_pro":false,"is_active":true},"text-stroke":{"slug":"text-stroke","demo":"https://happyaddons.com/text-stroke/","title":"Text Stroke","icon":"hm hm-text-outline","is_pro":false,"is_active":true},"scroll-to-top":{"slug":"scroll-to-top","demo":"","title":"Scroll To Top","icon":"hm hm-scroll-top","is_pro":false,"is_active":true}},"features_disabled":[],"consent":"no"}', 'yes'), (3624, 'happyaddons_elements_cache', 'a:2:{s:19:"ae_global_templates";a:1:{s:20:"ha-justified-gallery";i:1;}s:4:"page";a:0:{}}', 'yes'), (4211, 'revslider-valid', 'false', 'yes'), (4212, 'revslider-code', 'Activated', 'yes'), (4213, 'revslider-temp-active-notice', 'false', 'yes'), (4214, 'revslider_servers', 'a:3:{i:0;s:22:"themepunch-ext-c.tools";i:1;s:22:"themepunch-ext-a.tools";i:2;s:22:"themepunch-ext-b.tools";}', 'yes'), (4215, 'revslider_server_refresh', '1738293105', 'yes'), (4216, 'revslider-update-check-short', '1738708653', 'yes'), (4217, 'revslider-connection', '1', 'yes'), (4218, 'revslider-update-hash', '44d796a745b8ccddccb25e7861f46c38', 'yes'), (4219, 'revslider-latest-version', '6.7.28', 'yes'), (4220, 'revslider-stable-version', '4.2.0', 'yes'); INSERT INTO `wpxo_options` VALUES (4221, 'revslider-notices', 'a:4:{i:0;O:8:"stdClass":9:{s:7:"version";s:5:"0.9.9";s:4:"text";s:952:"<div style="display: block; background: #1b0e41;text-align: center; height:300px;"><noscript><img src="//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg" usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;"></noscript><img usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;" src="//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg"></div>\n<map name="srbannermap">\n <area target="_blank" alt="Slider Revolution" title="Slider Revolution" href="https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22" coords="569,135,890,196" shape="rect">\n <area target="_blank" alt="Essential Grid" title="Essential Grid" href="https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22" coords="570,200,889,260" shape="rect">\n</map>";s:4:"code";s:9:"TPSRCW111";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}i:1;O:8:"stdClass":9:{s:7:"version";s:5:"0.9.9";s:4:"text";s:956:"<div style="display: block; background: #1c0950;text-align: center; height:300px;"><noscript><img src="//updates.themepunch-ext-c.tools//banners/blackfriday2024-admin2.jpg" usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;"></noscript><img usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;" src="//updates.themepunch-ext-c.tools//banners/blackfriday2024-admin2.jpg"></div><map name="srbannermap"><area target="_blank" alt="Slider Revolution" title="Slider Revolution" href="https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks24" coords="569,135,890,196" shape="rect"><area target="_blank" alt="Essential Grid" title="Essential Grid" href="https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks24" coords="570,200,889,260" shape="rect"></map>";s:4:"code";s:8:"TPSRBF24";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}i:2;O:8:"stdClass":10:{s:7:"version";s:5:"9.9.9";s:4:"text";s:527:"<div style="display: block; background: #0d0d0e;text-align: center; height: 504px;"><a href="https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3" target="_blank" rel="noopener"><video style="object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;" muted loop autoplay preload="auto"><source src="//updates.themepunch-ext-c.tools//banners/rs60/buypremium3.mp4" type="video/mp4"></video></a></div>";s:4:"code";s:11:"TPSNOTR3011";s:5:"color";s:5:"green";s:7:"disable";b:0;s:10:"registered";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}i:3;O:8:"stdClass":10:{s:7:"version";s:5:"0.9.9";s:4:"text";s:302:"<div style="display: block; background: #0d0d0e;text-align: center; height: 250px;"><a href="https://forms.gle/jrzzrpu34VvrFDsMA" target="_blank" rel="noopener">\n<img style="min-width:920px;height:250px;display: inline-block;" src="//updates.themepunch-ext-c.tools//banners/SR2024survey.jpg"></a></div>";s:4:"code";s:12:"TPSURVEY2024";s:5:"color";s:5:"green";s:7:"disable";b:0;s:10:"registered";b:1;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}}', 'yes'), (4222, 'revslider-additions', 'O:8:"stdClass":2:{s:9:"templates";O:8:"stdClass":3:{s:9:"tutorials";a:3:{i:0;O:8:"stdClass":2:{s:5:"title";s:19:"Rapid Fire Overview";s:3:"url";s:49:"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s";}i:1;O:8:"stdClass":2:{s:5:"title";s:34:"Responsiveness in Edited Templates";s:3:"url";s:43:"https://www.youtube.com/watch?v=hP4oV8SWgKY";}i:2;O:8:"stdClass":2:{s:5:"title";s:16:"Animation Basics";s:3:"url";s:43:"https://www.youtube.com/watch?v=nn3azizwpbs";}}s:5:"guide";O:8:"stdClass":3:{s:5:"title";s:78:"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.";s:3:"url";s:36:"https://support.sliderrevolution.com";s:3:"img";s:67:"//updates.themepunch-ext-c.tools/banners/default_template_guide.jpg";}s:6:"bottom";O:8:"stdClass":2:{s:5:"title";s:32:"Load A Template From The Library";s:3:"img";s:61:"//updates.themepunch-ext-c.tools/banners/guide_mod_banner.png";}}s:7:"selling";b:1;}', 'yes'), (4223, 'rs-addons-counter', '35', 'yes'), (4224, 'revslider-addons', 'O:8:"stdClass":35:{s:28:"revslider-particlewave-addon";O:8:"stdClass":22:{s:2:"id";s:3:"559";s:9:"releaseid";s:2:"29";s:4:"slug";s:28:"revslider-particlewave-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Particle Wave";s:6:"line_1";s:36:"Create 3D particle and polygon grids";s:6:"line_2";s:40:"with lots of style and animation options";s:9:"available";s:5:"6.7.6";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:1:"9";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:79:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_particlewave.jpg";s:8:"img_file";s:46:"revslider/addons/images/addon_particlewave.jpg";s:7:"img_md5";s:32:"623bec30f175f4cc541048f1d6d5fd07";s:5:"color";s:0:"";s:4:"text";s:2:"PW";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:25:"revslider-particles-addon";O:8:"stdClass":22:{s:2:"id";s:3:"558";s:9:"releaseid";s:1:"7";s:4:"slug";s:25:"revslider-particles-addon";s:12:"version_from";s:5:"6.7.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Particle Effects";s:6:"line_1";s:17:"Let''s Parti(cle)!";s:6:"line_2";s:51:"Add interactive particle animations to your sliders";s:9:"available";s:5:"6.7.6";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:2:"10";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_particles.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_particles.jpg";s:7:"img_md5";s:32:"b668a4015ddc6a532b43bb558967a062";s:5:"color";s:0:"";s:4:"text";s:2:"PT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:27:"revslider-bubblemorph-addon";O:8:"stdClass":22:{s:2:"id";s:3:"405";s:9:"releaseid";s:2:"20";s:4:"slug";s:27:"revslider-bubblemorph-addon";s:12:"version_from";s:5:"6.5.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:11:"BubbleMorph";s:6:"line_1";s:26:"Include BubbleMorph Layers";s:6:"line_2";s:33:"for a decorative lava lamp effect";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"20";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:78:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_bubblemorph.jpg";s:8:"img_file";s:45:"revslider/addons/images/addon_bubblemorph.jpg";s:7:"img_md5";s:32:"22d03d5de3034069c6db1fdeafd467cd";s:5:"color";s:0:"";s:4:"text";s:2:"BM";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:26:"revslider-thecluster-addon";O:8:"stdClass":22:{s:2:"id";s:3:"567";s:9:"releaseid";s:2:"28";s:4:"slug";s:26:"revslider-thecluster-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:11:"The Cluster";s:6:"line_1";s:24:"Cluster Particle Effects";s:6:"line_2";s:27:"with millions of Variations";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"22";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:74:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_cluster.jpg";s:8:"img_file";s:41:"revslider/addons/images/addon_cluster.jpg";s:7:"img_md5";s:32:"7ada93a9f08a3bcfddc078699674d755";s:5:"color";s:0:"";s:4:"text";s:2:"TC";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:29:"revslider-fluiddynamics-addon";O:8:"stdClass":22:{s:2:"id";s:3:"551";s:9:"releaseid";s:2:"31";s:4:"slug";s:29:"revslider-fluiddynamics-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Fluid Dynamics";s:6:"line_1";s:46:"Creating breathtaking Dynamic Fluid animations";s:6:"line_2";s:25:"as layer or as background";s:9:"available";s:5:"6.7.6";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"27";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:72:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_fluid.png";s:8:"img_file";s:39:"revslider/addons/images/addon_fluid.png";s:7:"img_md5";s:32:"4e52333540d80bcb2a41b8ed5961e088";s:5:"color";s:0:"";s:4:"text";s:2:"FD";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:30:"revslider-transitionpack-addon";O:8:"stdClass":22:{s:2:"id";s:3:"568";s:9:"releaseid";s:2:"28";s:4:"slug";s:30:"revslider-transitionpack-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:20:"Advanced Transitions";s:6:"line_1";s:43:"Add never-before-seen slide transitions to ";s:6:"line_2";s:42:"Slider Revolution with the power of WEBGL.";s:9:"available";s:5:"6.7.7";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"30";s:11:"last_update";s:10:"2025-01-17";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_transition.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_transition.jpg";s:7:"img_md5";s:32:"fe0f1c539053620039a0ad96c4ac27e6";s:5:"color";s:0:"";s:4:"text";s:2:"AT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:27:"revslider-beforeafter-addon";O:8:"stdClass":22:{s:2:"id";s:3:"545";s:9:"releaseid";s:2:"15";s:4:"slug";s:27:"revslider-beforeafter-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Before & After";s:6:"line_1";s:35:"Compare two slides before and after";s:6:"line_2";s:33:"use it vertically or horizontally";s:9:"available";s:5:"6.7.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"40";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:78:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_beforeafter.jpg";s:8:"img_file";s:45:"revslider/addons/images/addon_beforeafter.jpg";s:7:"img_md5";s:32:"5a34f20417a7874e1b95693ef37a0758";s:5:"color";s:0:"";s:4:"text";s:2:"BA";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:26:"revslider-typewriter-addon";O:8:"stdClass":22:{s:2:"id";s:3:"569";s:9:"releaseid";s:1:"3";s:4:"slug";s:26:"revslider-typewriter-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"Typewriter Effect";s:6:"line_1";s:27:"Enhance your slider''s text ";s:6:"line_2";s:24:"with typewriter effects ";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:2:"50";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_typewriter.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_typewriter.jpg";s:7:"img_md5";s:32:"727b604f6fd3fc55894ba50eb566efed";s:5:"color";s:0:"";s:4:"text";s:2:"TW";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:25:"revslider-mousetrap-addon";O:8:"stdClass":22:{s:2:"id";s:3:"555";s:9:"releaseid";s:2:"24";s:4:"slug";s:25:"revslider-mousetrap-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Mousetrap";s:6:"line_1";s:31:"Create all kinds of interesting";s:6:"line_2";s:19:" mouse interactions";s:9:"available";s:5:"6.7.6";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"60";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_mousetrap.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_mousetrap.jpg";s:7:"img_md5";s:32:"2329053c3b1d19bdaee131c3dc258d3a";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:28:"revslider-liquideffect-addon";O:8:"stdClass":22:{s:2:"id";s:3:"552";s:9:"releaseid";s:2:"21";s:4:"slug";s:28:"revslider-liquideffect-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Distortion";s:6:"line_1";s:22:"Add Distortion Effects";s:6:"line_2";s:30:"to your slides and transitions";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"70";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_distortion.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_distortion.jpg";s:7:"img_md5";s:32:"c26c52a563008b7dc907a288c1e4bb8e";s:5:"color";s:0:"";s:4:"text";s:2:"LE";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:22:"revslider-lottie-addon";O:8:"stdClass":22:{s:2:"id";s:3:"553";s:9:"releaseid";s:2:"25";s:4:"slug";s:22:"revslider-lottie-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Lottie";s:6:"line_1";s:53:"Adds support for the popular Lottie Animation format,";s:6:"line_2";s:70:" including animation control, style customization and a local library.";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"80";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_lottie.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_lottie.jpg";s:7:"img_md5";s:32:"4aa677a45bb13732e4f10bcb632afcce";s:5:"color";s:0:"";s:4:"text";s:2:"LT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:26:"revslider-paintbrush-addon";O:8:"stdClass":22:{s:2:"id";s:3:"556";s:9:"releaseid";s:2:"23";s:4:"slug";s:26:"revslider-paintbrush-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Paintbrush";s:6:"line_1";s:14:"Paint or Erase";s:6:"line_2";s:22:"your background images";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"90";s:11:"last_update";s:10:"2025-01-15";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_paintbrush.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_paintbrush.jpg";s:7:"img_md5";s:32:"308a56289b9a29d1916c2acfc141b699";s:5:"color";s:0:"";s:4:"text";s:2:"PB";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:22:"revslider-charts-addon";O:8:"stdClass":22:{s:2:"id";s:3:"547";s:9:"releaseid";s:2:"27";s:4:"slug";s:22:"revslider-charts-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Charts";s:6:"line_1";s:93:"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, ";s:6:"line_2";s:56:"with tons of options to take full control of the design.";s:9:"available";s:5:"6.7.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:3:"100";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_charts.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_charts.jpg";s:7:"img_md5";s:32:"d2c184371a575faade425c0377c1fdbd";s:5:"color";s:0:"";s:4:"text";s:2:"CH";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:22:"revslider-slicey-addon";O:8:"stdClass":22:{s:2:"id";s:3:"417";s:9:"releaseid";s:2:"13";s:4:"slug";s:22:"revslider-slicey-addon";s:12:"version_from";s:5:"6.5.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Slicey";s:6:"line_1";s:20:"Slice ''em up nicely!";s:6:"line_2";s:38:"Create image slices of your background";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"110";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_slicey.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_slicey.jpg";s:7:"img_md5";s:32:"28afd29b7738a452194f0a0bc1d21cbe";s:5:"color";s:0:"";s:4:"text";s:2:"SL";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:25:"revslider-filmstrip-addon";O:8:"stdClass":22:{s:2:"id";s:3:"550";s:9:"releaseid";s:2:"10";s:4:"slug";s:25:"revslider-filmstrip-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Filmstrip";s:6:"line_1";s:44:"Display a continously rotating set of images";s:6:"line_2";s:26:"for your slide backgrounds";s:9:"available";s:5:"6.7.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"125";s:11:"last_update";s:10:"2024-12-09";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_filmstrip.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_filmstrip.jpg";s:7:"img_md5";s:32:"dac40ee57d2be9aaf01faacf51ccb412";s:5:"color";s:0:"";s:4:"text";s:2:"FS";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:27:"revslider-maintenance-addon";O:8:"stdClass":22:{s:2:"id";s:3:"554";s:9:"releaseid";s:1:"4";s:4:"slug";s:27:"revslider-maintenance-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:15:"Coming & Maint.";s:6:"line_1";s:37:"Simple Coming Soon & Maintenance Page";s:6:"line_2";s:42:"Let your visitors know what''s up and when!";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"127";s:11:"last_update";s:10:"2024-12-06";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:84:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_underconstruction.jpg";s:8:"img_file";s:51:"revslider/addons/images/addon_underconstruction.jpg";s:7:"img_md5";s:32:"17f8cba84931541c065cfb1943edafb2";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:24:"revslider-revealer-addon";O:8:"stdClass":22:{s:2:"id";s:3:"562";s:9:"releaseid";s:2:"19";s:4:"slug";s:24:"revslider-revealer-addon";s:12:"version_from";s:5:"6.7.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Reveal";s:6:"line_1";s:9:"Reveal...";s:6:"line_2";s:37:"...your inner beast... and RevSliders";s:9:"available";s:5:"6.7.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"130";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reveal.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_reveal.jpg";s:7:"img_md5";s:32:"a7ce4bf5eb6fdc1497ed6276ca623046";s:5:"color";s:0:"";s:4:"text";s:2:"RV";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:24:"revslider-panorama-addon";O:8:"stdClass":22:{s:2:"id";s:3:"557";s:9:"releaseid";s:2:"17";s:4:"slug";s:24:"revslider-panorama-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"Panorama";s:6:"line_1";s:14:"Panorama AddOn";s:6:"line_2";s:28:"Display images in 360 degree";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"135";s:11:"last_update";s:10:"2024-09-24";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:75:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_panorama.jpg";s:8:"img_file";s:42:"revslider/addons/images/addon_panorama.jpg";s:7:"img_md5";s:32:"210953d59903bed91688138cb60777d2";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:27:"revslider-scrollvideo-addon";O:8:"stdClass":22:{s:2:"id";s:3:"575";s:9:"releaseid";s:2:"26";s:4:"slug";s:27:"revslider-scrollvideo-addon";s:12:"version_from";s:5:"6.7.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Scroll Video";s:6:"line_1";s:114:"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.";s:6:"line_2";s:49:"Quality options are included for optimal results!";s:9:"available";s:5:"6.7.6";s:10:"background";s:78:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg";s:15:"background_file";s:45:"revslider/addons/images/addon_scrollvideo.jpg";s:14:"background_md5";s:32:"82b2706dfa20a7b0cfabfe7ff28562f9";s:6:"button";s:6:"How To";s:4:"sort";s:3:"140";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:78:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg";s:8:"img_file";s:45:"revslider/addons/images/addon_scrollvideo.jpg";s:7:"img_md5";s:32:"82b2706dfa20a7b0cfabfe7ff28562f9";s:5:"color";s:0:"";s:4:"text";s:2:"SV";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:31:"revslider-explodinglayers-addon";O:8:"stdClass":22:{s:2:"id";s:3:"549";s:9:"releaseid";s:2:"22";s:4:"slug";s:31:"revslider-explodinglayers-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Exploding Layers";s:6:"line_1";s:23:"Add explosive particles";s:6:"line_2";s:24:"to your layers animation";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"150";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_exploding.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_exploding.jpg";s:7:"img_md5";s:32:"44d60b83cdf5b29033d41feb516b47e1";s:5:"color";s:0:"";s:4:"text";s:2:"EL";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:23:"revslider-sharing-addon";O:8:"stdClass":22:{s:2:"id";s:3:"564";s:9:"releaseid";s:1:"5";s:4:"slug";s:23:"revslider-sharing-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Social Sharing";s:6:"line_1";s:17:"Share your slides";s:6:"line_2";s:50:"with RevSlider "actions" because sharing is caring";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"165";s:11:"last_update";s:10:"2024-12-19";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:80:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_socialsharing.jpg";s:8:"img_file";s:47:"revslider/addons/images/addon_socialsharing.jpg";s:7:"img_md5";s:32:"6b074630853c4f95d5337bc85e496cbe";s:5:"color";s:0:"";s:4:"text";s:2:"SH";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:26:"revslider-whiteboard-addon";O:8:"stdClass":22:{s:2:"id";s:3:"571";s:9:"releaseid";s:1:"1";s:4:"slug";s:26:"revslider-whiteboard-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Whiteboard";s:6:"line_1";s:31:"Create Hand-Drawn Presentations";s:6:"line_2";s:45:"that are understandable, memorable & engaging";s:9:"available";s:5:"6.7.4";s:10:"background";s:81:"//updates.themepunch-ext-c.tools/revslider/addons/images/whiteboard_widget_bg.jpg";s:15:"background_file";s:48:"revslider/addons/images/whiteboard_widget_bg.jpg";s:14:"background_md5";s:32:"cc69160eb95469dc033e0cc094a24847";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"170";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_whiteboard.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_whiteboard.jpg";s:7:"img_md5";s:32:"b0bb636fb30ffc3d112ba4c563395ee6";s:5:"color";s:0:"";s:4:"text";s:2:"WB";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:24:"revslider-polyfold-addon";O:8:"stdClass":22:{s:2:"id";s:3:"560";s:9:"releaseid";s:2:"14";s:4:"slug";s:24:"revslider-polyfold-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:22:"Polyfold Scroll Effect";s:6:"line_1";s:32:"Add sharp edges to your sliders ";s:6:"line_2";s:35:"as they scroll into and out of view";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"180";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:75:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_polyfold.jpg";s:8:"img_file";s:42:"revslider/addons/images/addon_polyfold.jpg";s:7:"img_md5";s:32:"02c6af89e4208f0da5920c6c3e6bb744";s:5:"color";s:7:"#3e186f";s:4:"text";s:2:"PF";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:29:"revslider-domain-switch-addon";O:8:"stdClass":22:{s:2:"id";s:2:"78";s:9:"releaseid";s:2:"11";s:4:"slug";s:29:"revslider-domain-switch-addon";s:12:"version_from";s:5:"6.0.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Domain Switch";s:6:"line_1";s:17:"Switch Image URLs";s:6:"line_2";s:37:"in sliders from one domain to another";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"300";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:79:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_domainswitch.jpg";s:8:"img_file";s:46:"revslider/addons/images/addon_domainswitch.jpg";s:7:"img_md5";s:32:"f2036924e7993f94bd5c9876fa0bf09b";s:5:"color";s:0:"";s:4:"text";s:2:"DS";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:23:"revslider-refresh-addon";O:8:"stdClass":22:{s:2:"id";s:3:"561";s:9:"releaseid";s:2:"10";s:4:"slug";s:23:"revslider-refresh-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"(Re)Load";s:6:"line_1";s:39:"Reload the current page or a custom URL";s:6:"line_2";s:34:"after a certain time, loops, slide";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"330";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reload.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_reload.jpg";s:7:"img_md5";s:32:"d1d34d204e627168f4cc4e7422a6d40c";s:5:"color";s:0:"";s:4:"text";s:2:"RF";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:25:"revslider-rel-posts-addon";O:8:"stdClass":22:{s:2:"id";s:2:"55";s:9:"releaseid";s:1:"9";s:4:"slug";s:25:"revslider-rel-posts-addon";s:12:"version_from";s:7:"5.2.4.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Related Posts";s:6:"line_1";s:25:"Add related Posts Sliders";s:6:"line_2";s:31:"at the end of your post content";s:9:"available";s:5:"2.0.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"340";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wprelated.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_wprelated.jpg";s:7:"img_md5";s:32:"e2e7d6c3a428a55442ba90131556c930";s:5:"color";s:0:"";s:4:"text";s:2:"RP";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:20:"revslider-snow-addon";O:8:"stdClass":22:{s:2:"id";s:3:"566";s:9:"releaseid";s:1:"6";s:4:"slug";s:20:"revslider-snow-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Holiday Snow";s:6:"line_1";s:12:"Let it snow!";s:6:"line_2";s:32:"Add animated snow to any Slider ";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"380";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:71:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_snow.jpg";s:8:"img_file";s:38:"revslider/addons/images/addon_snow.jpg";s:7:"img_md5";s:32:"d6bac718866b0070198a4340041bc60b";s:5:"color";s:0:"";s:4:"text";s:2:"SN";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:23:"revslider-gallery-addon";O:8:"stdClass":22:{s:2:"id";s:3:"378";s:9:"releaseid";s:1:"2";s:4:"slug";s:23:"revslider-gallery-addon";s:12:"version_from";s:6:"6.4.11";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"WordPress Gallery";s:6:"line_1";s:31:"Replace the standard WP Gallery";s:6:"line_2";s:31:"with the Sliders of your choice";s:9:"available";s:5:"2.0.7";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"430";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpgallery.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_wpgallery.jpg";s:7:"img_md5";s:32:"74392a04b741d83c51e55059dbb388ef";s:5:"color";s:0:"";s:4:"text";s:2:"GA";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:22:"revslider-backup-addon";O:8:"stdClass":22:{s:2:"id";s:2:"53";s:9:"releaseid";s:1:"3";s:4:"slug";s:22:"revslider-backup-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Backup";s:6:"line_1";s:12:"Make Backups";s:6:"line_2";s:25:"Revisions for your safety";s:9:"available";s:5:"2.0.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"500";s:11:"last_update";s:10:"2024-11-20";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_backup.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_backup.jpg";s:7:"img_md5";s:32:"104797323a0293cd3f200b0172db1186";s:5:"color";s:0:"";s:4:"text";s:2:"BU";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:19:"revslider-404-addon";O:8:"stdClass":22:{s:2:"id";s:2:"62";s:9:"releaseid";s:1:"8";s:4:"slug";s:19:"revslider-404-addon";s:12:"version_from";s:3:"5.3";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:3:"404";s:6:"line_1";s:39:"Build custom 404 "Page not Found" Pages";s:6:"line_2";s:28:"with Slider Revolution swag!";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"620";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:70:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_404.jpg";s:8:"img_file";s:37:"revslider/addons/images/addon_404.jpg";s:7:"img_md5";s:32:"217b0d118a107dc50979740dd61228df";s:5:"color";s:0:"";s:4:"text";s:3:"404";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:30:"revslider-prevnext-posts-addon";O:8:"stdClass":22:{s:2:"id";s:2:"63";s:9:"releaseid";s:1:"9";s:4:"slug";s:30:"revslider-prevnext-posts-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Adjacent Posts";s:6:"line_1";s:30:"Display previous and next post";s:6:"line_2";s:28:"to the currently showing one";s:9:"available";s:5:"2.0.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"630";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpadjacent.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_wpadjacent.jpg";s:7:"img_md5";s:32:"cb1feb1257e55d0f42c29dfde2d809ed";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:21:"revslider-login-addon";O:8:"stdClass":22:{s:2:"id";s:3:"388";s:9:"releaseid";s:2:"11";s:4:"slug";s:21:"revslider-login-addon";s:12:"version_from";s:5:"6.5.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Login Page";s:6:"line_1";s:25:"Very simple WP Login Page";s:6:"line_2";s:34:"enhanced with your favorite slider";s:9:"available";s:5:"3.0.2";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"650";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:72:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_login.jpg";s:8:"img_file";s:39:"revslider/addons/images/addon_login.jpg";s:7:"img_md5";s:32:"f0f2edffb4e155acf67799692428644d";s:5:"color";s:0:"";s:4:"text";s:2:"LI";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:24:"revslider-featured-addon";O:8:"stdClass":22:{s:2:"id";s:3:"379";s:9:"releaseid";s:2:"12";s:4:"slug";s:24:"revslider-featured-addon";s:12:"version_from";s:6:"6.4.11";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:20:"Post Featured Slider";s:6:"line_1";s:25:"Display a featured Slider";s:6:"line_2";s:41:"instead of a featured Image in your Posts";s:9:"available";s:5:"2.0.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"660";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpfeatured.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_wpfeatured.jpg";s:7:"img_md5";s:32:"bcc840e68194f3eb05795e1353954bda";s:5:"color";s:0:"";s:4:"text";s:2:"FT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:23:"revslider-weather-addon";O:8:"stdClass":22:{s:2:"id";s:3:"570";s:9:"releaseid";s:2:"16";s:4:"slug";s:23:"revslider-weather-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Weather";s:6:"line_1";s:21:"Every where you go...";s:6:"line_2";s:36:"...always take the weather with you!";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"690";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:74:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_weather.jpg";s:8:"img_file";s:41:"revslider/addons/images/addon_weather.jpg";s:7:"img_md5";s:32:"c69d1c9a69c2dec43ca0578ac35792bd";s:5:"color";s:0:"";s:4:"text";s:2:"WT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:30:"revslider-duotonefilters-addon";O:8:"stdClass":22:{s:2:"id";s:3:"548";s:9:"releaseid";s:2:"18";s:4:"slug";s:30:"revslider-duotonefilters-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Duotone";s:6:"line_1";s:7:"Duotone";s:6:"line_2";s:25:"Because one is not enough";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"710";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:74:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_duotone.jpg";s:8:"img_file";s:41:"revslider/addons/images/addon_duotone.jpg";s:7:"img_md5";s:32:"fb666e487e7ac28e6a2a157eed1fb682";s:5:"color";s:0:"";s:4:"text";s:3:"DTF";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}}', 'yes'), (4225, 'revslider-deregister-popup', '1', 'yes'), (4226, 'revslider-deregister-message', 'License Key is invalid!', 'yes'), (4227, 'revslider-library-check', '1737944146', 'yes'), (4228, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes'), (4229, 'rs-library', 'a:3:{s:4:"hash";s:32:"dae3de1eb57eeeee008b70e9a23844b5";s:7:"objects";a:417:{i:0;a:12:{s:2:"id";s:3:"198";s:6:"handle";s:16:"object_dvd_1.png";s:4:"name";s:3:"DVD";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:43:17";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:1;a:12:{s:2:"id";s:3:"188";s:6:"handle";s:18:"object_plant_1.png";s:4:"name";s:7:"Plant 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:2;a:12:{s:2:"id";s:3:"187";s:6:"handle";s:16:"object_pen_1.png";s:4:"name";s:5:"Pen 1";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:3;a:12:{s:2:"id";s:3:"172";s:6:"handle";s:16:"object_egg_1.png";s:4:"name";s:3:"Egg";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:4;a:12:{s:2:"id";s:3:"171";s:6:"handle";s:19:"object_guitar_1.png";s:4:"name";s:6:"Guitar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:5;a:12:{s:2:"id";s:3:"170";s:6:"handle";s:21:"object_envelope_1.png";s:4:"name";s:15:"Closed Envelope";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:6;a:12:{s:2:"id";s:3:"169";s:6:"handle";s:19:"object_postit_2.png";s:4:"name";s:18:"Postit Label White";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:7;a:12:{s:2:"id";s:3:"168";s:6:"handle";s:21:"object_envelope_2.png";s:4:"name";s:13:"Open Envelope";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:8;a:12:{s:2:"id";s:3:"167";s:6:"handle";s:17:"object_eggs_1.png";s:4:"name";s:10:"Egg Carton";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:9;a:12:{s:2:"id";s:3:"166";s:6:"handle";s:25:"object_bottleopener_1.png";s:4:"name";s:13:"Bottle Opener";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:10;a:12:{s:2:"id";s:3:"165";s:6:"handle";s:23:"object_blueprints_1.png";s:4:"name";s:10:"Blueprints";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:11;a:12:{s:2:"id";s:3:"164";s:6:"handle";s:22:"object_holepunch_1.png";s:4:"name";s:10:"Hole punch";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:12;a:12:{s:2:"id";s:3:"163";s:6:"handle";s:20:"object_speaker_1.png";s:4:"name";s:13:"Black Speaker";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:13;a:12:{s:2:"id";s:3:"162";s:6:"handle";s:19:"object_eraser_1.png";s:4:"name";s:6:"Eraser";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"500";s:6:"height";s:3:"500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:14;a:12:{s:2:"id";s:3:"161";s:6:"handle";s:23:"object_vinylcover_1.png";s:4:"name";s:11:"Vinyl Cover";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:15;a:12:{s:2:"id";s:3:"160";s:6:"handle";s:20:"object_booklet_1.png";s:4:"name";s:9:"Booklet 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:16;a:12:{s:2:"id";s:3:"159";s:6:"handle";s:22:"object_earphones_2.png";s:4:"name";s:11:"Earphones 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:17;a:12:{s:2:"id";s:3:"158";s:6:"handle";s:18:"object_vinyl_1.png";s:4:"name";s:5:"Vinyl";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:18;a:12:{s:2:"id";s:3:"157";s:6:"handle";s:19:"object_postit_1.png";s:4:"name";s:17:"Postit Label Pink";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:19;a:12:{s:2:"id";s:3:"156";s:6:"handle";s:23:"object_mechpencil_1.png";s:4:"name";s:17:"Mechanical Pencil";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:20;a:12:{s:2:"id";s:3:"155";s:6:"handle";s:22:"object_turntable_1.png";s:4:"name";s:9:"Turntable";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:21;a:12:{s:2:"id";s:3:"154";s:6:"handle";s:19:"object_folder_2.png";s:4:"name";s:19:"Closed Folder Black";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:22;a:12:{s:2:"id";s:3:"153";s:6:"handle";s:19:"object_postit_4.png";s:4:"name";s:18:"Postit Label Green";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:23;a:12:{s:2:"id";s:3:"152";s:6:"handle";s:19:"object_folder_1.png";s:4:"name";s:12:"Blank Folder";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:24;a:12:{s:2:"id";s:3:"151";s:6:"handle";s:19:"object_pencup_1.png";s:4:"name";s:7:"Pen Cup";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:25;a:12:{s:2:"id";s:3:"150";s:6:"handle";s:23:"object_winebottle_1.png";s:4:"name";s:15:"Red Wine Bottle";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:26;a:12:{s:2:"id";s:3:"149";s:6:"handle";s:23:"object_headphones_1.png";s:4:"name";s:10:"Headphones";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:27;a:12:{s:2:"id";s:3:"148";s:6:"handle";s:22:"object_earphones_1.png";s:4:"name";s:9:"Earphones";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:28;a:12:{s:2:"id";s:3:"147";s:6:"handle";s:19:"object_postit_3.png";s:4:"name";s:19:"Postit Label Yellow";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:29;a:12:{s:2:"id";s:3:"146";s:6:"handle";s:22:"object_corkscrew_1.png";s:4:"name";s:23:"Corkscrew Bottle Opener";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1300";s:6:"height";s:4:"1300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:30;a:12:{s:2:"id";s:3:"145";s:6:"handle";s:19:"object_muffin_1.png";s:4:"name";s:16:"Chocolate Muffin";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:31;a:12:{s:2:"id";s:3:"144";s:6:"handle";s:18:"object_chair_2.png";s:4:"name";s:12:"Yellow Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:32;a:12:{s:2:"id";s:3:"143";s:6:"handle";s:18:"object_knife_2.png";s:4:"name";s:7:"Knife 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:33;a:12:{s:2:"id";s:3:"142";s:6:"handle";s:26:"object_choppingboard_2.png";s:4:"name";s:16:"Chopping Board 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:34;a:12:{s:2:"id";s:3:"141";s:6:"handle";s:26:"object_choppingboard_3.png";s:4:"name";s:16:"Chopping Board 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:35;a:12:{s:2:"id";s:3:"140";s:6:"handle";s:19:"object_coffee_2.png";s:4:"name";s:12:"Coffee Cup 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1200";s:6:"height";s:4:"1200";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:36;a:12:{s:2:"id";s:3:"139";s:6:"handle";s:18:"object_bread_1.png";s:4:"name";s:15:"Croissant Bread";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:37;a:12:{s:2:"id";s:3:"138";s:6:"handle";s:18:"object_spoon_2.png";s:4:"name";s:12:"Wodden Spoon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:38;a:12:{s:2:"id";s:3:"137";s:6:"handle";s:26:"object_choppingboard_1.png";s:4:"name";s:16:"Chopping Board 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:39;a:12:{s:2:"id";s:3:"136";s:6:"handle";s:16:"object_cup_2.png";s:4:"name";s:11:"Empty Cup 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:40;a:12:{s:2:"id";s:3:"135";s:6:"handle";s:18:"object_knife_1.png";s:4:"name";s:5:"Knife";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:41;a:12:{s:2:"id";s:3:"134";s:6:"handle";s:18:"object_spoon_1.png";s:4:"name";s:5:"Spoon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:42;a:12:{s:2:"id";s:3:"133";s:6:"handle";s:16:"object_cup_1.png";s:4:"name";s:9:"Empty Cup";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:43;a:12:{s:2:"id";s:3:"132";s:6:"handle";s:18:"object_chair_3.png";s:4:"name";s:11:"White Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:44;a:12:{s:2:"id";s:3:"131";s:6:"handle";s:19:"object_coffee_1.png";s:4:"name";s:10:"Coffee Cup";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:45;a:12:{s:2:"id";s:3:"130";s:6:"handle";s:19:"object_frypan_2.png";s:4:"name";s:9:"Fry Pan 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:46;a:12:{s:2:"id";s:3:"129";s:6:"handle";s:19:"object_frypan_1.png";s:4:"name";s:9:"Fry Pan 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:47;a:12:{s:2:"id";s:3:"128";s:6:"handle";s:17:"object_fork_1.png";s:4:"name";s:4:"Fork";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:48;a:12:{s:2:"id";s:3:"127";s:6:"handle";s:20:"object_dishrag_1.png";s:4:"name";s:13:"Dishrag Cloth";s:4:"tags";a:0:{}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:49;a:12:{s:2:"id";s:3:"126";s:6:"handle";s:20:"object_wacom_pen.png";s:4:"name";s:17:"Wacom Drawing Pen";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1060";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:50;a:12:{s:2:"id";s:3:"125";s:6:"handle";s:21:"object_occulus_vr.png";s:4:"name";s:23:"Occulus Virtual Reality";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:51;a:12:{s:2:"id";s:3:"124";s:6:"handle";s:18:"object_antenna.png";s:4:"name";s:13:"Antenna Radar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:52;a:12:{s:2:"id";s:3:"123";s:6:"handle";s:21:"object_solarpanel.png";s:4:"name";s:11:"Solar Panel";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:53;a:12:{s:2:"id";s:3:"122";s:6:"handle";s:16:"object_wacom.png";s:4:"name";s:20:"Wacom Drawing Tablet";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:54;a:12:{s:2:"id";s:3:"121";s:6:"handle";s:18:"object_earth_2.png";s:4:"name";s:20:"Earth Globe Planet 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:55;a:12:{s:2:"id";s:3:"120";s:6:"handle";s:18:"object_chair_1.png";s:4:"name";s:12:"Office Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:56;a:12:{s:2:"id";s:3:"119";s:6:"handle";s:24:"object_windturbine_2.png";s:4:"name";s:14:"Wind Turbine 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:57;a:12:{s:2:"id";s:3:"118";s:6:"handle";s:22:"object_windturbine.png";s:4:"name";s:12:"Wind Turbine";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:58;a:12:{s:2:"id";s:3:"117";s:6:"handle";s:16:"object_earth.png";s:4:"name";s:18:"Earth Globe Planet";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:59;a:12:{s:2:"id";s:2:"88";s:6:"handle";s:24:"object_eiffeltower_2.png";s:4:"name";s:13:"Eiffeltower 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:60;a:12:{s:2:"id";s:2:"87";s:6:"handle";s:21:"object_notebook_1.png";s:4:"name";s:11:"Notebook PC";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:61;a:12:{s:2:"id";s:2:"86";s:6:"handle";s:20:"object_macbook_1.png";s:4:"name";s:20:"Apple Macbook Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:62;a:12:{s:2:"id";s:2:"85";s:6:"handle";s:18:"object_canon_2.png";s:4:"name";s:21:"Canon Camera DSLR Top";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:63;a:12:{s:2:"id";s:2:"84";s:6:"handle";s:19:"object_iphone_3.png";s:4:"name";s:25:"Apple iPhone Silver White";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:64;a:12:{s:2:"id";s:2:"83";s:6:"handle";s:18:"object_candy_2.png";s:4:"name";s:15:"Candy Colored 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:65;a:12:{s:2:"id";s:2:"82";s:6:"handle";s:21:"object_macmouse_1.png";s:4:"name";s:15:"Apple Mac Mouse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:66;a:12:{s:2:"id";s:2:"81";s:6:"handle";s:19:"object_iphone_1.png";s:4:"name";s:18:"Apple iPhone Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:67;a:12:{s:2:"id";s:2:"80";s:6:"handle";s:17:"object_deco_1.png";s:4:"name";s:17:"White Deco Object";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:68;a:12:{s:2:"id";s:2:"79";s:6:"handle";s:23:"object_applewatch_1.png";s:4:"name";s:24:"Apple Watch White Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:69;a:12:{s:2:"id";s:2:"78";s:6:"handle";s:23:"object_swissknife_1.png";s:4:"name";s:11:"Swiss Knife";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:70;a:12:{s:2:"id";s:2:"77";s:6:"handle";s:23:"object_applewatch_2.png";s:4:"name";s:17:"Apple Watch Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:71;a:12:{s:2:"id";s:2:"76";s:6:"handle";s:18:"object_candy_1.png";s:4:"name";s:13:"Candy Colored";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:72;a:12:{s:2:"id";s:2:"75";s:6:"handle";s:17:"object_ipad_1.png";s:4:"name";s:16:"Apple iPad Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:73;a:12:{s:2:"id";s:2:"74";s:6:"handle";s:17:"object_lamp_2.png";s:4:"name";s:15:"Black Desk Lamp";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:74;a:12:{s:2:"id";s:2:"73";s:6:"handle";s:18:"object_canon_1.png";s:4:"name";s:17:"Canon Camera DLSR";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:75;a:12:{s:2:"id";s:2:"72";s:6:"handle";s:23:"object_blackberry_2.png";s:4:"name";s:12:"Blackberry 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:76;a:12:{s:2:"id";s:2:"71";s:6:"handle";s:19:"object_iphone_2.png";s:4:"name";s:19:"Apple iPhone Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:77;a:12:{s:2:"id";s:2:"70";s:6:"handle";s:17:"object_ipad_2.png";s:4:"name";s:15:"Apple iPad Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:78;a:12:{s:2:"id";s:2:"69";s:6:"handle";s:20:"object_printer_1.png";s:4:"name";s:7:"Printer";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:79;a:12:{s:2:"id";s:2:"68";s:6:"handle";s:20:"object_pcmouse_1.png";s:4:"name";s:14:"Black PC Mouse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:80;a:12:{s:2:"id";s:2:"67";s:6:"handle";s:17:"object_ipad_3.png";s:4:"name";s:17:"Apple iPad Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:81;a:12:{s:2:"id";s:2:"66";s:6:"handle";s:17:"object_lamp_1.png";s:4:"name";s:13:"Desk Lamp Top";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:82;a:12:{s:2:"id";s:2:"65";s:6:"handle";s:22:"object_macscreen_1.png";s:4:"name";s:16:"Apple Mac Screen";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:83;a:12:{s:2:"id";s:2:"64";s:6:"handle";s:23:"object_blackberry_3.png";s:4:"name";s:12:"Blackberry 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:84;a:12:{s:2:"id";s:2:"63";s:6:"handle";s:23:"object_applewatch_3.png";s:4:"name";s:16:"Apple Watch Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:85;a:12:{s:2:"id";s:2:"62";s:6:"handle";s:23:"object_blackberry_1.png";s:4:"name";s:10:"Blackberry";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:86;a:12:{s:2:"id";s:2:"49";s:6:"handle";s:19:"object_bottle_1.png";s:4:"name";s:18:"Brown Glass Bottle";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:87;a:12:{s:2:"id";s:2:"48";s:6:"handle";s:20:"object_glasses_1.png";s:4:"name";s:19:"Hipster Glasses Top";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:88;a:12:{s:2:"id";s:2:"47";s:6:"handle";s:21:"object_magazine_1.png";s:4:"name";s:14:"Blank Magazine";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:89;a:12:{s:2:"id";s:2:"46";s:6:"handle";s:28:"object_leatherdocument_2.png";s:4:"name";s:24:"Black Leather Document 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:90;a:12:{s:2:"id";s:2:"45";s:6:"handle";s:18:"object_purse_2.png";s:4:"name";s:13:"Black Purse 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:91;a:12:{s:2:"id";s:2:"44";s:6:"handle";s:23:"object_typewriter_1.png";s:4:"name";s:18:"Retro Typewriter 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:92;a:12:{s:2:"id";s:2:"43";s:6:"handle";s:17:"object_book_5.png";s:4:"name";s:9:"Old Books";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:93;a:12:{s:2:"id";s:2:"42";s:6:"handle";s:28:"object_leatherdocument_1.png";s:4:"name";s:29:"Black Leather Document Closed";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:94;a:12:{s:2:"id";s:2:"41";s:6:"handle";s:17:"object_book_4.png";s:4:"name";s:8:"Old Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:95;a:12:{s:2:"id";s:2:"40";s:6:"handle";s:19:"object_wallet_2.png";s:4:"name";s:22:"Black Leather Document";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:96;a:12:{s:2:"id";s:2:"39";s:6:"handle";s:18:"object_quill_2.png";s:4:"name";s:15:"Quill Feather 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:97;a:12:{s:2:"id";s:2:"38";s:6:"handle";s:24:"object_eiffeltower_1.png";s:4:"name";s:11:"Eiffeltower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:98;a:12:{s:2:"id";s:2:"37";s:6:"handle";s:21:"object_magazine_2.png";s:4:"name";s:11:"Open Book 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1333";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:99;a:12:{s:2:"id";s:2:"36";s:6:"handle";s:17:"object_book_1.png";s:4:"name";s:10:"Blank Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:100;a:12:{s:2:"id";s:2:"35";s:6:"handle";s:20:"object_glasses_2.png";s:4:"name";s:15:"Hipster Glasses";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:101;a:12:{s:2:"id";s:2:"34";s:6:"handle";s:17:"object_book_2.png";s:4:"name";s:11:"Open Book 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:102;a:12:{s:2:"id";s:2:"33";s:6:"handle";s:19:"object_gloves_1.png";s:4:"name";s:12:"Black Gloves";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:103;a:12:{s:2:"id";s:2:"32";s:6:"handle";s:23:"object_typewriter_2.png";s:4:"name";s:16:"Retro Typewriter";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:104;a:12:{s:2:"id";s:2:"31";s:6:"handle";s:17:"object_book_3.png";s:4:"name";s:9:"Open Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:105;a:12:{s:2:"id";s:2:"30";s:6:"handle";s:19:"object_wallet_1.png";s:4:"name";s:12:"Black Wallet";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:106;a:12:{s:2:"id";s:2:"29";s:6:"handle";s:18:"object_purse_1.png";s:4:"name";s:11:"Black Purse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:107;a:12:{s:2:"id";s:2:"28";s:6:"handle";s:18:"object_quill_1.png";s:4:"name";s:13:"Quill Feather";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:108;a:12:{s:2:"id";s:2:"27";s:6:"handle";s:19:"object_artbox_2.png";s:4:"name";s:16:"Art Box Colors 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:109;a:12:{s:2:"id";s:2:"26";s:6:"handle";s:18:"object_cloth_1.png";s:4:"name";s:17:"Cloth Paint Color";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:110;a:12:{s:2:"id";s:2:"25";s:6:"handle";s:21:"object_brushpot_1.png";s:4:"name";s:9:"Brush Pot";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"984";s:6:"height";s:3:"984";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:111;a:12:{s:2:"id";s:2:"24";s:6:"handle";s:24:"object_paintbucket_1.png";s:4:"name";s:12:"Paint Bucket";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:112;a:12:{s:2:"id";s:2:"23";s:6:"handle";s:23:"object_paintbrush_2.png";s:4:"name";s:12:"Paintbrush 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:113;a:12:{s:2:"id";s:2:"22";s:6:"handle";s:19:"object_artbox_1.png";s:4:"name";s:14:"Art Box Colors";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:114;a:12:{s:2:"id";s:2:"21";s:6:"handle";s:23:"object_paintbrush_3.png";s:4:"name";s:12:"Paintbrush 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:115;a:12:{s:2:"id";s:2:"20";s:6:"handle";s:23:"object_paintbrush_1.png";s:4:"name";s:12:"Paintbrush 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:116;a:12:{s:2:"id";s:2:"11";s:6:"handle";s:21:"table_radio_right.png";s:4:"name";s:18:"Radio Speaker Wood";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:117;a:12:{s:2:"id";s:2:"10";s:6:"handle";s:18:"keyboard_apple.png";s:4:"name";s:14:"Apple Keyboard";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:118;a:12:{s:2:"id";s:1:"9";s:6:"handle";s:20:"macbook_top_gold.png";s:4:"name";s:18:"Apple Macbook Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:119;a:12:{s:2:"id";s:1:"8";s:6:"handle";s:21:"nexus6_front_blue.png";s:4:"name";s:19:"Google Nexus 6 Blue";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:120;a:12:{s:2:"id";s:3:"479";s:6:"handle";s:31:"Tram-beside-waiting-station.jpg";s:4:"name";s:27:"Tram beside waiting station";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:52:06";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:121;a:12:{s:2:"id";s:3:"478";s:6:"handle";s:14:"Pulling-up.jpg";s:4:"name";s:10:"Pulling up";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1297";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:41:20";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:122;a:12:{s:2:"id";s:3:"477";s:6:"handle";s:16:"Snowboarding.jpg";s:4:"name";s:12:"Snowboarding";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1290";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:41:20";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:123;a:12:{s:2:"id";s:3:"476";s:6:"handle";s:16:"Morning-yoga.jpg";s:4:"name";s:12:"Morning yoga";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1346";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:124;a:12:{s:2:"id";s:3:"475";s:6:"handle";s:8:"Yoga.jpg";s:4:"name";s:4:"Yoga";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:125;a:12:{s:2:"id";s:3:"474";s:6:"handle";s:14:"Golf-balls.jpg";s:4:"name";s:10:"Golf balls";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:126;a:12:{s:2:"id";s:3:"473";s:6:"handle";s:19:"Confident-Boxer.jpg";s:4:"name";s:15:"Confident Boxer";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:127;a:12:{s:2:"id";s:3:"472";s:6:"handle";s:11:"Aerobic.jpg";s:4:"name";s:7:"Aerobic";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:128;a:12:{s:2:"id";s:3:"471";s:6:"handle";s:18:"Riding-bicycle.jpg";s:4:"name";s:14:"Riding bicycle";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1358";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:129;a:12:{s:2:"id";s:3:"470";s:6:"handle";s:27:"woman-with-barbell-back.jpg";s:4:"name";s:23:"woman with barbell back";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:130;a:12:{s:2:"id";s:3:"469";s:6:"handle";s:24:"Woman-lying-on-floor.jpg";s:4:"name";s:20:"Woman lying on floor";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1318";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:131;a:12:{s:2:"id";s:3:"468";s:6:"handle";s:27:"Holding-black-dumbbells.jpg";s:4:"name";s:23:"Holding black dumbbells";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:132;a:12:{s:2:"id";s:3:"467";s:6:"handle";s:25:"Woman-using-dumbbells.jpg";s:4:"name";s:21:"Woman using dumbbells";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1425";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:133;a:12:{s:2:"id";s:3:"466";s:6:"handle";s:16:"Soccer-cleat.jpg";s:4:"name";s:12:"Soccer cleat";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:134;a:12:{s:2:"id";s:3:"465";s:6:"handle";s:16:"Soccer-field.jpg";s:4:"name";s:12:"Soccer field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:135;a:12:{s:2:"id";s:3:"464";s:6:"handle";s:23:"Man-tying-his-shoes.jpg";s:4:"name";s:19:"Man tying his shoes";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1200";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:136;a:12:{s:2:"id";s:3:"463";s:6:"handle";s:10:"Boxing.jpg";s:4:"name";s:6:"Boxing";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:137;a:12:{s:2:"id";s:3:"462";s:6:"handle";s:22:"woman-with-barbell.jpg";s:4:"name";s:18:"woman with barbell";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:138;a:12:{s:2:"id";s:3:"461";s:6:"handle";s:12:"Crossfit.jpg";s:4:"name";s:8:"Crossfit";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:139;a:12:{s:2:"id";s:3:"460";s:6:"handle";s:25:"Man-and-woman-jogging.jpg";s:4:"name";s:21:"Man and woman jogging";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:140;a:12:{s:2:"id";s:3:"459";s:6:"handle";s:16:"Playing-golf.jpg";s:4:"name";s:12:"Playing golf";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:141;a:12:{s:2:"id";s:3:"458";s:6:"handle";s:18:"Surfer-in-wave.jpg";s:4:"name";s:14:"Surfer in wave";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:142;a:12:{s:2:"id";s:3:"457";s:6:"handle";s:25:"Woman-lifting-barbell.jpg";s:4:"name";s:21:"Woman lifting barbell";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:143;a:12:{s:2:"id";s:3:"456";s:6:"handle";s:14:"Stretching.jpg";s:4:"name";s:10:"Stretching";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:144;a:12:{s:2:"id";s:3:"455";s:6:"handle";s:18:"Snowboarding-2.jpg";s:4:"name";s:14:"Snowboarding 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:145;a:12:{s:2:"id";s:3:"454";s:6:"handle";s:11:"Balance.jpg";s:4:"name";s:7:"Balance";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1920";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:146;a:12:{s:2:"id";s:3:"453";s:6:"handle";s:19:"Pool-meditation.jpg";s:4:"name";s:15:"Pool meditation";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:147;a:12:{s:2:"id";s:3:"452";s:6:"handle";s:18:"Soccer-stadium.jpg";s:4:"name";s:14:"Soccer stadium";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:148;a:12:{s:2:"id";s:3:"451";s:6:"handle";s:25:"Soccer-field-top-view.jpg";s:4:"name";s:21:"Soccer field top view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:149;a:12:{s:2:"id";s:3:"450";s:6:"handle";s:14:"Basketball.jpg";s:4:"name";s:10:"Basketball";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:150;a:12:{s:2:"id";s:3:"449";s:6:"handle";s:14:"in-the-fog.jpg";s:4:"name";s:10:"in the fog";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:151;a:12:{s:2:"id";s:3:"448";s:6:"handle";s:13:"Handstand.jpg";s:4:"name";s:9:"Handstand";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:152;a:12:{s:2:"id";s:3:"447";s:6:"handle";s:11:"Friends.jpg";s:4:"name";s:7:"Friends";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:153;a:12:{s:2:"id";s:3:"446";s:6:"handle";s:28:"Sneakers-on-the-railroad.jpg";s:4:"name";s:24:"Sneakers on the railroad";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:154;a:12:{s:2:"id";s:3:"445";s:6:"handle";s:23:"Family-on-the-ocean.jpg";s:4:"name";s:19:"Family on the ocean";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:155;a:12:{s:2:"id";s:3:"444";s:6:"handle";s:10:"Sunset.jpg";s:4:"name";s:6:"Sunset";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:156;a:12:{s:2:"id";s:3:"443";s:6:"handle";s:9:"Books.jpg";s:4:"name";s:5:"Books";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:157;a:12:{s:2:"id";s:3:"442";s:6:"handle";s:25:"Looking-at-the-window.jpg";s:4:"name";s:21:"Looking at the window";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:158;a:12:{s:2:"id";s:3:"441";s:6:"handle";s:48:"woman-standing-near-buildings-during-daytime.jpg";s:4:"name";s:44:"woman standing near buildings during daytime";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:159;a:12:{s:2:"id";s:3:"440";s:6:"handle";s:12:"Lollipop.jpg";s:4:"name";s:8:"Lollipop";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1395";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:160;a:12:{s:2:"id";s:3:"439";s:6:"handle";s:26:"People-crossing-street.jpg";s:4:"name";s:22:"People crossing street";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:161;a:12:{s:2:"id";s:3:"438";s:6:"handle";s:24:"Friends-on-the-shore.jpg";s:4:"name";s:20:"Friends on the shore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:162;a:12:{s:2:"id";s:3:"437";s:6:"handle";s:13:"Coworkers.jpg";s:4:"name";s:9:"Coworkers";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:163;a:12:{s:2:"id";s:3:"436";s:6:"handle";s:27:"Hiking-in-the-Dolomites.jpg";s:4:"name";s:23:"Hiking in the Dolomites";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:164;a:12:{s:2:"id";s:3:"435";s:6:"handle";s:18:"Successful-man.jpg";s:4:"name";s:14:"Successful man";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:165;a:12:{s:2:"id";s:3:"434";s:6:"handle";s:23:"Beautiful-sunny-day.jpg";s:4:"name";s:19:"Beautiful sunny day";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:166;a:12:{s:2:"id";s:3:"433";s:6:"handle";s:8:"Guys.jpg";s:4:"name";s:4:"Guys";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:167;a:12:{s:2:"id";s:3:"432";s:6:"handle";s:19:"Confetti-Shower.jpg";s:4:"name";s:15:"Confetti Shower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:168;a:12:{s:2:"id";s:3:"431";s:6:"handle";s:24:"Sun-was-setting-down.jpg";s:4:"name";s:20:"Sun was setting down";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:169;a:12:{s:2:"id";s:3:"430";s:6:"handle";s:9:"Jumps.jpg";s:4:"name";s:5:"Jumps";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:170;a:12:{s:2:"id";s:3:"429";s:6:"handle";s:23:"Friends-by-the-fire.jpg";s:4:"name";s:19:"Friends by the fire";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:171;a:12:{s:2:"id";s:3:"428";s:6:"handle";s:21:"Under-the-blanket.jpg";s:4:"name";s:17:"Under the blanket";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1413";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:172;a:12:{s:2:"id";s:3:"427";s:6:"handle";s:18:"Pretty-in-Pink.jpg";s:4:"name";s:14:"Pretty in Pink";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1394";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:173;a:12:{s:2:"id";s:3:"426";s:6:"handle";s:31:"Discussions-at-a-long-table.jpg";s:4:"name";s:27:"Discussions at a long table";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1268";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:174;a:12:{s:2:"id";s:3:"425";s:6:"handle";s:18:"Lost-in-Lemons.jpg";s:4:"name";s:14:"Lost in Lemons";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:175;a:12:{s:2:"id";s:3:"424";s:6:"handle";s:13:"Team-work.jpg";s:4:"name";s:9:"Team work";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:176;a:12:{s:2:"id";s:3:"423";s:6:"handle";s:20:"Romantic-evening.jpg";s:4:"name";s:16:"Romantic evening";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1263";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:177;a:12:{s:2:"id";s:3:"422";s:6:"handle";s:19:"Crew-collective.jpg";s:4:"name";s:15:"Crew collective";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:178;a:12:{s:2:"id";s:3:"421";s:6:"handle";s:8:"Code.jpg";s:4:"name";s:4:"Code";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:179;a:12:{s:2:"id";s:3:"420";s:6:"handle";s:48:"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg";s:4:"name";s:44:"Yellow ceramic mug beside gray aluminum iMac";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:180;a:12:{s:2:"id";s:3:"419";s:6:"handle";s:11:"My-desk.jpg";s:4:"name";s:7:"My desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1315";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:181;a:12:{s:2:"id";s:3:"418";s:6:"handle";s:17:"Cooperation-2.jpg";s:4:"name";s:13:"Cooperation 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:182;a:12:{s:2:"id";s:3:"417";s:6:"handle";s:33:"MacBook-on-top-of-brown-table.jpg";s:4:"name";s:29:"MacBook on top of brown table";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:183;a:12:{s:2:"id";s:3:"416";s:6:"handle";s:27:"Beautiful-working-place.jpg";s:4:"name";s:23:"Beautiful working place";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:184;a:12:{s:2:"id";s:3:"415";s:6:"handle";s:14:"Typewriter.jpg";s:4:"name";s:10:"Typewriter";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:185;a:12:{s:2:"id";s:3:"414";s:6:"handle";s:19:"White-desk-lamp.jpg";s:4:"name";s:15:"White desk lamp";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:186;a:12:{s:2:"id";s:3:"413";s:6:"handle";s:18:"Office-working.jpg";s:4:"name";s:14:"Office working";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:187;a:12:{s:2:"id";s:3:"412";s:6:"handle";s:36:"Silver-iMac-on-brown-wooden-desk.jpg";s:4:"name";s:32:"Silver iMac on brown wooden desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1240";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:188;a:12:{s:2:"id";s:3:"411";s:6:"handle";s:23:"Working-in-progress.jpg";s:4:"name";s:19:"Working in progress";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:189;a:12:{s:2:"id";s:3:"410";s:6:"handle";s:15:"Cooperation.jpg";s:4:"name";s:11:"Cooperation";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:190;a:12:{s:2:"id";s:3:"409";s:6:"handle";s:17:"Working-place.jpg";s:4:"name";s:13:"Working place";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:191;a:12:{s:2:"id";s:3:"408";s:6:"handle";s:16:"Working-desk.jpg";s:4:"name";s:12:"Working desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:192;a:12:{s:2:"id";s:3:"407";s:6:"handle";s:23:"low-angle-of-forest.jpg";s:4:"name";s:19:"low angle of forest";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:193;a:12:{s:2:"id";s:3:"406";s:6:"handle";s:23:"Lake-under-blue-sky.jpg";s:4:"name";s:19:"Lake under blue sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1351";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:194;a:12:{s:2:"id";s:3:"405";s:6:"handle";s:21:"Blue-starry-night.jpg";s:4:"name";s:17:"Blue starry night";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:195;a:12:{s:2:"id";s:3:"404";s:6:"handle";s:22:"Aerial-photography.jpg";s:4:"name";s:18:"Aerial photography";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:196;a:12:{s:2:"id";s:3:"403";s:6:"handle";s:14:"Red-clouds.jpg";s:4:"name";s:10:"Red clouds";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:197;a:12:{s:2:"id";s:3:"402";s:6:"handle";s:14:"Snow-field.jpg";s:4:"name";s:10:"Snow field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1227";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:198;a:12:{s:2:"id";s:3:"401";s:6:"handle";s:13:"White-sky.jpg";s:4:"name";s:9:"White sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:199;a:12:{s:2:"id";s:3:"400";s:6:"handle";s:24:"Trees-covered-by-fog.jpg";s:4:"name";s:20:"Trees covered by fog";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:200;a:12:{s:2:"id";s:3:"399";s:6:"handle";s:26:"Red-and-white-mushroom.jpg";s:4:"name";s:22:"Red and white mushroom";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:201;a:12:{s:2:"id";s:3:"398";s:6:"handle";s:24:"Lake-near-pine-trees.jpg";s:4:"name";s:20:"Lake near pine trees";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:202;a:12:{s:2:"id";s:3:"397";s:6:"handle";s:35:"After-a-long-day-of-backpacking.jpg";s:4:"name";s:31:"After a long day of backpacking";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:203;a:12:{s:2:"id";s:3:"396";s:6:"handle";s:32:"Mountains-during-golden-hour.jpg";s:4:"name";s:28:"Mountains during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:204;a:12:{s:2:"id";s:3:"395";s:6:"handle";s:27:"Man-looking-on-mountain.jpg";s:4:"name";s:23:"Man looking on mountain";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:205;a:12:{s:2:"id";s:3:"394";s:6:"handle";s:19:"Body-of-water-2.jpg";s:4:"name";s:15:"Body of water 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:206;a:12:{s:2:"id";s:3:"393";s:6:"handle";s:15:"Brown-cliff.jpg";s:4:"name";s:11:"Brown cliff";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:207;a:12:{s:2:"id";s:3:"392";s:6:"handle";s:20:"Green-foggy-tree.jpg";s:4:"name";s:16:"Green foggy tree";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1417";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:208;a:12:{s:2:"id";s:3:"391";s:6:"handle";s:32:"Grayscale-photo-of-mountains.jpg";s:4:"name";s:28:"Grayscale photo of mountains";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:209;a:12:{s:2:"id";s:3:"390";s:6:"handle";s:19:"Under-sunny-sky.jpg";s:4:"name";s:15:"Under sunny sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:210;a:12:{s:2:"id";s:3:"389";s:6:"handle";s:16:"Rock-concert.jpg";s:4:"name";s:12:"Rock concert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1443";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:211;a:12:{s:2:"id";s:3:"388";s:6:"handle";s:30:"Group-of-people-in-concert.jpg";s:4:"name";s:26:"Group of people in concert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:212;a:12:{s:2:"id";s:3:"387";s:6:"handle";s:6:"DJ.jpg";s:4:"name";s:2:"DJ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:213;a:12:{s:2:"id";s:3:"386";s:6:"handle";s:56:"Woman-standing-watching-LED-light-musical-instrument.jpg";s:4:"name";s:52:"Woman standing watching LED light musical instrument";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:214;a:12:{s:2:"id";s:3:"385";s:6:"handle";s:16:"Concert-hall.jpg";s:4:"name";s:12:"Concert hall";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:215;a:12:{s:2:"id";s:3:"384";s:6:"handle";s:18:"Concert-hall-2.jpg";s:4:"name";s:14:"Concert hall 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:216;a:12:{s:2:"id";s:3:"383";s:6:"handle";s:29:"man-playing-upright-piano.jpg";s:4:"name";s:25:"man playing upright piano";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1340";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:217;a:12:{s:2:"id";s:3:"382";s:6:"handle";s:30:"person-performing-on-stage.jpg";s:4:"name";s:26:"person performing on stage";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:218;a:12:{s:2:"id";s:3:"381";s:6:"handle";s:27:"Brown-string-instrument.jpg";s:4:"name";s:23:"Brown string instrument";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:219;a:12:{s:2:"id";s:3:"380";s:6:"handle";s:36:"silhouette-of-person-with-guitar.jpg";s:4:"name";s:32:"silhouette of person with guitar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:220;a:12:{s:2:"id";s:3:"379";s:6:"handle";s:14:"Party-fans.jpg";s:4:"name";s:10:"Party fans";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:221;a:12:{s:2:"id";s:3:"378";s:6:"handle";s:24:"Condenser-microphone.jpg";s:4:"name";s:20:"Condenser microphone";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:222;a:12:{s:2:"id";s:3:"377";s:6:"handle";s:42:"Low-angle-photo-of-high-rise-buildings.jpg";s:4:"name";s:38:"Low angle photo of high rise buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:223;a:12:{s:2:"id";s:3:"376";s:6:"handle";s:23:"High-rise-buildings.jpg";s:4:"name";s:19:"High rise buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:224;a:12:{s:2:"id";s:3:"375";s:6:"handle";s:16:"Cable-bridge.jpg";s:4:"name";s:12:"Cable bridge";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:225;a:12:{s:2:"id";s:3:"374";s:6:"handle";s:35:"Bokeh-effect-from-street-lights.jpg";s:4:"name";s:31:"Bokeh effect from street lights";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:226;a:12:{s:2:"id";s:3:"373";s:6:"handle";s:18:"Low-angle-view.jpg";s:4:"name";s:14:"Low angle view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:227;a:12:{s:2:"id";s:3:"372";s:6:"handle";s:21:"Double-decker-bus.jpg";s:4:"name";s:17:"Double decker bus";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1373";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:228;a:12:{s:2:"id";s:3:"371";s:6:"handle";s:32:"Buildings-near-body-of-water.jpg";s:4:"name";s:28:"Buildings near body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1370";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:229;a:12:{s:2:"id";s:3:"370";s:6:"handle";s:18:"Satellite-view.jpg";s:4:"name";s:14:"Satellite view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:230;a:12:{s:2:"id";s:3:"369";s:6:"handle";s:14:"Twin-Tower.jpg";s:4:"name";s:10:"Twin Tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:231;a:12:{s:2:"id";s:3:"368";s:6:"handle";s:22:"Two-person-walking.jpg";s:4:"name";s:18:"Two person walking";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1345";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:232;a:12:{s:2:"id";s:3:"367";s:6:"handle";s:15:"Sears-Tower.jpg";s:4:"name";s:11:"Sears Tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:233;a:12:{s:2:"id";s:3:"366";s:6:"handle";s:19:"Night-cityscape.jpg";s:4:"name";s:15:"Night cityscape";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:234;a:12:{s:2:"id";s:3:"365";s:6:"handle";s:25:"Empire-State-Building.jpg";s:4:"name";s:21:"Empire State Building";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:235;a:12:{s:2:"id";s:3:"364";s:6:"handle";s:9:"Paris.jpg";s:4:"name";s:5:"Paris";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:236;a:12:{s:2:"id";s:3:"363";s:6:"handle";s:31:"Building-during-golden-hour.jpg";s:4:"name";s:27:"Building during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1288";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:237;a:12:{s:2:"id";s:3:"362";s:6:"handle";s:21:"Afternoon-skyline.jpg";s:4:"name";s:17:"Afternoon skyline";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:238;a:12:{s:2:"id";s:3:"361";s:6:"handle";s:22:"Concrete-buildings.jpg";s:4:"name";s:18:"Concrete buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:239;a:12:{s:2:"id";s:3:"360";s:6:"handle";s:26:"Architectural-building.jpg";s:4:"name";s:22:"Architectural building";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1382";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:240;a:12:{s:2:"id";s:3:"359";s:6:"handle";s:23:"Skyline-photography.jpg";s:4:"name";s:19:"Skyline photography";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:241;a:12:{s:2:"id";s:3:"358";s:6:"handle";s:38:"People-standing-on-pedestrian-lane.jpg";s:4:"name";s:34:"People standing on pedestrian lane";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1154";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:242;a:12:{s:2:"id";s:3:"357";s:6:"handle";s:16:"Burj-Khalifa.jpg";s:4:"name";s:12:"Burj Khalifa";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:243;a:12:{s:2:"id";s:3:"356";s:6:"handle";s:13:"Skycraper.jpg";s:4:"name";s:9:"Skycraper";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:244;a:12:{s:2:"id";s:3:"355";s:6:"handle";s:14:"Gray-tower.jpg";s:4:"name";s:10:"Gray tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1433";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:245;a:12:{s:2:"id";s:3:"354";s:6:"handle";s:28:"One-fine-day-in-Maldives.jpg";s:4:"name";s:24:"One fine day in Maldives";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1116";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:246;a:12:{s:2:"id";s:3:"353";s:6:"handle";s:25:"Boat-on-body-of-water.jpg";s:4:"name";s:21:"Boat on body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:247;a:12:{s:2:"id";s:3:"352";s:6:"handle";s:33:"Aerial-photo-of-body-of-water.jpg";s:4:"name";s:29:"Aerial photo of body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1078";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:248;a:12:{s:2:"id";s:3:"351";s:6:"handle";s:31:"Assorted-color-beach-houses.jpg";s:4:"name";s:27:"Assorted color beach houses";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1135";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:249;a:12:{s:2:"id";s:3:"350";s:6:"handle";s:36:"Woman-leaning-on-tree-near-beach.jpg";s:4:"name";s:32:"Woman leaning on tree near beach";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1559";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:250;a:12:{s:2:"id";s:3:"349";s:6:"handle";s:17:"Body-of-water.jpg";s:4:"name";s:13:"Body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1269";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:251;a:12:{s:2:"id";s:3:"348";s:6:"handle";s:17:"People-on-sea.jpg";s:4:"name";s:13:"People on sea";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:252;a:12:{s:2:"id";s:3:"347";s:6:"handle";s:31:"Man-sitting-beside-of-woman.jpg";s:4:"name";s:27:"Man sitting beside of woman";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:253;a:12:{s:2:"id";s:3:"346";s:6:"handle";s:22:"woman-in-the-water.jpg";s:4:"name";s:18:"woman in the water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:254;a:12:{s:2:"id";s:3:"345";s:6:"handle";s:39:"Brown-stone-near-sea-at-golden-hour.jpg";s:4:"name";s:35:"Brown stone near sea at golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:255;a:12:{s:2:"id";s:3:"344";s:6:"handle";s:18:"Birds-eye-view.jpg";s:4:"name";s:14:"Birds eye view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:256;a:12:{s:2:"id";s:3:"343";s:6:"handle";s:18:"Empty-seashore.jpg";s:4:"name";s:14:"Empty seashore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1365";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:257;a:12:{s:2:"id";s:3:"342";s:6:"handle";s:31:"Seashore-during-golden-hour.jpg";s:4:"name";s:27:"Seashore during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1439";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:258;a:12:{s:2:"id";s:3:"341";s:6:"handle";s:16:"Coconut-tree.jpg";s:4:"name";s:12:"Coconut tree";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:259;a:12:{s:2:"id";s:3:"340";s:6:"handle";s:37:"Aerial-photography-of-beach-shore.jpg";s:4:"name";s:33:"Aerial photography of beach shore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1439";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:260;a:12:{s:2:"id";s:3:"197";s:6:"handle";s:17:"relax_hammock.jpg";s:4:"name";s:13:"Relax Hammock";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:261;a:12:{s:2:"id";s:3:"196";s:6:"handle";s:16:"beach_houses.jpg";s:4:"name";s:12:"Beach Houses";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:262;a:12:{s:2:"id";s:3:"195";s:6:"handle";s:17:"forest_road_2.jpg";s:4:"name";s:13:"Forest Road 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:263;a:12:{s:2:"id";s:3:"194";s:6:"handle";s:14:"clean_desk.jpg";s:4:"name";s:10:"Clean Desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:264;a:12:{s:2:"id";s:3:"193";s:6:"handle";s:19:"mountain_view_6.jpg";s:4:"name";s:15:"Mountain View 6";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1249";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:265;a:12:{s:2:"id";s:3:"192";s:6:"handle";s:14:"corn_field.jpg";s:4:"name";s:10:"Corn Field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1320";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:266;a:12:{s:2:"id";s:3:"191";s:6:"handle";s:21:"stylish_apartment.jpg";s:4:"name";s:17:"Stylish Apartment";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:267;a:12:{s:2:"id";s:3:"190";s:6:"handle";s:24:"hipster_coffee_house.jpg";s:4:"name";s:20:"Hipster Coffee House";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:268;a:12:{s:2:"id";s:3:"189";s:6:"handle";s:16:"blurry_beach.jpg";s:4:"name";s:12:"Blurry Beach";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:269;a:12:{s:2:"id";s:3:"186";s:6:"handle";s:17:"greens_street.jpg";s:4:"name";s:13:"Greens Street";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:270;a:12:{s:2:"id";s:3:"185";s:6:"handle";s:10:"desert.jpg";s:4:"name";s:6:"Desert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:271;a:12:{s:2:"id";s:3:"184";s:6:"handle";s:19:"mountain_view_5.jpg";s:4:"name";s:15:"Mountain View 5";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:272;a:12:{s:2:"id";s:3:"183";s:6:"handle";s:10:"laptop.jpg";s:4:"name";s:6:"Laptop";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1391";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:273;a:12:{s:2:"id";s:3:"182";s:6:"handle";s:16:"grand_canyon.jpg";s:4:"name";s:12:"Grand Canyon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1287";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:274;a:12:{s:2:"id";s:3:"181";s:6:"handle";s:20:"landscape_clouds.jpg";s:4:"name";s:16:"Landscape Clouds";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:275;a:12:{s:2:"id";s:3:"180";s:6:"handle";s:17:"highway_night.jpg";s:4:"name";s:13:"Highway Night";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:276;a:12:{s:2:"id";s:3:"179";s:6:"handle";s:15:"beach_water.jpg";s:4:"name";s:11:"Beach Water";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:277;a:12:{s:2:"id";s:3:"177";s:6:"handle";s:15:"woman_beach.jpg";s:4:"name";s:11:"Woman Beach";s:4:"tags";a:4:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:3;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:278;a:12:{s:2:"id";s:3:"175";s:6:"handle";s:12:"cool_guy.jpg";s:4:"name";s:8:"Cool Guy";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:279;a:12:{s:2:"id";s:3:"174";s:6:"handle";s:13:"beach_sea.jpg";s:4:"name";s:9:"Beach Sea";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:280;a:12:{s:2:"id";s:3:"173";s:6:"handle";s:17:"bridge_clouds.jpg";s:4:"name";s:13:"Bridge Clouds";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:281;a:12:{s:2:"id";s:3:"116";s:6:"handle";s:19:"mountain_view_2.jpg";s:4:"name";s:15:"Mountain View 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:282;a:12:{s:2:"id";s:3:"115";s:6:"handle";s:16:"desert_trees.jpg";s:4:"name";s:12:"Desert Trees";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:283;a:12:{s:2:"id";s:3:"114";s:6:"handle";s:20:"explore_moutains.jpg";s:4:"name";s:17:"Explore Mountains";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:284;a:12:{s:2:"id";s:3:"113";s:6:"handle";s:19:"night_skyline_2.jpg";s:4:"name";s:15:"Night Skyline 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:285;a:12:{s:2:"id";s:3:"112";s:6:"handle";s:15:"cliff_ocean.jpg";s:4:"name";s:11:"Cliff Ocean";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:286;a:12:{s:2:"id";s:3:"111";s:6:"handle";s:14:"city_smoke.jpg";s:4:"name";s:10:"City Smoke";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:287;a:12:{s:2:"id";s:3:"110";s:6:"handle";s:16:"surfer_beach.jpg";s:4:"name";s:12:"Surfer Beach";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:288;a:12:{s:2:"id";s:3:"109";s:6:"handle";s:13:"sky_night.jpg";s:4:"name";s:9:"Sky Night";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:289;a:12:{s:2:"id";s:3:"108";s:6:"handle";s:15:"palm_sunset.jpg";s:4:"name";s:11:"Palm Sunset";s:4:"tags";a:4:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:3;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1372";s:6:"height";s:4:"1920";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:290;a:12:{s:2:"id";s:3:"107";s:6:"handle";s:18:"concert_people.jpg";s:4:"name";s:14:"Concert People";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:291;a:12:{s:2:"id";s:3:"106";s:6:"handle";s:15:"forest_road.jpg";s:4:"name";s:11:"Forest Road";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:292;a:12:{s:2:"id";s:3:"105";s:6:"handle";s:15:"beach_ocean.jpg";s:4:"name";s:11:"Beach Ocean";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:293;a:12:{s:2:"id";s:3:"104";s:6:"handle";s:18:"mountain_night.jpg";s:4:"name";s:14:"Mountain Night";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:294;a:12:{s:2:"id";s:3:"103";s:6:"handle";s:19:"ocean_mountains.jpg";s:4:"name";s:15:"Ocean Mountains";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:295;a:12:{s:2:"id";s:3:"102";s:6:"handle";s:10:"forest.jpg";s:4:"name";s:6:"Forest";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:296;a:12:{s:2:"id";s:3:"101";s:6:"handle";s:16:"ocean_stones.jpg";s:4:"name";s:12:"Ocean Stones";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:297;a:12:{s:2:"id";s:3:"100";s:6:"handle";s:16:"country_road.jpg";s:4:"name";s:12:"Country Road";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:298;a:12:{s:2:"id";s:2:"99";s:6:"handle";s:9:"beach.jpg";s:4:"name";s:5:"Beach";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:299;a:12:{s:2:"id";s:2:"98";s:6:"handle";s:16:"city_skyline.jpg";s:4:"name";s:12:"City Skyline";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:300;a:12:{s:2:"id";s:2:"97";s:6:"handle";s:17:"night_skyline.jpg";s:4:"name";s:13:"Night Skyline";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:301;a:12:{s:2:"id";s:2:"96";s:6:"handle";s:14:"city_river.jpg";s:4:"name";s:10:"City River";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:302;a:12:{s:2:"id";s:2:"95";s:6:"handle";s:19:"mountain_view_3.jpg";s:4:"name";s:15:"Mountain View 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:303;a:12:{s:2:"id";s:2:"94";s:6:"handle";s:14:"misty_farm.jpg";s:4:"name";s:10:"Misty Farm";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:304;a:12:{s:2:"id";s:2:"93";s:6:"handle";s:17:"mountain_path.jpg";s:4:"name";s:13:"Mountain Path";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:305;a:12:{s:2:"id";s:2:"92";s:6:"handle";s:19:"night_skyline_3.jpg";s:4:"name";s:15:"Night Skyline 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:306;a:12:{s:2:"id";s:2:"91";s:6:"handle";s:17:"mountain_view.jpg";s:4:"name";s:13:"Mountain View";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1160";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:307;a:12:{s:2:"id";s:2:"90";s:6:"handle";s:19:"rocky_landscape.jpg";s:4:"name";s:15:"Rocky Landscape";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:308;a:12:{s:2:"id";s:2:"89";s:6:"handle";s:19:"mountain_view_4.jpg";s:4:"name";s:15:"Mountain View 4";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1203";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:309;a:13:{s:2:"id";s:3:"529";s:6:"handle";s:13:"Fitness-4.jpg";s:5:"video";s:13:"Fitness-4.mp4";s:4:"name";s:10:"Fitness 4 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:310;a:13:{s:2:"id";s:3:"528";s:6:"handle";s:13:"Fitness-3.jpg";s:5:"video";s:13:"Fitness-3.mp4";s:4:"name";s:10:"Fitness 3 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:311;a:13:{s:2:"id";s:3:"527";s:6:"handle";s:9:"Chess.jpg";s:5:"video";s:9:"Chess.mp4";s:4:"name";s:6:"Chess ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:312;a:13:{s:2:"id";s:3:"526";s:6:"handle";s:13:"Fitness-2.jpg";s:5:"video";s:13:"Fitness-2.mp4";s:4:"name";s:10:"Fitness 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:313;a:13:{s:2:"id";s:3:"525";s:6:"handle";s:11:"Fitness.jpg";s:5:"video";s:11:"Fitness.mp4";s:4:"name";s:8:"Fitness ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:314;a:13:{s:2:"id";s:3:"524";s:6:"handle";s:9:"Earth.jpg";s:5:"video";s:9:"Earth.mp4";s:4:"name";s:6:"Earth ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:315;a:13:{s:2:"id";s:3:"523";s:6:"handle";s:11:"Space-2.jpg";s:5:"video";s:11:"Space-2.mp4";s:4:"name";s:8:"Space 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1440";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:316;a:13:{s:2:"id";s:3:"522";s:6:"handle";s:13:"Asteroids.jpg";s:5:"video";s:13:"Asteroids.mp4";s:4:"name";s:10:"Asteroids ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:317;a:13:{s:2:"id";s:3:"521";s:6:"handle";s:9:"Space.jpg";s:5:"video";s:9:"Space.mp4";s:4:"name";s:6:"Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:318;a:13:{s:2:"id";s:3:"520";s:6:"handle";s:10:"People.jpg";s:5:"video";s:10:"People.mp4";s:4:"name";s:7:"People ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:319;a:13:{s:2:"id";s:3:"519";s:6:"handle";s:11:"Walking.jpg";s:5:"video";s:11:"Walking.mp4";s:4:"name";s:8:"Walking ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:320;a:13:{s:2:"id";s:3:"518";s:6:"handle";s:19:"Double-Exposure.jpg";s:5:"video";s:19:"Double-Exposure.mp4";s:4:"name";s:16:"Double Exposure ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:321;a:13:{s:2:"id";s:3:"517";s:6:"handle";s:8:"Girl.jpg";s:5:"video";s:8:"Girl.mp4";s:4:"name";s:5:"Girl ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1088";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:322;a:13:{s:2:"id";s:3:"516";s:6:"handle";s:17:"Bengal-Lights.jpg";s:5:"video";s:17:"Bengal-Lights.mp4";s:4:"name";s:14:"Bengal Lights ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:323;a:13:{s:2:"id";s:3:"515";s:6:"handle";s:13:"Swiping-2.jpg";s:5:"video";s:13:"Swiping-2.mp4";s:4:"name";s:10:"Swiping 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:324;a:13:{s:2:"id";s:3:"514";s:6:"handle";s:11:"Mock-Up.jpg";s:5:"video";s:11:"Mock-Up.mp4";s:4:"name";s:8:"Mock Up ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:325;a:13:{s:2:"id";s:3:"513";s:6:"handle";s:13:"Countdown.jpg";s:5:"video";s:13:"Countdown.mp4";s:4:"name";s:10:"Countdown ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:326;a:13:{s:2:"id";s:3:"512";s:6:"handle";s:18:"Wall-Sketching.jpg";s:5:"video";s:18:"Wall-Sketching.mp4";s:4:"name";s:15:"Wall Sketching ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:327;a:13:{s:2:"id";s:3:"511";s:6:"handle";s:26:"Typing-on-the-keyboard.jpg";s:5:"video";s:26:"Typing-on-the-keyboard.mp4";s:4:"name";s:23:"Typing on the keyboard ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:328;a:13:{s:2:"id";s:3:"510";s:6:"handle";s:11:"Meeting.jpg";s:5:"video";s:11:"Meeting.mp4";s:4:"name";s:8:"Meeting ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:329;a:13:{s:2:"id";s:3:"509";s:6:"handle";s:11:"Swiping.jpg";s:5:"video";s:11:"Swiping.mp4";s:4:"name";s:8:"Swiping ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:330;a:13:{s:2:"id";s:3:"508";s:6:"handle";s:9:"Alarm.jpg";s:5:"video";s:9:"Alarm.mp4";s:4:"name";s:6:"Alarm ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1013";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:331;a:13:{s:2:"id";s:3:"507";s:6:"handle";s:13:"Hey-World.jpg";s:5:"video";s:13:"Hey-World.mp4";s:4:"name";s:10:"Hey World ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:332;a:13:{s:2:"id";s:3:"506";s:6:"handle";s:28:"Typing-on-the-keyboard-2.jpg";s:5:"video";s:28:"Typing-on-the-keyboard-2.mp4";s:4:"name";s:25:"Typing on the keyboard 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:333;a:13:{s:2:"id";s:3:"505";s:6:"handle";s:10:"Valley.jpg";s:5:"video";s:10:"Valley.mp4";s:4:"name";s:7:"Valley ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:334;a:13:{s:2:"id";s:3:"504";s:6:"handle";s:9:"Stars.jpg";s:5:"video";s:9:"Stars.mp4";s:4:"name";s:6:"Stars ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:335;a:13:{s:2:"id";s:3:"503";s:6:"handle";s:21:"Car-in-the-forest.jpg";s:5:"video";s:21:"Car-in-the-forest.mp4";s:4:"name";s:18:"Car in the forest ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1012";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:336;a:13:{s:2:"id";s:3:"502";s:6:"handle";s:15:"Aerial-Shot.jpg";s:5:"video";s:15:"Aerial-Shot.mp4";s:4:"name";s:12:"Aerial Shot ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:337;a:13:{s:2:"id";s:3:"501";s:6:"handle";s:14:"Disco-Ball.jpg";s:5:"video";s:14:"Disco-Ball.mp4";s:4:"name";s:11:"Disco Ball ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:338;a:13:{s:2:"id";s:3:"500";s:6:"handle";s:22:"Man-Playing-Guitar.jpg";s:5:"video";s:22:"Man-Playing-Guitar.mp4";s:4:"name";s:19:"Man Playing Guitar ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:339;a:13:{s:2:"id";s:3:"499";s:6:"handle";s:14:"Live-Music.jpg";s:5:"video";s:14:"Live-Music.mp4";s:4:"name";s:11:"Live Music ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:340;a:13:{s:2:"id";s:3:"498";s:6:"handle";s:12:"Cheer-Up.jpg";s:5:"video";s:12:"Cheer-Up.mp4";s:4:"name";s:9:"Cheer Up ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:341;a:13:{s:2:"id";s:3:"497";s:6:"handle";s:14:"Night-club.jpg";s:5:"video";s:14:"Night-club.mp4";s:4:"name";s:11:"Night club ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:342;a:13:{s:2:"id";s:3:"496";s:6:"handle";s:17:"Cup-Of-Coffee.jpg";s:5:"video";s:17:"Cup-Of-Coffee.mp4";s:4:"name";s:14:"Cup Of Coffee ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:343;a:13:{s:2:"id";s:3:"495";s:6:"handle";s:7:"Pot.jpg";s:5:"video";s:7:"Pot.mp4";s:4:"name";s:4:"Pot ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:344;a:13:{s:2:"id";s:3:"494";s:6:"handle";s:11:"Grill-2.jpg";s:5:"video";s:11:"Grill-2.mp4";s:4:"name";s:8:"Grill 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:345;a:13:{s:2:"id";s:3:"493";s:6:"handle";s:13:"Rice-Bowl.jpg";s:5:"video";s:13:"Rice-Bowl.mp4";s:4:"name";s:10:"Rice Bowl ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1010";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:346;a:13:{s:2:"id";s:3:"492";s:6:"handle";s:9:"Grill.jpg";s:5:"video";s:9:"Grill.mp4";s:4:"name";s:6:"Grill ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:347;a:13:{s:2:"id";s:3:"491";s:6:"handle";s:9:"Water.jpg";s:5:"video";s:9:"Water.mp4";s:4:"name";s:6:"Water ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:348;a:13:{s:2:"id";s:3:"490";s:6:"handle";s:17:"Feet-and-Sand.jpg";s:5:"video";s:17:"Feet-and-Sand.mp4";s:4:"name";s:14:"Feet and Sand ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:349;a:13:{s:2:"id";s:3:"489";s:6:"handle";s:9:"Ocean.jpg";s:5:"video";s:9:"Ocean.mp4";s:4:"name";s:6:"Ocean ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:350;a:13:{s:2:"id";s:3:"488";s:6:"handle";s:9:"Waves.jpg";s:5:"video";s:9:"Waves.mp4";s:4:"name";s:6:"Waves ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:351;a:13:{s:2:"id";s:3:"487";s:6:"handle";s:10:"Hearts.jpg";s:5:"video";s:10:"Hearts.mp4";s:4:"name";s:7:"Hearts ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:352;a:13:{s:2:"id";s:3:"486";s:6:"handle";s:12:"Octagons.jpg";s:5:"video";s:12:"Octagons.mp4";s:4:"name";s:9:"Octagons ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:353;a:13:{s:2:"id";s:3:"485";s:6:"handle";s:11:"Squares.jpg";s:5:"video";s:11:"Squares.mp4";s:4:"name";s:8:"Squares ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:354;a:13:{s:2:"id";s:3:"484";s:6:"handle";s:12:"Pink-ink.jpg";s:5:"video";s:12:"Pink-ink.mp4";s:4:"name";s:9:"Pink ink ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:355;a:13:{s:2:"id";s:3:"483";s:6:"handle";s:22:"Blurred-Background.jpg";s:5:"video";s:22:"Blurred-Background.mp4";s:4:"name";s:19:"Blurred Background ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:356;a:13:{s:2:"id";s:3:"482";s:6:"handle";s:20:"Blinking-bubbles.jpg";s:5:"video";s:20:"Blinking-bubbles.mp4";s:4:"name";s:17:"Blinking bubbles ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:357;a:13:{s:2:"id";s:3:"481";s:6:"handle";s:13:"Fireworks.jpg";s:5:"video";s:13:"Fireworks.mp4";s:4:"name";s:10:"Fireworks ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:358;a:13:{s:2:"id";s:3:"480";s:6:"handle";s:12:"Dark-ink.jpg";s:5:"video";s:12:"Dark-ink.mp4";s:4:"name";s:9:"Dark ink ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:359;a:13:{s:2:"id";s:3:"238";s:6:"handle";s:12:"Mt_Baker.jpg";s:5:"video";s:12:"Mt_Baker.mp4";s:4:"name";s:9:"Mt Baker ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:360;a:13:{s:2:"id";s:3:"237";s:6:"handle";s:16:"Two-Swimmers.jpg";s:5:"video";s:16:"Two-Swimmers.mp4";s:4:"name";s:13:"Two Swimmers ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:361;a:13:{s:2:"id";s:3:"236";s:6:"handle";s:14:"Boats_Maze.jpg";s:5:"video";s:14:"Boats_Maze.mp4";s:4:"name";s:11:"Boats Maze ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:362;a:13:{s:2:"id";s:3:"235";s:6:"handle";s:18:"Candolim-Beach.jpg";s:5:"video";s:18:"Candolim-Beach.mp4";s:4:"name";s:15:"Candolim Beach ";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:363;a:13:{s:2:"id";s:3:"234";s:6:"handle";s:17:"Working-Space.jpg";s:5:"video";s:17:"Working-Space.mp4";s:4:"name";s:14:"Working Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:364;a:13:{s:2:"id";s:3:"233";s:6:"handle";s:9:"Wavez.jpg";s:5:"video";s:9:"Wavez.mp4";s:4:"name";s:6:"Wavez ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:365;a:13:{s:2:"id";s:3:"232";s:6:"handle";s:17:"Coconut-Grove.jpg";s:5:"video";s:17:"Coconut-Grove.mp4";s:4:"name";s:14:"Coconut Grove ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:366;a:13:{s:2:"id";s:3:"231";s:6:"handle";s:19:"Very-Open-Space.jpg";s:5:"video";s:19:"Very-Open-Space.mp4";s:4:"name";s:16:"Very Open Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:367;a:13:{s:2:"id";s:3:"230";s:6:"handle";s:14:"Office-Day.jpg";s:5:"video";s:14:"Office-Day.mp4";s:4:"name";s:11:"Office Day ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:368;a:13:{s:2:"id";s:3:"229";s:6:"handle";s:12:"The-Hill.jpg";s:5:"video";s:12:"The-Hill.mp4";s:4:"name";s:9:"The Hill ";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:369;a:13:{s:2:"id";s:3:"339";s:6:"handle";s:19:"best_price_dark.jpg";s:5:"video";s:19:"best_price_dark.mp4";s:4:"name";s:15:"best_price_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"best_price_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:370;a:13:{s:2:"id";s:3:"337";s:6:"handle";s:27:"limited_time_offer_dark.jpg";s:5:"video";s:27:"limited_time_offer_dark.mp4";s:4:"name";s:23:"limited_time_offer_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:23:"limited_time_offer_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:371;a:13:{s:2:"id";s:3:"336";s:6:"handle";s:26:"slider_revolution_dark.jpg";s:5:"video";s:26:"slider_revolution_dark.mp4";s:4:"name";s:22:"slider_revolution_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:22:"slider_revolution_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:372;a:13:{s:2:"id";s:3:"335";s:6:"handle";s:19:"mick_brown_dark.jpg";s:5:"video";s:19:"mick_brown_dark.mp4";s:4:"name";s:15:"mick_brown_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"mick_brown_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:373;a:13:{s:2:"id";s:3:"334";s:6:"handle";s:14:"sales_dark.jpg";s:5:"video";s:14:"sales_dark.mp4";s:4:"name";s:10:"sales_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:10:"sales_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:374;a:13:{s:2:"id";s:3:"333";s:6:"handle";s:21:"robert_smith_dark.jpg";s:5:"video";s:21:"robert_smith_dark.mp4";s:4:"name";s:17:"robert_smith_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"robert_smith_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:375;a:13:{s:2:"id";s:3:"332";s:6:"handle";s:21:"product_name_dark.jpg";s:5:"video";s:21:"product_name_dark.mp4";s:4:"name";s:17:"product_name_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"product_name_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:376;a:13:{s:2:"id";s:3:"331";s:6:"handle";s:21:"high_quality_dark.jpg";s:5:"video";s:21:"high_quality_dark.mp4";s:4:"name";s:17:"high_quality_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"high_quality_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:377;a:13:{s:2:"id";s:3:"330";s:6:"handle";s:24:"robert_johnson_light.jpg";s:5:"video";s:24:"robert_johnson_light.mp4";s:4:"name";s:20:"robert_johnson_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:20:"robert_johnson_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:378;a:13:{s:2:"id";s:3:"329";s:6:"handle";s:21:"jake_collins_dark.jpg";s:5:"video";s:21:"jake_collins_dark.mp4";s:4:"name";s:17:"jake_collins_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"jake_collins_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:379;a:13:{s:2:"id";s:3:"328";s:6:"handle";s:22:"daniele_wood_light.jpg";s:5:"video";s:22:"daniele_wood_light.mp4";s:4:"name";s:18:"daniele_wood_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"daniele_wood_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:31:30";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:380;a:13:{s:2:"id";s:3:"327";s:6:"handle";s:23:"michael_blake_light.jpg";s:5:"video";s:23:"michael_blake_light.mp4";s:4:"name";s:19:"michael_blake_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:19:"michael_blake_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:381;a:13:{s:2:"id";s:3:"326";s:6:"handle";s:22:"product_name_light.jpg";s:5:"video";s:22:"product_name_light.mp4";s:4:"name";s:18:"product_name_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"product_name_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:382;a:13:{s:2:"id";s:3:"325";s:6:"handle";s:24:"rebecca_cooper_light.jpg";s:5:"video";s:24:"rebecca_cooper_light.mp4";s:4:"name";s:20:"rebecca_cooper_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:20:"rebecca_cooper_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:383;a:13:{s:2:"id";s:3:"324";s:6:"handle";s:28:"limited_time_offer_light.jpg";s:5:"video";s:28:"limited_time_offer_light.mp4";s:4:"name";s:24:"limited_time_offer_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:24:"limited_time_offer_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:384;a:13:{s:2:"id";s:3:"322";s:6:"handle";s:22:"jake_michael_light.jpg";s:5:"video";s:22:"jake_michael_light.mp4";s:4:"name";s:18:"jake_michael_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"jake_michael_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:385;a:13:{s:2:"id";s:3:"321";s:6:"handle";s:23:"colin_johnson_light.jpg";s:5:"video";s:23:"colin_johnson_light.mp4";s:4:"name";s:19:"colin_johnson_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:19:"colin_johnson_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:386;a:13:{s:2:"id";s:3:"320";s:6:"handle";s:21:"colin_morris_dark.jpg";s:5:"video";s:21:"colin_morris_dark.mp4";s:4:"name";s:17:"colin_morris_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"colin_morris_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:387;a:13:{s:2:"id";s:3:"319";s:6:"handle";s:22:"justin_cooper_dark.jpg";s:5:"video";s:22:"justin_cooper_dark.mp4";s:4:"name";s:18:"justin_cooper_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"justin_cooper_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:388;a:13:{s:2:"id";s:3:"318";s:6:"handle";s:21:"james-dodson_dark.jpg";s:5:"video";s:21:"james-dodson_dark.mp4";s:4:"name";s:17:"james-dodson_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"james-dodson_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:389;a:13:{s:2:"id";s:3:"317";s:6:"handle";s:23:"robert_sanders_dark.jpg";s:5:"video";s:23:"robert_sanders_dark.mp4";s:4:"name";s:19:"robert_sanders_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:19:"robert_sanders_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:390;a:13:{s:2:"id";s:3:"316";s:6:"handle";s:21:"emily_carney_dark.jpg";s:5:"video";s:21:"emily_carney_dark.mp4";s:4:"name";s:17:"emily_carney_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"emily_carney_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:391;a:13:{s:2:"id";s:3:"315";s:6:"handle";s:22:"michael-smith_dark.jpg";s:5:"video";s:22:"michael-smith_dark.mp4";s:4:"name";s:18:"michael-smith_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"michael-smith_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:392;a:13:{s:2:"id";s:3:"314";s:6:"handle";s:23:"sandra_johnson_dark.jpg";s:5:"video";s:23:"sandra_johnson_dark.mp4";s:4:"name";s:19:"sandra_johnson_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:19:"sandra_johnson_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:393;a:13:{s:2:"id";s:3:"313";s:6:"handle";s:22:"robert_bolton_dark.jpg";s:5:"video";s:22:"robert_bolton_dark.mp4";s:4:"name";s:18:"robert_bolton_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"robert_bolton_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:394;a:13:{s:2:"id";s:3:"312";s:6:"handle";s:25:"elegant_captions_dark.png";s:5:"video";s:25:"elegant_captions_dark.mp4";s:4:"name";s:21:"elegant_captions_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:21:"elegant_captions_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-18 14:41:45";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:395;a:13:{s:2:"id";s:3:"311";s:6:"handle";s:19:"Caption_Dark_06.png";s:5:"video";s:19:"Caption_Dark_06.mp4";s:4:"name";s:15:"Caption_Dark_06";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_06";s:5:"width";s:3:"414";s:6:"height";s:3:"225";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:396;a:13:{s:2:"id";s:3:"310";s:6:"handle";s:19:"Header_Light_02.png";s:5:"video";s:19:"Header_Light_02.mp4";s:4:"name";s:15:"Header_Light_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:15:"Header_Light_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:397;a:13:{s:2:"id";s:3:"309";s:6:"handle";s:21:"Columns_4_Dark_01.png";s:5:"video";s:21:"Columns_4_Dark_01.mp4";s:4:"name";s:17:"Columns_4_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"Columns_4_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:398;a:13:{s:2:"id";s:3:"308";s:6:"handle";s:18:"Header_Dark_01.png";s:5:"video";s:18:"Header_Dark_01.mp4";s:4:"name";s:14:"Header_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:14:"Header_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:399;a:13:{s:2:"id";s:3:"307";s:6:"handle";s:19:"Caption_Dark_03.png";s:5:"video";s:19:"Caption_Dark_03.mp4";s:4:"name";s:15:"Caption_Dark_03";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_03";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:400;a:13:{s:2:"id";s:3:"306";s:6:"handle";s:21:"Columns_3_Dark_01.png";s:5:"video";s:21:"Columns_3_Dark_01.mp4";s:4:"name";s:17:"Columns_3_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"Columns_3_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:401;a:13:{s:2:"id";s:3:"305";s:6:"handle";s:19:"Caption_Dark_05.png";s:5:"video";s:19:"Caption_Dark_05.mp4";s:4:"name";s:15:"Caption_Dark_05";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_05";s:5:"width";s:4:"1104";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:402;a:13:{s:2:"id";s:3:"304";s:6:"handle";s:20:"Caption_Light_06.png";s:5:"video";s:20:"Caption_Light_06.mp4";s:4:"name";s:16:"Caption_Light_06";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_06";s:5:"width";s:3:"828";s:6:"height";s:3:"450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:403;a:13:{s:2:"id";s:3:"303";s:6:"handle";s:19:"Header_Light_01.png";s:5:"video";s:19:"Header_Light_01.mp4";s:4:"name";s:15:"Header_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:15:"Header_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:404;a:13:{s:2:"id";s:3:"302";s:6:"handle";s:20:"Caption_Light_03.png";s:5:"video";s:20:"Caption_Light_03.mp4";s:4:"name";s:16:"Caption_Light_03";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_03";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:405;a:13:{s:2:"id";s:3:"301";s:6:"handle";s:19:"Caption_Dark_01.png";s:5:"video";s:19:"Caption_Dark_01.mp4";s:4:"name";s:15:"Caption_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:406;a:13:{s:2:"id";s:3:"300";s:6:"handle";s:21:"PromoCode_Dark_01.png";s:5:"video";s:21:"PromoCode_Dark_01.mp4";s:4:"name";s:17:"PromoCode_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"PromoCode_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:407;a:13:{s:2:"id";s:3:"299";s:6:"handle";s:19:"Caption_Dark_02.png";s:5:"video";s:19:"Caption_Dark_02.mp4";s:4:"name";s:15:"Caption_Dark_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:408;a:13:{s:2:"id";s:3:"298";s:6:"handle";s:18:"Header_Dark_02.png";s:5:"video";s:18:"Header_Dark_02.mp4";s:4:"name";s:14:"Header_Dark_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:14:"Header_Dark_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:409;a:13:{s:2:"id";s:3:"297";s:6:"handle";s:22:"Columns_3_Light_01.png";s:5:"video";s:22:"Columns_3_Light_01.mp4";s:4:"name";s:18:"Columns_3_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"Columns_3_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:410;a:13:{s:2:"id";s:3:"296";s:6:"handle";s:20:"Caption_Light_01.png";s:5:"video";s:20:"Caption_Light_01.mp4";s:4:"name";s:16:"Caption_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:411;a:13:{s:2:"id";s:3:"295";s:6:"handle";s:19:"Caption_Dark_04.png";s:5:"video";s:19:"Caption_Dark_04.mp4";s:4:"name";s:15:"Caption_Dark_04";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_04";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:412;a:13:{s:2:"id";s:3:"294";s:6:"handle";s:20:"Caption_Light_02.png";s:5:"video";s:20:"Caption_Light_02.mp4";s:4:"name";s:16:"Caption_Light_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_02";s:5:"width";s:3:"828";s:6:"height";s:3:"450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:413;a:13:{s:2:"id";s:3:"293";s:6:"handle";s:20:"Caption_Light_04.png";s:5:"video";s:20:"Caption_Light_04.mp4";s:4:"name";s:16:"Caption_Light_04";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_04";s:5:"width";s:4:"1104";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:414;a:13:{s:2:"id";s:3:"292";s:6:"handle";s:22:"Columns_4_Light_01.png";s:5:"video";s:22:"Columns_4_Light_01.mp4";s:4:"name";s:18:"Columns_4_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"Columns_4_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:415;a:13:{s:2:"id";s:3:"291";s:6:"handle";s:20:"Caption_Light_05.png";s:5:"video";s:20:"Caption_Light_05.mp4";s:4:"name";s:16:"Caption_Light_05";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_05";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:416;a:13:{s:2:"id";s:3:"290";s:6:"handle";s:22:"PromoCode_Light_01.png";s:5:"video";s:22:"PromoCode_Light_01.mp4";s:4:"name";s:18:"PromoCode_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"PromoCode_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}}s:4:"tags";a:18:{i:28;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}i:5;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:20;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:21;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:25;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:16;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}i:26;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}i:18;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:4;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:19;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:23;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:3;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:24;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:22;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:29;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}i:27;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}}', 'no'); INSERT INTO `wpxo_options` VALUES (4230, 'revslider-templates-check', '1738708653', 'yes'), (4231, 'revslider-templates-hash', '4c00897d63a314040c6102cec77ae742', 'yes'), (4232, 'rs-templates-new', '', 'off'), (4233, 'rs-templates', 'eNrs/XuXGzeS4IF+lWztObN/XFGN98O7M3tk2W571mrrtjTt2zua44Onii0WySFZktVz5rtfIB9MJDOTVSVmVbEkzLRtKQEikZmIXwSAiMB/PblQ24sn3zxRVkNElAAWOg8UldBgKLmSXCMLJHvy9Ml2Mbdu8+Sb/3oC4r/mNvwMhuu7+W7hwp9fLNR2OzfFC7VZXW3dIhSpxVxtQ5GpimamLfrHfD1Q8CxefvrkqmqcMAWgtVgAA4x1TlBDCGXOMWGsIKHi/PLdQCtv/1j19dnf1+9CpfXGfZi7j6HixW63/ubtH9/+MVxZLa5289Xy2e7CXbr11dJcPDOry7d/bBqZVW3M1ourd/Pl2z/+n6vd5W/b1dXGuH9W9nK+/Kd44dLZ+dXlP+ur3W5VXTHqcq3m75b/vN2EZjbb6uJquXPL3T8PNx76+CHUDL2JT/0MPAPhysb959V84+KLoOESDZc+zu0ufqzwpWKNCzd/d7ELf2cg/tW6rdnM17uqmf+9XatlUb6Zf377ZNf24e2Tf/nlalPU7+xp4a8Wi1nZctH0rnC/h4dYuGfFdxv17mmx/Thfu2IVfzQ374vdqliqD/N3auf+8L/Duw43+pe3m7fL/i3DBePCDZtaoZdGxR7/Zf/+i2/V1oXrfr7YxdH170/2g+Q/wqcr389v9bt48s0ydDY8abhzaAQByGYAzRAqIP4GwW8wjl9bmffqnftttSlH65P4ai5XVi3qPytr5/HGcVyGv74LY8391ozh/YWrzSL9azXO4q/Nbv7B1SN/vtzu1GIRv5FXi63776fhciMaaEA0Xlci1BOMbXO9IxX1IE5FQgHLlEREGAkY0wQQrYCHxiprqPHoUCSqJk6Sh4/hRYZfbLfVmN1erD7O3sWn3nyaSCiO3OEuJKM4JhrPG8Eo9n1ppKH4OA8ysptfus3TQoeB6HbbQi1toTabUKsWifgK70Ao6hFyY5Eg5yMSaC8SOBWJ6pUXb5TepgJRXd5VV2txaK91hMEB5CRkQQaYBBBhhS3gilEqkCHeglYY2gYmEoW6xVlsctYI2cTCMHCPW4sDQOQ0cVgW6mq3mm3n/3CVRGwqMVCFWa0WxXa9mIceut93QRLml+XwL5z3zuyeFX+ulUT1i9Dx3dyoRUd0dhdXl+GrZoFJBQbvBYYkAvNDeAl6tXpf/OBC5VZifH195qvrlcx0rnakhlLACIaWaqiVNhpRazxFhgJhCXJ4LzWdJiaSm4M2J5aYw1fRlRV4XFYEOMmmKt5czLeNiIQ/RbGJ8hBG/OJTsV6trxZhxNlCfwqys/+W293Gqctnxb9ebXfFalnLWPz9MjxCqB5srVIHqeLjxSrooPhktze6tm53tf5tudq57TWP8ebCFfXfiurDxM6E38ee/G9VXGycDz+KX31bfvaPHz/2vndt3LYj4u0fg/RcLVzDtLd//B8+mpKbt0+Kndq8c7vQ5m96oZbvQx/etmP9dfl+3j4Jz6L+5VnxUr0Pr+hq42Jv5sv11a74tIrG7GqzCcgpnr/6KVz2q01NovkyEGYPrvAUu/nyXcCNDrT+l/rfR99l+2JeXDjzfhVuGO839CKOjH+7MleXoZmyU4OP/F1ao3zYIjxFoVW0RC7cYv3sc+AXPvzKzNUiCpR6lCgkexTSDgq3F1EiUwg2Vxr8lX/vgI94oiUkllmNqYMSAug9ANgQx53CKgFf+eOJkBekerYOb7CZ8pU1J0ff4F1OtZ4FE31z4Rrz2W/CX8quNGK3u1C7MLVcFtoV4RGCvRx1f5DN3WZVjvJShD86vZ3vXGI1BFJebYO8FpdxOjj7eOHCzDR0ZbVYxLlobUZk26EjMHQvMCwVmBK2xZ/2k6q93JQFyWyrFp/O5e4M1Iow0VSGq/BvxoVjCmrhnQ6aicJS7dZS1GljKvuhavSOLO5O67cVnkP7gdzS1L6dAVF90HsyH74ihcP28sMT+fnTp8tEaN6Vf6skJfy5OyclVkAPsZfMa6mNBNSTIDOSQQow0nvxCD88SSb2wD9YPZlKKkbbv86uZrWo3EapnIlKSWzFYIxdPbtTOzsIaZTy4u2T75xXV4twtbW8q3FRfB+GeturbRRnc6GW4UWEufY7V8+hw+y7sWlfry5b+z3eYXmK0f5usdJqMVuoT+GDh98NG+uvo9Vqird/LP5U1i9+rupXRvvn2No/BbncXJlSysvPedNn8Oo/y6nG3H+a6avQ1c0sfsiRrpevMo6G+IZjvWqW0fTya5klPEZM8z2mRYLpHwNiFhEzQ3tQF01hfxeqX3Rg8iiKIMOeI6wkQZ4LhCn0CmDJNG5Nnn47U628xw2Yu7J60sZPNHo4AreeMFS3j1cihgPL97tQ1ULjsmiGUkDLTulZGO6h1mcvt8dad7QPdUYCIvYCIgcF5HWwCk31xH0B2baFhwLSFHUEBAXjH2hLIPCahLmAkTaIiVMaOgQpBgMC0rQzkYCs1Sa8APV7u4M0uZj0b3H76TW+VlqOy8rQ8H8abIh2r6rcnirNgnJ9fr8ovy0u49rZLp1jhHbDk8UlsT/kSXQqPLL1bwCJ9PwUba7iR7dZJVJTGmKzi+piJS3lpXilIyTcaii4gJYQj5Q1SBjJECFASKKUgXsh2f98ItmITc3KRieXibbpniygu3VheB7G9+Xlarn4VE0AEi+Gsj9F7FqhFyvzvt63razk6cd5+ekf4yiHiRtP6scTrW/1bqMuB9aLymZ6y0Wdq91BDyEPs14Qd5YM0jSMf6FQmBhDK5jR7Zprp4mJBv68eZA781fo3eG2m06MXLtodO0s8oZLRu1nzZtOg/PY9gXlXaeve9cJtl5cMHXj+tl9UMtV8ZdgNKmrjQqj9VuVenMtyvLNvlir1qdroKy7OwW58AIHK4FxCzVyOvCRCgK0tkCT1rNroKGpFtf362yznbtcR3ZMv8Tev8cXvKD42XtUeSExLyTmhcT7QH3rnQhT98SXKoz4H5zaRbXfc9u9DKW+KtwDPrnW9WJ3ACCFw9xfaQCApNpZwzwDWGLnuN+DPWngJKBPQuzR9k9e9KC39sjdlktGwaINwjxfrwOd7erjsqi7Uax8JXfxi9VvquHeg3O3NLHdbeGbUXGWqGj9MmHqmPky2rnNXLl48zFdHSpt4GZyONt9bBeJeiUdaNjADA811JQKQL3ECBnEiKE0evzTdt7ca2YiW7Db7h3tPAzd5HprED1D6AhgmES3NAfLbhR1N7re/n+dX7rV0+LHNy9/pqWY/i0I2lUwEj+Evq62Zw+Y6tFKvsTRmgFz1oBpvR0h7QGm2dIsnl/tVmHi9KmHmX1wmWprpLDplXeQE8wRywWnGpq4f4Mx5iI6ShLPCLWcHSCn19hdgOduiXNbU6bar9mDhgD6WaDp7m++fbJ/gU+KcoTEJbtnxeuDmDult2ngXbLC9IggZFT5or4WY+dR7yDD1pUUpr6kf3Yft+FRzft34eHCN/1r1IQJi5ahfKb35bMPdXlFoqr0XXX1ILTReUeIMlh54CUN8PGCGAGZAgLxdgGs08TE8VzlhtH2zkK5quZP3Sujt94rO9wMq+yZ9iNV5ky1ChZRtC0+Xrhl4eIOcbOuEe7m3PLhYFM+wxHiJMCJ13oP9xVNsh7vlmTrfgv5IXP6u5ElCQ43I9OLXQNHASYN1kgwq7V0jmBKo1cX4Q5jALqAmXYrsmxyswofeDX9NCpt/NSQj9uzJd59P3lqHVGqTXelU0et4k8bFwgTh7ZafopAeveHvESTZ1DT8aP1C4VihB/Fq9V2Vz61HUHJbB1qVH5Wg1RJyruAQd6BMH8CWBoklZYEAe0tpMoZSoQYBEzS2FS+cLHBO1qxSdq+b9LcIj7m19DfV7G/RezvHa/SnIPrQhzSs3JI13sVw74LYSoS/RUi5+KLKXafwhTz0+qq+Bj3skMFO99G8y97MMTXUwHgUWKw9f6F8hCDB/6LJYs67ov7Kx24yTANw4JSLBTkRoR5mbMCcsoJ8Bw41YXbhO6LDzs1g3dtPg17K74Psy99tVlum2Qaj3DaVT1ZnnY9Al60Ds8IHPJicH1nYFGnv6LjJYBOOsgcwAwjIiBlBiEgXXRscrKLjC9nOefOp1zlrlR/heMQIqUqf/vHYq3CwxTVY24fDUnyqs2jSfDVOpIjeICPRbAdgwk5YHRUJX3TI7neoQlDEigpGLHCEMMwhFwQKpiz0BjqXYcmSSMTruDUrW4DIa7Wd7KM07nDdevE1zlG3jamohTfBCKhs1GWTRDVVfQa/xSj816q+cJczC/XRdvfoupv4eduYR+tqfK0As3Tkjm3chSMCQtjkrT4HLPL5gXNAgxiHpbZwYBMnGsHsdK+YbOyrnYlzPA7V/glGT9TX/E/r3bFn9zSbeYmBd9q925/sWbe/lJ3vmUF10pSBxCCAXxeICx4eBZknLI+MZ72v5/KDTy88mqz587yrBze4S4SFV3jAh7jxao+HOQ1LJ2Ui8MoyxIKQYrd+z1u3MJFAcje3dm7O+8HnCmcW+9ulHp3v7pY7VbvNmp9kW4nrjtXKzon17pe3RoBjijhymtOHZEeYx3eAI85sDBrNxOTBqZa329bvLNl/t4tvvCsPyW76tD6nPonMz0z/XyZ3rrhIzLM9KH0PynSegmAhgq71rgSRAsqtULYGhL+K7ggDivBKKFeDeF+6iRAZdN35hnbaf3UPOMn0X7vH5t5n3mfeZ89kVEbF4HSuIjXTm3MRfHDanN5uMC8LYviCtxld4X5sODgQAnpNNQWeIQ0VkgDpKBSiEJrocftEvNhK1Olees1O3Wqt/5rOb8V5irDRrmWvM9EUnW8CA8R6Lkt4npM4uVT8v+LWHaun7N6+Lj8m1d+zxdLbYAESgMkmtR6Q1Zok/auZ4EeFnS4ZKhRCAosBcYBT8gARpw3yDPklKNtaNZhK5NtpwdKzPziDk9+6t/i1qmUwIkJxbxamk8H1mfpVe2CcHplaxtsa9TCtY6IO3e5/bwMlFPxZz9ksivzl2X2tMEQKA2GeL1ebXY9P75tefXA2Cmv9cwcYR1XMExbMVKYIcugsIhK6r1CnqP2XMX291NlZNsnS5w+FVuah/Gk8Kpbp+VcFtWLKsoHtyMufY/N/yZ78j1GZrQBECj1/K08xvoRVB/i9V4IVedq16VPCUSMg95jWaZ0ZMIb6axiwHqK213pThMT0eOgzYkBcvgqbukHfFoSitskcqy+ZU7iOLhCVb2cnMDx607giNoACAx6GDywnErB79hN+ysHszBOw/+8ZJBjKwQV0lhrNGAQAc15l31TJ3AuG72bBM5l0/d9BvVhAufq01ROv4np0VpRX3Lk+evSESnM3HdH18A/VcmHqvERvbsX8+3u/8R//fOrn1+/sP/53a9/ffmvr179/76/+uX7//zb9//fl8+3a/Dh+d8+UvTbIEAuV3q+qH2tK36Eh97GJ62yxj8rL5ZvPOl6tvXOAnJt1AZO3a5/dbp4tQlaM2i279TmfYK6j07P1lXRzFZFFfEOCw4yA2nBkfGAAeEYNlhRgB0VmBNrMGg3Pw9bmTIvbXK44d0kpU1ucGsWEpCdXfLmZ978zM4uUx8F3obWYHSE8Yc27SGJu+uCg6Ud5GsW3VuERBQh6DFjnCPIJZcWMcc8GEX+bFK7V0VJvaujS9rGT+U9vzXvwwhym2X/kJIgR642jAsb3ppx22fFm332pW1MduuUuagLGwVRwdKGou188ekPeYkxm513h6Q24AXjEST9XJ4xdoRJ1SFgo1Bqi7tnJKBgf1LLlFLMec4pQVIKaSmgkBGJBqnUtnUSltqjjtoTUSeC0lDTGUkPg6TMoUfDoTa2A5NjHOoiqMbCoi7Zsye9frDlgbBVmmoPIZaGYYkFEoxwJa0jrmMKpY1M6nuxvgsTqG06T3jzhDdPePOE9wyo3kZ34NTXt8m739/CrhfFe5vYB9e7jr5OumAvCmU48dQDAzST3DgOhKdKtVs5B41MxPReqxODvf9KTkpqxe4uU5+KByq8iR8272cPMrh5PXlH++ve0cZtDARmA1w8mGvXBOhMsJNrB1EPGhmIFKGCQG09gkZLhgH1yIhg9h7CcMIVvgZU1WLcnXGwar6HQXzXO9yN8OZd7ceyq/2zU3ENJB6kvrqdceqWSgesb8szD5rMP+0AvD7tT9VAUTZQvq+ht95Y3kXV6yJvxp8Ln9tgENxx1q4mot+XWTxTd+3y+sw112uH7fTq4fGwnkonrRY8GKiO8MDmGK4mhCXKJyEgZRNVCzWl4WdRWs/fzfRqYe8sH9D4De7fF2k8HdDVcv6fV65ZUKjea8m+0P2nRex/ScFHuKTwQ5BTf7UJP4l249LP311VfCxW62qGvl64GMdUnqgYWx6ix63t3yrYb2aCfv67+qCqbzS6BvGiCg188fr12z/+6+va/g0GrPnizdpXG3cZxOmLmdi30Sw4Tc3/oh7G/29Vni3a8LFJsfqP6nKFx/TiwcaQ88JYzYGNXunMe+YVDnN6BRDXtDVh6xZiAyfBMe3JtFQcaPn+cfghnpNQk69EY9l0Z6W2DN29qYUU3mRNgiAqb/9Yrcc24hqmwOUFVa0LjoCgXHssnjd1KhnaxTOL3HxTrFex72GG9wg5/NOuuCz3S7UrURBeePxRzNkbmwnvNrQT+hut0vJFhZvW5wTHekElzc089GDxqbLgg+A1ncokPEcStjE6OI3R+WG1skMxwz5c76es6VztHqTGtaeEBvAxRoUCCgNhODAcSc5lkig3NnEYKfxbuSn0WUzs9GhaKA41/QBGYjdAuDQQrdup+V7eYmKCci+87OKzB+ej2tR7afvF07j4ECf31dZPpuXXQctHHQeN22Aekvq5v9moD0EM613KF9XRotsEnLuywmxbVpiZtkJF0OHirhukdtwyaLjhBDptwtQbGgeBQBoYzeEepcNtnWRiNk02J6pNhNLDZu8fo+0ZcZ2jtqt31xwRu60JVSgdFFKASJmJIe7pVh467cJY3sx/oM38bCfeMffa+B6CujNm49a77mS5vrKfJ8e/d6fIPEYqAoGd4BRgzpBnnDCOKIRcYZNOkeOPT2JXsqKXZBgsP8BUFuH4Hc4imXieI2erL7Pvs9lH2rgXgjs235UrftjLfjpLboFQMaSdKR+WdI+VgUIRrK0XEmOsafg/DD2zzBnrMG0zWvSaOYmQSU6+0IZWm8kNvSN3uJ6Q8BgfP8/i2++opLSsHibT8pQTiociab64LF9fGt/aIBqSOq+/iAdkh18WPwTxsN0dkbrI70tqY697vZvpSwKkPTMSQ8QMMgwjzBDTMhiBiKF2/nrQyERo262uzMVdBW2njZ8ItAlPj6k3TUJvSn/HwxNk8HeztdqEwaB+r/eSt88exwnoTysHlAyWMwdLGxVDUv9p/F3xqhl4r41bujQ1fl2wra/XOfHTqx2qUEgZ89A4RiQHwkmugKfWKw+oU7A1mTpNTMQUbPcSNDlSkravTyJ4jCj81iZSCobKMy++s4oqVWBLrF269tg9OYrXl2qza2LWNpsorpdlStCI8yq18mr5Yb40ceEsDIHasah4s1otdvP1ttwgiBbhso6heWDzq8vCHMV8toR8tH56pI0vIakf9a+rj8UP4cerTeqkF752GNBxRzQM6Hbn4OB692CoMD1CFnIntOFGMaiBpNBTDKjiVCY55LuNnITHQK919HD9kEQQT2t3HbnDacbX7QOV+zbUgD32SKyqnBssG4ATA64NFCG8awAmkdHXpmUIttA1mRlCjW4YibeYUEOtEoASSIDEjjDAmAklnMJrkjOE5qazEGuDc3rzsDGRbwO8g1hpdhLwEtuwO/FMDD3r1ruLWeKqrJaBNjHizixWV3b75bAx21EPhpk23oGIjh21erG6vHQxXPLb+buUM6ugT961UCn/2vW28MFWUlgyyoLpJIATTJOYYJpqTECyRVn99kRcrEzdz6kXqA4bvv1+JDj9kJ0bRd+mH2u92sYZZQ6/7UxS0zf0uhomgyG4W7eIsI00q1XbNgbkFh/Vcrd/dV9ptEIQzTC2yuwbcZS38vE4wdfGMRA5Ar7Xl+FHXfQ1z7yti/YQ7BR0cQi5QcoaQw0xRDOhuDIsyB1GXgEMUhx2WvlywJjaUQdmFGKsR8UiYzFjMWPxQbDYBjXQNOP+X1yoerWJ3/vHJgp/77IxXwaELMPXbn019pc6KASYCKikQ1RQAL12WAihiRAYOCXKjY7aSWP/+1PX0+peV3PTSfMTDDf+sF5rSda/1IEtyue2sPMwldxE4iRL3bV77mrvw3ERVzLPcRvhy9o6yMuBeZZ+cyq3oRM0DZ14/s7FUKZfq2R6fTKrsnxW5t7bszm92F35k9oh5a2lVAEjLLDhH2Mg0ooYgdro27SFk/hcN1QnA7wDRo/f4C44XZwC6nL9733pS7dZbtMMBVWelnK0JZw20bA7r9A0ZS7m7kNE4rx5gOyj/HX4KD9etLbRGTSNznjj1GU9J0qAGj7BLhTsWVr/vYNRK5yGYewDrrhEcRMZQqE15J4Dg8pHrnpX//i06LKLq0u9VPPFrLTbZr0p4bThGje93Q2WBJ6RY4lob+14E99kNwVtKeTbRuyjlNv5NppQ4S/1kApATbPrlR7M9QNWdvCz4qfzcWjOeL0ZXh9PWN7npymrc+juh+u2zFUWpHsWBeG6HGXVr8v33bbQ62l2AXhY1UTb4BmKD1XTQIKJ/dfvJZnolXTPBeOMMkutUUFvIUYNQNRopLBlTAogDxXWQa6JaRTXQVaIe9Ng19731qoMXK/Kihvosu4B9lmb3ak228tF1mdZn+UUIHem0dpwKZqGS5H/WzQJkHtTLh1o4zb1Ouheo3Wudqdf3FDvvPSIcoC55QoSAbBQCikoaJsTvtPEVGHy5P0+WWy5bNPkbr9rtXZKF24QI9HVcIeOLZyeshRWd7aou1kthIUR0cQplceH1ClGzmu9S8fwjHguydy7eMDJKg0Tc4syhuOsczONhII9xApY3g/Jc6PbaJI2Po7SW++I1PsB+52AdGOkU9Y9OB5CizgygiPOFVdYWOm4txA7xCXhB/sjnYam0i/lDsa0OfkGG7/JrGfi7ZFestKciSUvw+XsWF86yNtAPso62bEuowfK69Vq2cmQFa9uV0lamPZS19XIC+msl5JSiFzMAyMYUcg5jhAUSCZ5sprfn5hJOjYzi+0kkXVXyziOo0HRnJc2izphshzTt7jnXRD989JpHR4OGGCTfO0gJ/E4wfPc2f6gNvMw/Y7GftNmdC3dzoMNGYTEbfP5AY/g/IDTji+s3uYsMrVcpEql8Jp1qnplLPEci608+xJOg/nS1FIbfknT8MsXF5sw17wM2Hq9DB/zMAXHNlzspt/YXznI7U249kBgbpT3ghmGCJThKmMSoGTLZf/z05RT0+tZbG/SsMqhpnuqht61D2zqQ3V5FXNiLOLR1c23Kt+HTTdPVLF00TE2fkSv9ifCZHzn418ekotP/v2/3gby7S7ePvnm7ZPWsillKxAv9OttavG015+tL9Zvnzx9+2SpLl356xJQz639ZVleDyQsL9evIjQT/xn42m+Hvne4WFOyut22bODJf//Hk/PGeBveStPw1r9Ex8tvoyi9vArfLiH4JpToULAHeHOhmzrJU8oV9coib5lRUiDFlGNOMigZbpeCml+fFsYQGpnFVmaXsbezsvyudxRud9MHWC+KHSx0icMK7yM+tXH34FI7G8O8Xkcf/Rcxer5Zn88HN+Y19ewIG1HZBsTSNCD29cK598XPYbTFGfqr0MFOZqVQuKjK1lVRk1qpW9Bdm+Gee8SAkJgpoRyKOSyx5lZK5xz2SW6lbisnUbRuZxYbmsUEmcmaSTtvm4SdN7nV+a7HLIvn6/Ws/uKzV+ViTIxXXem/x5CE5kCHgJ/KCKzzkpS2ZpWxrk2g+WjN6rx6fbbLBOiMoNmGy7I0XDYI0Bgy1Xo9BMzu5a5/pnCagUhLA4kgSgtvo3emcZhxYZN9x04bp0VmBQL0KTYxJo/f5HpAovLSnUfSjkAy9L6oe1+vWEdI1geJlZPtgA19NV/YO42mPbvY2Rx4dXb2Jgj/Nyv/VwDwTfm/h0dnG9PK0pjW79z2fW9dNYyf99111f2VbtZOjhRUQirssMYYG02sdhph4Skmpk0wsP/5SZQsHSZiU5MuqR60ev8c1E6F543iF3uRpjCO+elWiyK8Eqf2p2h/vIgGZXmwdpm2bvVx+Swn/c3ImB4Zbawm65yktXDhi/zZfdz23YdNLFuGor1fU+020L3ePW4BGewpgt5hqAWQgmgHPJQOKilkkvv3oJGJEl/GBu/qtIWk7fvnysiJgeVb3AtwtaDXxK20DrW3REqslTNePvik7Rwxwtq4OpbG1f1UKoA/VW7oCULKj/puf7niR3qx6yXqPLScYsqtR0ZTrKUEhhOFwuQN4hYeaQsTkWN9sdq1/v6Tbgccv8mtWQIOk+nyW7Kk7MU+ZmB7Nd8pvSi1ex0XF+MKNo1APsAE7MtwE83LYJmoNyBqG9fF0riu8CWXVm1s8eurAa5u69LZx/XsEK8DZd3j/jACmGqhEGcUWQEEtNp6hQm2RpZJz+sthH5DGbanwbb1xK+WZQa+cpCTMOJmMQS5BXKFmLuE4KvK08WHmeiq8nUpf1uUw7kKiL62w+VSXobfwyfTvIV7TCMfAx4ynaK+k0w7AkZcZfaeMuNv6e21VOj4yZwlwNtwKkaHZ9avwocpvq3TnHZm19WkMn64WZMGNZljH5Z2MO6J8VRrR6HyiirMIKdE60Bzo5X2qDvTPmzqS59vn5Y/vrhNpuSNfRX7W+dJ/uITH8fBPCsH843zHsfhv/u0dp3Ex3vVlnMfP0q7tQ0+Ymnw0U9NeMcHV/x6Md85vQrmQrok0Fb4mJbXawNDpV0PGCo0UZ5iaplhhmvjDEWICkIddpq0iwRDTZ3EvaTFWdvkbO/DUW3CVpp0Ghre4o7Xe45PuybZzJqj8DZrkrUQ+83qsrzeDoC9iVi98Ea873VVYSgqybjNTgUE3ddJtI3zUL1RX9QfaDvqXX5DhqeDoxp/gwzrfZD9eouOaRhqKc+LHV+WC3xvcHTM/MPSAUu/HTWnWPq3wef5m/1tlBMTHf23XH2ogkh6G2rzfVmi75pL3Uw8mBCgmYSIWWmgYN5awyHWUOjwMlCi5JrfH9Vs145e7YJVd3isZT0Hm0X3sYkU2rX3uYkaw3fv3bl3f1+4d9Fg9cq6WSTDwbmbz4oH0mGRHIv58n15/kAFyvNfIx89QT1HYn3Zrqd4huQZsbsNbWKpv/53avO+eFGP6W9LB8ZZ8dItr1J3qlBnViZ+iVnxSy/H2WVVpTk03rwP8jxW7+C4P6ItQoxDabHBFkPCqESSM4ehUe2BoWOtnQb9stVk/a1GWxWvNBHwj97jJus6HdQDRE45Oflvq6vSG7Xyi2zN8TKVQrUMEnFabn/WOYiKIBr1ECqiY+Q2aoAgmT78ov51/OJ3yd6ffPfEqHJdPrImDoh9P5s5mIpLQm7Po3pIPG0Amizw3yp0v7xrs0ZUjcDtdTH7HVHalq9xnzsgkN7V3rZ6E/l4zlSsLLniL/sb3IKT9fc5bZEnlP9QS38RKTWC0OZaGKLhUSoY3hFWm1uVHEMjnG3joji4jrM/uvKglWOchTeBLDw4UUAEoBLqHQtmsxBGSYysQVIZxSn0RwkLM14zXjNeM14PmHcueG0jqDi8Dq/Pdfi21/AVzVRd61rK1lU7rEVSEAAlgBRBBSVXAklioCaeY+sT970jDWbiZuJm4mbi1tQ7N+K2gVccXUfc127zYW6CMByHLp5t24rXcret3Q27sAo7ywAlHIX/KsQMD0avpsgL6gU6it62zUzfTN9M30zfGDl/hvRtY9g4vo6+r+rD1q+hL5mt24rX0ret3aGvlI54ArCUFgHEoGIQQ0CwBY4CDcxR+rZtZvpm+mb6PjR96+jHhycwOT8C8zb8j5PrCPzGbXfzy9VyHn58DYVpGHydyteSuPuL7jKElxBBB5yzNjpHO0EdwgHGnGBllD5K4267mciZyJnI2R6OsnKGNG5DBzm9jsYvwo+vXwFmM7Ovdy2D95W7+V2p185oCLH3CHoQLGDHlTVAMMxxcnrE0SYzeTN5M3kzeaOL1hmSt4354+w68v6wWu06bsBD4OMz31S7lrtN3QOr11PIPTXcUOKwAwZZyzE23mICwPHNt6bFTN1M3UzdTN0oC2dI3TbkkKcHy/xcZr68xm/3Bi6713nrCgCB5NBjggW31EuioCeOcu48FkjtETu5o+4dQzXzNPM083Qanp6ZZ+5IBARvo9e4uBalB665XbzB4xjtuuMSqj2HXAoSLFRoHITICWdi5gpAKDUjCIUZnxmfGZ9fJz7hGeKzDSDj8lp8Hrre3szr9gYOt4IApAkDDIt4/qHFjMS83ZDBGD3M7ZhBOomvbYZqhmqG6mOFKjpDqLbRYgJcC9UB79obO9bezKeWa2GcQtwTy5SD3FAHXfgDIpRrC9gYXadyp82AzYDNgH2sgMVnCNg2XkzAawE74EB7Y9/Zm7nNWkiExBQzZDlEiGFmrArGLA2UJdrxMcBO5TGbAZsBmwH7WAFLzhCwbXiYQNcCdsQ/9lausTf3igUMUaq9JQg6AjyHXgkog42LpdUe4DHYTukQm4GbgZuB+1iBS88QuG1EmMDXArfvAntT79cbOb4KJYTBhHDGmWYQO0OtRt5RyzCGo3tbU/m8ZrhmuGa4Pla4svODq2iDvQS5Fq49L9cbOrjexLcVEwyAJgRwhYDETiMHHRCCiWDEYijHyDqNW2sGawZrButjBSs/Q7C2cVsijdt648xF8a/hCy5Dz1qQ7sLlv++vVvBMrnX3rLxElgMLDQQCc+ElpBoKg4zTHNp2zypp4Mul4zM4IR/rNOFlc50s4e05u4UNdy9luDpkqdht1HJbDa1HeIBlPijynA4cEG3MkUhjjl6oTfGdU4sgDRclCfYHjKnQz+R6fbBYerWbjFqDCA0hKFVCOWKhtUw4iKX2kKVHd6dNnEaP0NSsbWvak8QG2/4MbhwcL8AoyNzI3Hg83GijZkQaNRNtptfVmRcxVKZ/Wkk5mSordIJlupe7J8taJ6DlxJBAjDBPQw5xYsPkDQtlTWnrJPO0fRtTGSBtq3XIzcQWyEH7PZTAIZTguz6ppDxSNtZR4ePHqVr8mCVgygqFXgS5qg8ryYdo53OlvkjGteEsIg1nebFxqjyJ8IdN+BbxeOLUPqoLfVJW20iHJQc7qZgZjZlQHmujFPLBStLAaecdI7hdjeo1cwdHNN3lsUw3s5XwvRzFdDG3trm0rZgXj0Labebv3rnQneLDXBV3dBbTICSGTmfKfM18/TL52sa7yI4NGd7MtnjVHIn2fWllpCZkLG8WbloLMr3aQSvE2kLqNbbWCy0FgUZTqoXEQhrDEyeVtIlRrBY3GgD7haXKSEqzS1RHkE+D2OtuczptJQAT0fZyFXcBYs3NKo6Ew1PvtvnYu0zdTN27pm4bECNTq/a7q1UgjuvP2G1VsAdt/fduBLYkgsXtgGDDcsMYDVNzbmwwZ4kwxrQxg/WPp5qcXzgVx20pENParkfvcTOqkg5VQdeGnYyqV8v5f165lqWhSqBrPkg0rzl+ceRqI01kGh/9ch7Pel4c5ubZ/DaUjqe62nUEAZYpJiS1GirqkdSQcQkYpBQa6cEeXtVvT2PXZdXZWb1JnWzoT4KtseZvsqzIjliBEIKvwO8jNvnT8mFOAq7PAf7XUO91Wa97EHB4DbFbbzujPTT0pv7ApcNKfOM1/+3q4zICLv7IrBbh3daoqxusCRefOB6TrJaf4qnUETDbju+LDq/83WZ1FcjYaSYYl420N7eJH3Fb6JX99DSWVd+9fNFNjZOUkdrtNvMgB27MGq1Mz+L5vl71Bt8+ebaLfjSh81Xfw4UU7+VHzw4/j9jh56LKJDSV308jYb/Wn/1Ny9BzSsJERrRkGy4EARhQkwd5lzb12zvQkvFqdyNfaMKgYJIyzxxjygIDhCMUI621dYmWjL/9MrQkuJ2W5CBryawls5bMWjJryTPJtTWmJWWiJeGAljxMr7X5bTCfVn25F1gAgSGaGIC9RCJGcDnpJNUm6EqYaMoJMmY9UlUps6rMqjKryqwqs6o8lwxqI6pSgkRVogFVOZDTZ/PbWBKftqSbtccqiZ2ghilCKLMQI0AAJNwDwX3i/tT+/qtUmxBmvZn1ZtabWW+eo97c744/gObEZ6g5YaI58YDm/GnpO0uxv82rCwcaM17takvmMBNOeBvdLiAnyjMjBcBCKkdxumMZf/tVakqRFWVWlFlRZkWZJ5jnkuBwTE2iRE2mOWF+Wm7X800VzPpj6YWXKMt5W3jRlFV6s1fSDSeUHhCNtAOaQeEVd1AE/SmwFkzzJD9sr5mpnBbLklnT5sTeimnjJ6vQWwbalF54qZ9iHOaNJvRO7a5CFwOI/vMq1J+HUfApUDwM3J2r3e5KBzyzWi0S1/Aa8Q/nPZg8xLPiX4POK1zHjzBxI4zXEvVTehV+DU6FJc4eo0uhxAl60qwpL9U79Y/5kDv0ZV2yXm2T1a3O1Q5vDGXIY0K5I85qCzCQVPqY9585EP67502nialY0zR6V87RB+3f2s2QdN2iIQAT5UFQVbjJLAk3wd/NXnUjTp4V3y//vvr0h+wlnb2kvxQvaUkSpKUpXf7sPm77ZpT7fR2mGUNmVK+km5fUI2CpCiaCkcA6C4QWmHotncCA29aM6jUzFdqW4XnuyopK2j7Vc3q6dAyl5K7dJpKr8EFI48i2820w9T8F/hSx04dLFHFOFZ/iD0Upd0UUvPuFXcBHnFpXmIvT8/JjZM5lzp3IOZpwjg8srjaT4Vf1NDkx4Q6WHNf7GhX59pAbr1h1s/57EIZm0eO3aPqvf4O/fXXbkrecKbpibNGiktzVMr7ud65dbK3NujrebWyVrzLsIgarZcUIxriymBdh8yJsXoTNi7DnGzYSvoB74IVYlqjUNMLyO7V5f5Cbu69Vbag0O8iVPapZj1e+RruSz9Ot5T3vOLPs0Xvcd/Lt0g4eVbMXkUcxZcR24dz7XjKO0vxdLWfWXcY/LVbKRl1a7YRuc/btTNX7yb5dRPicIUPRCEPbIPXKKD52wEEfojfl5+eiE+fTCjIwMzC/suMKHpqVY0s4SagyTIOw3nxau4+b8Cybfva33b7MNUX16QUHBQcec15o5QAzhiiuIRWWCWAAdFRaa1B7hMFBK5Nt+u/bnTUNT73zf3iH6+mJy0uTbv/PtyU6Gtg0m/+b1WV5PfmyYbDNgqDUb7SZW5/BRtx9rVA3a/uNfqk/zfZW7B1YPkoGQnjH8cog0HqfYr9er12xl9a8Tn58nfzJv//X2wC73cXbJ9+8fdIOy95HeJsO2sPSZ+uL9dsnT98+WapgVMWWkq/z3NpflmVpIG9ZWL+c0GT8Z2BYvB0aGG8HhkZs4sl//8eT817qT4J1YRqB9O3ChbH3cmVdf2NTx7LQR3ewrXlwvaMlkCPESc6oZJZTrpQmwHuFBBDMGt9GIR00cmIK5tjYLLY2i0tS0+5pDjd+qmq4tZ/GsGtY1ZlqZf/Hl29+pum68YfwRldPi/DOFvN/1FRcuo9F6FtRPlU0rd2DJ6HP7mFfrntYDLZryZNGcLwp3+Vibua7T4eJ53ZJ2WAOul6F7mlblhroOHVKecUwE1hIqjBSDHliXBvc0WtmUgfVu/FM7YEH3Q488myCOoo8oc8T+vvYV+qg5sxzktExjiaRcJCMcbRnw3UId2DHDbF0wKSTgAMJHbFUKGO4hcgLgKxDPlh1mtthmt6Bw/958vTWhlwmaibq10ZUeI5ETYKmIB0j6i9hcjQK1FVdOM7Tskb3LA1thZfxeCLsMAGESMaIYVQryL2mcBinZTtfAU0xzjDNMM0wPdcMR6MwTcLAIBuD6a/RCf9XV3y3GiPqx1Djo7Oro1BtKnW4qpQAQBGiw0zfKY0BgcQGWHqMtHdJOMVgU18BWkW5/JLRmtGa0XqOKXBG0ZqEo0E+htZXm9XfXTeFXAd067Z8HKxNpQ5YqWdQYwUxwFgrpihUUCAOIMMOKDqymto0lcGawZrB+tWDlZwjWJP4NyiO2azb4k/xzOBjRuv2XV3juNlaVeumN3DSKy8Mpc4ihwNUJdQIM8YdhxzrccO1auyr2LPKqwKZsJmwxwhLz5GwSTgUlGOEfaP0wo0arrumdBysVZUOVD0SWhNjEXAGeiQVtI5bRZUF0iCJh6FaNfRVbFpRmYmaiZqJeoSo7ByJmgRHITBG1Dh6QtvhK1yOYdV0qoyzNanXPaIluv0ryYGnmBAJOCdeCQco9lQHS3YYsElrXwVlGc+UzZTNlD1CWX6OlE3CqhAco+wPq9Vu3DfAN6XjbK2qdJOCSec00EQLigz1nGAHteXMYSc8cn4Yq1VDXwFRucgLARmoGajHgCrOEahJ/BFCo3tYvWD+lHLjofwjtcYC+eOV39LffEnAPDl+P4ytYwMuorSNJCpTImyLfyo2q4/bJkF1EPtdecKUs5FJMdooQGy+q8KXivVqVyWvzgH9maB3G9A/ieP/PUb5j+ETJkFUKA2i+vPcuOL50hYvwkhdHoZRxdJQWJb99nIgjKpXoTvF9yKG9yNmOCGMoDC7J9QQDaEI033WTvF7zZxmiS5DczMTG5sFEK7Daw6va3Y3uL3Rva5LYMvq8M8ccpWRm43Wd3sw/VONpTMNtWJjtE1CrRAZp20v2KrDwR8Hg60GqnRDV5nEEGAcnlkjoBiilBskCFXEMgXhMHN/nCDY6ouj7m2Tr2TsZux+LdiF54jdJB4L0XHsvnabD+HKdgy8Sfk4eptKHfgC5DlyhgEmADACQapNAKsCkiHiBB+Gb9NUxm83kotlqzfjN+P33CK4RvGbRHAhNo7f5zp85jH2NoXj4C1rdPMLUAg881Zr4STh2AmDkGcSKaaNkH6YumU7GbnnemBvRm5G7lkhF58jcpPILsTHkfvXmMctQW6EiVraEie/fagLO8jt1+hm6dNaOqgsRpJgagwFgBJkgeEAUVcmQ6geq99ORm5GbkZuRu4NkEvOEblJzBcSR9Z2g3wvooxvx7h7kdYYh29brRuf4LFkykOGFZcWWaoxtRpyA53iSrFhAreNZQxnDGcMZwzfAMP0HDGcBIYhOY7hgawGnVWAVyNZDQYrddNwOcYkDf/vvMBeSE41RUhIA4QilpDhVYdXk2Q1ePT4Zd0zx1mmb6bvudO3PoDg/vnLzpG/SRgZBuP8feN+31WjZswMjonXdVNj3Axuq3Up7DF2WmBpJHMKI0S98h4aYbFAGowsRLSNZTM4m8EZxNkMvgGG+TliOIkzw3Acwy/CD3/p7Lp1eGhC8cC+21CdbmavYOhaqY3n0mLKrQOOQcIBcBJIwfAwfeuWMno76KUZvRm9Gb1nF5E2it4kIg2jcfT2gnw7LBwO8h2ocsBdiSz3HGnMOVTEcUq8hNoqwLAe236bIsj3i8MuOR/sZureNXV/CF/iahuPBC7PBluZuVoU2wu1iZfqMyf3j9l8soGq1WGN+9s+gpPCHiH05RlCHyVxdDiN7BBgW7zefQrC81OMXU1wH0r2eA9/7nquCSGg0hR6DjXy2mqEAKfIYgQDxtWe4+GHp3E7NDDbxv7NytjaiQh90OpNjjSEk592G+9cHQFYIiVIxnu3LXEXD/qLuIsSLMD/3FanHJbnh/ur5ftPzbHhj//kwsd2cOHJOHqURxmiJC4M084hqlfNMdv1q+mconq12a89NweoNpe6uV+wtsxBY8otKYCNJMQrQDVQyAqenp3a/P7UY1OvmpOuZ017Ex2Zetjwg7Clts4uS6JEiy/YbKUcbqLgxfwFsaMNRgr1Qc0XMQNkBZq6v0XZtYdjzBG8bK/hyyM+WHqCnZ7HyZgkCAqnXvgvVpfRdH29Cq/iebBff1kmjKkKY9nzeCb1HjQH17uTUIioCBNRQKmWYRolpdOSaUWRBNCrljYHjZyGHFM2NtuG1maVGT4RcvoNPyRy9ifSH2FP/4veHjK3V7Njp61fqnl8ELUMk/aB49Z7xf3z1tPn+afiZfuDzzx+vb15YEm8ED9r+pmTPj2OU9hj7o5Wuo84fPcTIZWLKWHk1Asqo6mQRusdTYaUrjN9rQtLB4mTxK2PZ3dFZ2o8nDjpIGFS0HeqXMT5VLSPkizorN1m7sL4flZ8v3Dv4vLPiMWynUdB65gsJXuqRa49jsKQDIMsqPQ/5NWqvEdwp7mXTsoAco85l0bXipLgHJx6ir9ehvFYz/Z6ltg2FKqODba/0s3zQYCwgjKuhfKUQ+aU0hZLQBByFLaHfux/fprdFZtpZmST2l39hu/b7grfIEC0xEUkTvp5An06K/nlvG43YKc9C/ZKgOU2Zq+LueqSteO3T35chcrqU9lykMXpbbXxCcuYtVa+9QEzrb3et8/KF/N5pljdeju+4sX6JVW32z4WCyyJ/8Cp4/ErtdnNg1HRDJ1flqn5ta5Lm5G+Wrpk069X1j2YkjAIjQTMYWoUA55BbpVgCHIdJlsyMc56DZ0m9IcNBgXRmkkTyf/Re9wEBVOm8HleXC3n/3nliqZXtaUUBFntyn2/0P8Prtrt2+6ulss4Y6mWoKP2TGFxtys+YSK4cMEUC0N/38m4BGQu5u6Ds6HDwVB8dxG6uVCfAqiq9eKSXy9ev05+/Kw4MLfM1XYXJkn/qE2/qu2n4cEX1YuIRPv25+///F3x8pfvvi9+evn8T98HqlW3idbhu1Vs5m2QxA9xamWLcougmAUDoyTWNv6x7cDbJ7d8U1/dqtMYxJtBuh0i+UFhH+cNsLaJLfKI0f5jNPJXxU9Lsynt/u+X70Jb8UtVo/6Az9XS5rflKHwZZejf31ztVpu5WvzHgZLozhWqx01GUDlsdvVvAxQvggLdrWbzuh8zt+/HLPZjdsC7bTnZLqVhVkrDHw+UUtN0n8ZRT6yX726ktZJwGQKOaK03H1dHtNbu42pUa4WyjtbSwhntCcacKCYdURoj6ZTAJGgu58Wo1goNTau1ptzxHGz769JS0y0ZZn5Na5omMRkEHhPyoBGPGae7unxE0GNpV9Qx1gYZyii1wlJoLOQmyD2I2dA4OSLqsamJhL3du6pbn1riezfIxuk5G6fZLr1jf4tM9fuhehLiQVI/41erzc6vFvNV8dfAy47LyLop+tCU1CjvXu/6oinDEQbeUy0E8JoZ4ZHwWhuIsE5OET5oZKpDg/bNzqqBNvlxGIc3uO5kjKnTAw9u70Zq63Jrx0Y42fk2XP9UoXrf4aJN2xF3ORK4f1SfnhbhzS7mpVdrhIsPKnWvIba1q2rJvxZt27vG/1J9mL8rSVRCKHE4mcdNq9LBZHmrPZm+QP/x3WKl1WJWAn47siPzOvLQFD+Xdertl/qh8kJDRvoDIT0JHSHpaRzP1+vi9cXqo1Hb1D5X6/W2vVqhPLnWTUEskHJeYqgBZhIIoA0GBiukwr8xbJNhJg2chvDQ0KxpKdlEn5TiR+9x33b4m+6O+EXciF95X1Ig+uWEEb9afArkts1a037TJ1Ivnl1aBn8si/i91+VJR7uiebw6iORZ8Se3i9vtm11QDXHnJSJ8vlgEA3gT71uqiNDAtnjvPjUnJ+31w2b+vtYPf3jICX79Hgax0SkboEbzDl+bzWqxyOyo2IGTCASSRiD8aRN07u5T8Z3bBikqfnSdKIR3VaktC/cQ6Vztbi9rqx3HijmqPZLAaEIg4kAoQyAm7dE9nSZO9CZ2210i3M04KcfaDAHIp3Iuvu4+931wRAmUMhTggCqJJF+uwoNEXRsGhPq92Bq3rNz/zWq1OFwR2D4LlkHZ3W1JpbeHS0ANkYLdEKxOvQ92cjavB57XfsaLjYvjIXyG7383oXYYCs9Lj6JoKOxKi/Bv8RNHeS9+KtdRJt7JMGUPZmo5c3UPZqrsQdTI1X5t1EWz+LVn5UrOkT2MLnFuuHuBk7gJksZNEECK7zeb8A5edb0dQ4GL19epj2N6sZvN1hqGrABIE6Q5BkIwCo0ykFtgiGhzKaYtnMa60NKsbGoW20r8yiYh3EjrD8K1waluuURZreUVZUeL2NFe4Gy5ItiYVfFjl7Vq/5niFx/gd7XZlrZQ2XwYMKs2Mnd/5/JuG/fuaqE2FWcvqoOT7oN1AXUwwOeLIN5/n7txlAQ/kE7wg9pE/bko/hR/svmUoMLURe/2JRUtDq53J1kECix8TH+NsCHAQWqkFB44BSVFLTAOGplqraxpdrZvd+K1ssMbXD/FIlNzo+lCUXehneIEq+hKh+9a7K2hZhvgYne5oEWZZry0jSrX6HDb6B9cvYUpZb7p4uOMFMJJLAFJYwl+mC8uo925rrGSCItvivZisr9yOH2ABHnEkTGQWsGCdCgeRAM46ahoT6Hb//w00dg3U7uQ7qMRi0kEo3iQteJdx/E/qsH2y9TLCcmSsSoD/ubLqzAkw/Qgzpmjsbh1ZaaJOpxv7TbVQuyzOPzjQc3xtOVtsVjt4hrGfnutWrpdrSvX9cX8fbRAQxvl5e3aRRUe5MuGxy9NwYd1Zu18/UMtelDY16LftkGP8f2+bt7v173MkDivk47zevyUxS9hIKnUaz1eXdUXa7f1/aWuMysyQntvNMRCCWaAxxwHY0xrZh0grepsf3+i43psZ1Y2NIvKbb/mPpH7+kjz960xXZF8mZ7R7ZZ/X31q7O5tjIeJle3TUj/OagVZ7021QUPVkmOMOQqqt4zECVPCykK/XG13cekyvLXoYbcOM8HV9mEpkFcPpiVA4uhOUkf3Ji7tMNFJPWlrPOIqCqQXu2eDE2E9Z1ZKSShTwW7WwTAw0vrwN4fAngNpCyfaz1VLlc9ebwFwKhv66E3ulwovVbl0WAcPN/Po14u5cZ9qC+JpJ5qllO84VVYxoLBcWay9d+IM++8xgcCF+lBGuCSU+FROwhf+D1WKgSSfQL3nO5JW4CLG8M235ZrWNnYqJmhZLAp1FWyQuG1b9iLQS63Xi/m0S5OfETFTvrbBmJmk5Kh50b75L2ddstmJfr43D2t+lquSf50HYVhttsWvob9XCEC5K35YxZ3uu1qlbJbz9+bq3htwdE2yw6ibLkkmDtU0dah+qbbvh/ZwL8P13iZuerF7uouRBBsMHbJKGoY1okg5pT2lxFbnzlRPkbZwGh0D78IbW8xii7O2yUmgONj2/VtInW9zML16t1E24GzXskldqn+UeeHKrFKNG2E9qrbPiudF/Vh7p57STCpDspefmjXMP9wLtB7BakPinEwPnJOrRZz/t1pdVojcdn2Ty+J/hNLt4uBY5sOig2xIFHOjHKAcSGu11EZzzCnhQFEhSeqVfNDOyS7JZXuz2GClHbZ35Rhxo3s9wOpdV7iiOHXMjqhBVBl2W7s0u328bZX3rGcyPCuazJvbeRn2f33aosoAMfvGs3HxNUxbEndZmrrLfre6inkuvv99vSqjtHtrm7as4OryvYt/xZqhwi5trERIamq08VRbRb22hinhAFRIC7OnzVBLU+0LVG3PmsanDYS47jbX7y6SSddIy4D7RNPGdckyS2sdpO+Kqp9F08+GA01CtH/b1luD1W7gPntvqb8/lkujTehB1uK1dCWeizT1XHwZGLRT85h5qFbnP5YvNbWA6yqNyrpoKtS28GDxgYwZRhjDHkOukNLWQy61dphACyBrsxQNt3WifVy3mWrXRvk27U9jLF97oxvo83KD4m40eplosFwbaEOLohjGvfmn9S5dmSS5dV462Kh71l0oiOkFS429mC/fV38Kcvc/N1GAl+4+/BfvWvDqOfOrRVyhjUciFd+6i3l4zl90eRpc9Nq8Ky+edbzpLL7kmS5vOlvp+gi60RnxiCzecG5MEhdF2nFRXK3sn93HbcyNMYseO5uBRGXvQqVlqBTDm0v3lc14srKjdY8mLGt++Vv45W/lLz+PCvse3HnSshvc6fpdSnI0ZRn/jDn1wDfdkyK+6QoXPuhQtY2RGNsmXmHeDeyLS0Kqse0bjf5uFenhwy9rbR0M+EpLh0Z3xarcoxhM/xW1+Hoeb7+08w9ze6XaX/oyC3yVPrnS8zmZWU5mdo2Lx9P2/L+J8+H3JegMk5zxMdYnrpmUDrH+pVteDeD9srrcOfYkLesYfiTMqgSiAHqPCfDGGqCM505jrRAj7WZR2sJp5t4jA/u07if5bKmM2sd+zMiNsAof8IyRUaQmTqyUDSG1N7VuEHIwpT7A6sCM2jDGgGbaak8l81iE6bWn8Vzr8B9EZQ+sU8ykv2q0Zps5gzwflH0HKEfniPLExZryIZT/eqF2Aeir3QDNP8ayi9VujOdNeZfoWhBoHCNKSsUYIcoqDYg0nhJAje0RvWklMz0zPTM9M/18jHN8jkRP/OKpGCL6D1WYkh0Aum+LBoHelHdjzYC2jmggHeYAWMWhwFJKpzzE3BjTA3rTypcMdHy3W8sZ6BnoGeiTA52cI9CTMAcqh4D+er3alcnXBoi+TcoGkb6v0GE6xAJwhghUAgkHDeWMYC4lIZxSj3SP6ftmvmSokwz1DPUM9Ue38kLPEetJfAYDQ1h/0e7sHlI92fQdhHpT3mG6RdISwoBiAFKHgQXCIg4JwsjiyrOiy/SmlbzwkpGekZ6Rfq0Dyr1CnZ0j1JMYIgaHoR6G59VukOlNyQjSy+Iu0SVlQmMosZOMcu6VYxhorBhHggs6QPSykQz0DPQM9Az081l44ecI8yRQi6HBlfTVajfo5uKbguFV9LL0INmEJ9gLCY0WllLMKSTSGqK1wQLJvm1etZFBnkGeQZ5Bfj4gF+cI8iQmkOFBq7weLvGpjkX8NIOwTFp7fdDPSPWbxf3UPy5jf36rK98Z55uu3h/vmzveOuVvDgnK3M/cv9Ei+10pgBSXZxgKJEb0AE3CPhkZCwUqYsqKkXggXRWNxgTF8oN9VAIsVM55rYjkilsCYn4kBb1xzpLBuKDYyp1b9o+I+NnSz8TPxH8IS/8a0D9kcNIo5JN4TzYY7xlGyrvxCKUw6t4dj1Jqa3TzBmtDLDfQEUE4Ncw6D6iHnlmhPWV91LftZNhn2GfYZ9ifNezROcI+iURlbBT2L/YsGqJ9S6pR3NdVumfKa48JZdgqZjXiXBokqZSaAqwBd3KQ93sOZ+Bn4GfgZ+CfMfDxOQI/iVdlg/Gqb1wQ8cvVMuYWGwD+rls8SPy0Tgf5DDDNMWZOMM+koYxTgiz2BHOINGU95KctZeZn5mfmZ+Y/tKP8NdQn50j9JKaViVEzf9QdJ1rex11y2hrd5XuvhVDOeA0h89YxbpywFGmLNfWADtr49+Sak3GfcZ9xn038U2BPzxH2SbwrS+Ndv3XhXbviuQ/vrH7ZCet1Wapi4V53VqjvlXRtescgBRLGHVkMMDeIaCmocRRi5jXaI77XzGmEr5qble1Ne8DXQMvXETvm48bTZ+Seb+sztCro1FkWo8RE6ay/59s/1p+0OXjjIiA3ximE4RuJFmBWHZ3UnMSRHmK4rXLpx3Tf4Y2UWb19eMexKAyM3adnd0jcOmd2k1PypqDsn2RxeI7FMCer17OtcXj0sb4U6/cW55Mk0jl0SEmveOCkkhQvX/MhJeHK9rdlJFn02SmRnMSq8jRW9dUm2DpmN3Sc2Loq6p0odnC9u4VKMCGccYAYUEpxJ7xnzDjrrdWUq9Z3stvIVKeT1M3uDwCb+ODF6+5zk1MT6BFGy3Lk3JzRP69W5eEHpbkYCNa81foQhDBCFp/+T/FLIEddUjQdblAeAF+euRhTtJWwDjZEsaibDeKUTyWpbZokLpCncYG/hA++P/3lzUaFeVd9Nm8jR6ukxi6tUInTcPGBD5qHTGvHDLOMMMMtMFpAroDFFiZHnQ+3dZpwpW3O2kanPfjn+E3uW6xeX+ldTD+dftq2U9XxIdvL1SrYLWa1CPrSK9sc/bMtLuOhQZ0jT3fxBzH0M9syX4ctk8+Jnha+SRwfR0MHO742m9ViMXCm47Yp6J7nWF3unvyEKGHOIc+UD6BlAgmKPJEUAqmxwb2zHKs2JjrHsWls2hMb909/r/h8vj+VqTzheRGexl8tmiPQokx2svqX87/t1TqSsoLqwVlOkx76/lDnM00gBUkQFE+DoN44c/FidfTEo12oYlY3Oe/oSM1+1FOs+ltUk3HMf54EHNzvjsJXr7nL9aGr8BmbOISp99XyanheDf8KA5i+MhtqgNdnGIAlR3QQSwKwOOnroIOTmGrsDh3ElBR1zDBKHXXeuWB+Geuh99whi7UECgPoVOuUmTRwmg32ODXQBDuyWQNlDZT3Yydj9kPGUo3yOoml4rTP614QVY2p4fipTmGH2l5TTizEnFknNXQECCOhp9AxIrnlh9SeImoqcztzO3P76+N2njCcWWzXqPJJYrs46yuf57qbR7NGrdIDSTTTsm4Ql0KQWSUQho5SCIUV3GFuEaZCQGQONU/ZQlY8WfFkxZMVz8NOGPA5MjsJz+K8z+zXca3fuG0f29u2ZIjcTXEH3s4TJazVmjoIMYMYe64NRIgjIhxCh/BuGsn8zvzO/M78flh+k3PkdxJoxUWf338N7a/68P5QXx4id1nWzVrPtZYICWgB9Vh6qY10RnHoJXAE9LBdtpCZnZmdmZ2Z/bDMpufI7CReiss+s19thi3u9eaIvV0VdgOlkISeAOK8dgoiraGAmCKlA7mdh/AQ21UTmduZ25nbmdsPy212jtxOgqoE6HN7JJFNDatjeWwGqhwcNsKAthR6pgWgUiLGvDOa+2CXQ6HdIcmny2KTeZ55nnmec9WcTnR+jkRPovwE7BO9l5+mBtVwappOYdcSJ0BpYymREHOKAGFQkbh+4jkVCutDfk+RkCaTO5M7kztb4qdyW5wjt5MAQZEGCP4cGip+dSp8sRTbH/dXKmDXf++mMlBaIsck5sQRw7UwjBPoHUCOcqJbR/T6x1OlMFiUebuqNqPH0CzG5E6cvmDgHj0y44EgwaMJZm4dZV2lIogErcIBy+4UVXeediOoQ9VAXzv33sURV5gwvAIpIyHcRu2uNq6Kyo4JQEKbEb2FU+aiauDZvSQxGPNLS97zoVdap6jvk5aO3q8+CJgl4Y8iDX/EDBSv1HK1UZeqeBOGUiLooWxdF+2FPbnWnVRjxBHwVhmrNRaeUSfCJYWUZIYiuxf4pIHThD40NLPu3ca58IHUYhZm6eEDzD7MN7tgD8x24VkmEv0b3OlGUcKTAuD5cm9W7E2yJrXU/oPGrxu7t+dClUqqFPXSzojPU1TPU1yqzXu3e1hxb4bGsBdqWjbkhFo/9dcu7DyJMxNpnNl3V6sw4F2ZaqyTZcVWBa02q4S9e/kgVxEKOt1jhjWGhDnJLAKKeUIkFTJxPuq2MZWeb1qtYtzvStMP3uUmos4mFPQylVxP1JtURNsCFytfyjIGRfOBKxEMWv2Dmi+UDj8MU47IAb2Jin4ZplDpWPhl+dBS/6icz58OP0U9Wup3P/QoQzX6z5N8ma8bY0n4lUjDr8JcL6qtHsU25fVDiHWudhjGveIUUSu8j3/EjBothSKYOyEcbhnWaWIqhDXz9brxSTNCXXOX+0bYkK1S5rm8igCLXEo+6S/BTPl4MQ/Tj/C+twUkJa7C0yxWMextG3Nd6vkyGDFl7pPqwYpYGCdDTR6paOCo5admDhT+Fif7GXOnY6564cNTsm5Z/xnaz/xVk022BhqC6Ur5T5eXlVzGRaQma3GDt3lT2C4QjyaiOVr3MBXNvvKJ2Wjam7b82d++SqGOABQTMe6Gd7s16ybITtN+xl9D117FrhVRo8euFWXXqoXzd3E2Foy1XbNeHnpl3i8+Hawnq+LDfBtmmqFgtZmH2wT27ZurFy/jEnqZzDKuK68+RuT5/tpoIKuLWA0NbFexF6GtTdzeTsi5mL8vE1yaeDFJ1tfklXqWl9Pzcvpd5a3ZfVq7j5v5SBrjw9K+gnmzrzGlkhnq1biCjLLjPg31Py0ZyMAcgPxus7oKIve6rHhOUbSDmuncEu9AMKZwYaJw0aDC7SVzaLXicD6Hw/JuPkSKraIQUYaB0JhAZyzAQFsiBEao3f84bOW02cWXoYEn2LbOGjhr4Lyh/aUq3qn11kMmHxrXWSjRWXhQZ70MxsJOhR8PzhIvk9JhzdVW6SovyCHjTmPvENLcAUZjoghgtGOWYtNXXm1DWX9l/ZX1V9Zf962/vt5JFzpL5YUT5UUGlVd9eM6g6lrvy0YUV13hwC8YYuIRw0QQi7Q2ljsPhPBea6+JHlBbdTNZaWWllZVWVlpn4UV8I+jjs4Q+SaBPB6H/ndsGsA0y3zZFI8ivyjvEl9BBy7mBCgnECBacYQGIJxYgbRAbIH7VSgZ+Bn4Gfgb+4wE+OUvg0wT4bNjKv1jtVrt3G7W++DRs6scK+/Ixc7+t1E2Bh631wFDONZCcAE+N9sjhYPNbFmYBQyZ/21TWAlkLZC2QtcDj0QL0LLUAS7QAH9QCf9rM7SD931UFI9iPpd181UwCHBgFhdRaYI0MV/GgQeuw4jY5ZrDbxtcAephBn0GfQf+FgJ6dJeh5Avo0PeoPV8v3n4qflrvNqn7TCex9LNy7BlakT651+I4sgfEEAm+VhVJLzrTDmCKKjZCItvZ80sBpcC8bms1j12dNXHF7UH35nScC+w3udB3UWW3QTwf1wOuyX0XZryZaIqC7Ptl+E1tuML50AbBqfz5t9Rtb8SByLT2Y9g9hIDj3/mmhnQpvPh5hG6EbCDaP59qGtleX83/E0LScniODd6oImy/BfTjH15weXyMSRZXmhH0RJHlT/DWmEHqp3ql/zJdpgI2JpbMo87PLunQ8wuZ45cMQm7L2b7H2b03tE4Nt0vvPl/NLtWj7keSN2mNmEh12u5telxXlLg6GTr9w1cP9l05mLW+aKMQqf1VUBn1QVRmlCrXZqOU7FwlXRRzG6l0VVtR9yHOIrMqGVdlneDR9QXpglLxnF0AyqlHa/DkIgRGN0j2+uWRlRfyBE5y7pd1NDeWMc9Qr6rHBintiyyw6hEGmMG0XubptnDYP+hLVyQRLXlmdZHXy5S9J3QzODxolMQJmBJJQegSHwdwL7WvBORzad1jeXaOicddZAGUhBoJTywkWCnBJkdHA2AE8TxHalwGdAZ0B/eUHMnyNZj86S82SxIwjNGLyz7cl7gat/n3ZmOFfVeim0aQaAYkUkd4i7TQlEpOYSBdIHv6mh2z/qpmsXbJ2ydola5c7M//xWUI6CZJGeBjSvR3phDsH+9Ipo9MK3QM8kYPcWe+Ng8xZLgwlGjiPsLfcAdpldNpMZnRmdGZ0PhXoDilNzpLSSTQwIsOU/rP7uB1m9LIqGSN0LO7wmTIpLIYYagUJdFJ5E4xpCRjH0tryrfb4HBvJdM50znTOFvSdsZmeJZuToF1Eh9n8YhHds0fwbPaFY4Sua3Q9+SWN25mSCIxiliHrlaHGMYAw0g7qIUjX7WROZ05nTmdO3xmn2VlyOom1RWyE0+Fzq05KnZSe+8JRTlc1OpwGDhgDrfDMMwqAo14opIGEXmFNzDCnq3YypzOnM6czp++M0/wsOZ1EwyI+zOlXq+3u8HSHBD3rUHzN+Q7X1D7ifh6r/7YuX+NU/ucxQnPhko7cB59vcNPrw6my/3nmc/Y//8ocUVL6np0DOhpTK0nsLRIjG50lEgf90DvMHPVH79XqTAWgE8ALKAUKcwDiFI+ZNpElXklpcel82d/3bNuabDrwxaibPB3I6iZPB6aD94M6qI+CO4lFRfIouIf91Dv8OeKvPlCvg28jLIecIa4dM5Y6DiRCSjMgmSRW+yP4nth/PQM8AzwDPPuvfznTBnSWmieJWcXgmimDnatr5gxVjWsnDaFaV+0QATAT1lmkGPHAWEuIh4wTBLEozwYYnzWExrLWyVona52sde5u2oDPEd4wiWvF8Di8Vxt3nN1VhevQHWp1s+sbJjGUwHrEEBSYMQs95w4C4ykF6hi5Q1sZ3BncGdwZ3HcHbnKW4E7CRjE6Cu6j7jo1gK732ulW7BCcYwOUENIjzShRgmuqtILec+a1oeYIwaf24ckQzxDPEM8QPy+n+FGIJ2Gl+DCsdFn8rJY2JsAdcOFZLqqydeq2c1jQhTTiCjMBLIbII2SYolIKp62WyjuKOpBOWzmdzctZ3VxFxzCMWkJOSONjt7n/lMcVf7sfsWVsaCcyqcpl/bKi6+5C7aoao6mP1fJTUXuMNpx7WpF4uSqulktnwrOqzafCLUpKb2+P4WsE92s/6/uBcs3Go7lbVPRjG19c9ew7c7XrkCFe6Ppcc0+C5Qac1MRiQLkC2FiNsaDKIs27Zlv49RRWWmgmGEqbXVC789WsHsN3hoQb3e+h2FB+ta79tSyeLxazn5azMmd/0+3i19qk2TbatkRFeIBgRGgXlF7UzNvLOGY2xf5pt8+KH0MXF2Vu9TJpelk3/iwaQwlmYsr0y5WeBwj5eESGDUadV9uLcKs/TAiQ8UTbN9f4DyZ/SfwaTuPXfl0tQ4dKQ+59PGphFkGf7q5/TCrsj1jZjPvcXlv/0Ot25Aen+d0ONjosP5NI6y3ud5PDx/jE/rbDX/lg8lQaIU/DDGix2sSTCD6qT+X85GL10cSpRimDe/EsVstFmIo9K/41noBQj7nw64s4xSrnI3UXSvGME54L9SFMZxpJ3ThlP9WNhMnO2kXJNfmcgzzxur1z7q1mXKPEOzsvVzwG8yTIDbMxmB84uKaEGsy13KvQtbaU5MxJpZSj0hDPJdVYeCo9VUBYsQd7r5nTzK4vCeQTGF4Z5BnkeQXt83j+oI6voyxPAuEwH2N5z+e1Q9lhd9eBKt0E+hBz6TlXEiDJgALGQWQJsWH+LF2ycT3QUGZ6Znpmemb6wxnn6CxhnoSfYTEG8+d61Vnu7PBV1YXjKC9rHKTaBNxrSIC3GAllDAZYYACcoggINELysp0M8gzyDPIM8rtLyHljouOzJHoSl4blGNF/jVsZY2vmH+vCUaJXNTpEJ4QziWlMZ4+4lYjE3MkAQs05AAbaQaJX7WSiZ6JnomeiP/hyCzlLnifRXgSM8bzvctrh1Ii36VCdbqiAIxJCimJ8gDYOaeG8ClY7MUhZg9Aw1SfxMc1cz1zPXM9LLqcAnZ4j0FESAUbSCLBvr7Suwr7WFwnIdXn5sr5a8Tu51k3lAwGyzFPCgNICGc1g+JeTHlpJIWmzeiYNnIbpqqFZ2dLMee/MLrr5BYLeiY/ZTW/3EIhOv190oJz9sixURMy2hFbglQnIjKwOvwqd3EVPsJ/VBzX7OTxysd19Cr+unmkbsFr6nq58Be2+2H222//nuIuNeZwmw2jI5bRX3Pc5rV7a/p2dRX6Ah3J5Q0mIEUlDjL6bb3dBa8fPXr6jhA52X1Q+6p4QB9cPPCMsYUZKJLVGXjEMmYeOGWcxgEq1GWMOGjmNFG1j98CJm93sISjR/ZY3YkTyk8cIicX8P6Mg7D/DISX65X1MJK/g+7JihkUSykK6oSxXuvhh8ekg49SV9vW1xkO9vtLdmFGaYy0lIBY4RrDCVAPCqRRASqHTQ5Drn5/qo36lZ2U73ViSxpy+I0f129z0JpAQk0IizOWqj/hpkU7xohHeF/HweNtyDqM3cZq2dB+L739fL1a2si7CQ24b0LR0CVNFFfryQZV8qUTvWfFGrSN3YmDLYn4ZLHVb1Q8DMcwaY/fmavGseMAIF9c82aJ8sCGaDFbpA2XoHX3dPEniXUga7/JKhTGhgxhd9IyP9b6oa3wcXD9IV0cNESrmCdJEe44UojKeRaAp8EyBxN++08hpnGkbuwfj42Y363EFHUbB0PLggSmNj+63jEyIUGljk7umSOh1sCBWi+JyFR6yMklUFRrXWCCh1jWmR6BRuRqz/ab4dnFVVnFq8bR4ERep9n97bTZqZy6Kl674YePcwxosyfcbAMxhaZ8thxLzaKnyY1weW8WHCBrj35bBTusModoSCzX+FsdAEzRVhkf2B8S/v7kKJlzQIP9xAKvuklv17Ikol/K7q38bRPSq7MesJ2Rv/3hAveY3qfTXX2z57kZITEKQCO0gcRPqqt8Hw4/WdeFNQo+O1j0MOxqv/LlMPGjv7nI33ORWt7azJogy6n3IkTwN4VfbeTUZC5MtHJdsV0W18lsujpc7HmEIBTHRToXXHVffm4eO+CyLi61xcb39+bKYh5dldrHWau2Wsd2GpB+djivV27yUnpfSJ837H4bjbm6CIh5Wap3CIZ1WVzi3+fcYjs8uNoqMaZkkNoqwIS3T86VvyDLiR39Q3DG/MdKeKOApxExQrC3TFjOGOFVcMaATvdNp5FTz+3GrmklM76xqsqrJ3jg3gvWDBj6NgjoJfCJ8CNT1eBkitdkXDaO6mS6nrFaIGuq18JxwGv5hShNrABaOMi+B7bO6GWwZ1hnWGdYZ1vcCa3SWsE4Cm4gYgvUPq9Vu2Kr2TckwqqviDqkZo9Z76RRzykOGFFIw/Dea2UpaO2BVV41kUGdQZ1BnUOd1nBtrG3yW2iYJuiJp0NXPrggD1IcxEn50tVGdyUFMxxwKZ5u08GCHoF/nyA7BeOXPUzAD7TUO8XemaW51z4fYM+h/0gMv/FYV1QyOCqbO9LxPKBgpUqoLs5jHvKFJc8+K143D/vwyftgG2tVKXFHKXvTpLxuuVM2urNC2sQ1qzrtNldK0jgzYxHiArJGyRspbCteqokFun92WAh1TR0nMGAUD6ugg01rD3KEka2lZZ86DPFJMYYwJht55RxTXWDMlBdLIe7rXT2kLp014vjx9NMEUKOujrI/yUtY0RH/QfYcxmuMkYIzCAZr39ocbZg1vD3dLu5EhjFBgFNaOKqKEpNJjTpHSkhNHOekxfYrN4Uz1TPVM9Zyt5w65js6S60m4H0UDXH91MV+stqv1xacBtq/TwkG+tzW6u8oUI28BkuGBnYYCAuY4hQRILRxKsmj228mcz5zPnM+cP1PrHZ8l5ZM4TYoHKP/DamUH+O6ry4Nkj2XdoCpLNFPIaGodsjZQHDihFTCYEgqt7zE9tpBpnmmeaZ5pfqY0J2dJ8yRKlpIBmv+sihdqs3MDRF+omamLBqnelHc9izyGiBPJuDRYK4oMgVBIxbSIwbOyR/amlUz3TPdM90z3M6U7PUu6JwG/lA7b6rvBlfZhl9FuaTdTG/IGEeiEo1o6ar3kVBiCCREOScCHLPZdXmnPVM9Uz1Q/W6qzs6R6EmBL0wDbP7uP2+Kleqf+ETPYvm52Jhq2L0Px7LIunu03LirCDxV2A22hRwZSwLTSOjrIECoJgB5QaJFNjn8fauk0zA+1eCeJbq6/0XVHPd8F0A++aEXObfFBbearq22xUAFqMXVNPNJ5e7WO+ZCLbZQ/s094XHH6afHjm5c/0xLLfwu/udKu+BCaXD0r/hTzYpWCGhPwBSq9K8Kf4/touPiHB01hsynz6gwfBN8t6/vlVTl5vvqEWDgJ96RpuOdf4tv5Po6YAWiEcbGYubLwEBn9og4wOJbGMYyZI0wEcEiCBTcyGoTMCND6XvTbOQ0X/fbuBBbX3eYhToXvf8omBVawd+x8G4yMTzHP+aKoOt6wpExxpAJKgjYv3gejR19tgm2hw4h9t1ldBV6UBKksxXqYhkZ2F1eXeqnmi+IiHhZeY+ZZPvG9ErgkZI+mIXs/qO1FtH16fk6+Kjj0c+pe7jqtEmcccdwTi6GxEmDODUNBRVvpEG03v7ttnCZgTVvBxl/XDd6loN30dg8x2Wo+ZZgRrevvGSZZ1Wwn9DDISC2GifypGKIXs89tVvsgu/hs+xlI1MJxorZ1MWJvF/4a5iDa7T7G6cg+D90v4WdV7rDibSfXejDLqwxixaV6XybTDNO+MO6vQoUwSoMIB93/h5xn+8vR7Em0Fk2jtV6HmWoJ6l8i5hPQbOuCVX294kznanc/VnnkIffCW0bCH4W0RmMjrA03J7Rd3ek0cRplmqZmZVszc7EJgnWptg0C7gI1t7rnjXhTav2piPNv2+ock+53bbgTWLLerC5XgSDbtTPzUF6r92Z9ZhU+RwBQ9ZRPI2f+Ho9KqVNjbleX4ZfL1cdPxf7BQ0vzzXyXBgNPPRm4bc7c2MMhaLTX+7R4HcoyJpIoGpZG0XyrNjqMn6jD0nM6yqul1u2HcSaFR+I3B2p95qkcSUN3mkr7+htdn+b2wKyfIEQz+UDVEm7oeAzV36/kNl1tVlvjumr4/EHwQ98vy6W4ojxttpJifbWdL8OzPCu+vZovbEe0t0Wwt4JojqU9bW71GWZ+XqnN5yLdZom2y6Wzi1ZkI5wlSXwLg8Oc7c/9UvIMx7n0a3TXW6CRklrMLJbRXU4BYry3nlPskVbtAm2/nROPTHrEcJ7imKQM5wznr3Yb7TijHzT+cJTPSZwKQyN8flmdCXkQWJ4SqDo1cjDGfKRaF9cMGeY1NQwD5jHXzmjoKOUcmzCLH8Z10lhmdmZ2ZnZm9uTMRmfJ7CTqhOERZv8w32x38eiVMHZHoO1jldm2qTJK7bReN9rQeA50XAYNxjUygdVOUSooQphyatUgttPWMrcztzO3M7cn5zY+S24n8SWMjHD7eRTIEWCrumyU1GWFDqK1EZph4w33wmACOdbEW6qBQN4AOozospnM5szmzObM5snZTM6SzUl0CKMjbH7tNh/mxm1H8Lxti0cJ3dTpHszLKETQMi+IV9oKiBTSDEHNmXAQuEFINy1lTmdOZ05nTk/OaXqWnE7iPRgb4XT15zFM633pKKXrKt30eQA76Z2RTGLAEYTSCC9sMK+ZBIbYQUjXDWVGZ0ZnRmdGT85odpaMToJrGB9hdBwroe0xSJu2eJTSTZ2DbEnGAOGpZUYCq423gAKkrQokgozgQUw3LWVOZ05nTmdOT85pfpacTmKymBjbRzzMitHZyxvMjNGv0Q3TYkZR5YB13FitkVFQYhLsaAegswoM7xpOkCEj8znzOfM583mAz+Is+ZyEsrE0lO2H+S4KXvFicaXTiNnq8syEy2nWnTpwdqi0m7aIOAWBZcIypSy0niGNtTOew+g53QapDzZ1Yhht2uQdBrVde5+HiFRPv2cbOFthyG3K6NUyQtZWENgHoNUPU5Qv0zZES1ISVUmLrjZxQDfxb0E4662DImbHCFybrypMbxfOvS92G7XcVgP9Dzl4vRLEJFiMp8Fir1fGRKiYi9VqkYaUltdn2+Z6HVKaXu1InpSAaSLixo/3jAPJfbjkwv8RZC2BbUhp2sSJIaVVU6Ug3GHA+nW3uS5w9C7krf5stxW3ztd+5EKXc8vcGS1oEvLE05Cnl1fRJvpWLdOU4Jfx4kyHi32VPVDWxQZ0XDLKtYfxrAfkBYREAaC0cMDpVmEPNHQaPAYavBN6XHufG+WgKmdXk2ah2n/J2/Aj+dXN4LFdLd9tn4Y5mL66rI6yLjNUbTM5vlByJME4HHWyUu3TVx4E4SSZNzvBNwfXuzuZXAggjfcaQc0MsdhTpRSyymkosU2SUXUaOTUTVaexu81Gdf2tbpawAk+ek6rzIW9Dj+SnN6OHnW8v3PaLNu1/jCsyq+JFTNjnClV8N383D1JVvds3cd1mU65G/C2+l3gWx7xN9Prvb652q81cLf7jQHC7izrVwyXjuhzMu/q3YcSGdz/brWam7MNMzWzVh2rk7co+lCMvfpvyaI65a5Lkvv3jASSaZnvS8my9fHcjgiShITwNDXkxX7rLMg1iL6udaYoOc9odFnT32Sh23BqtmWaUKcc1MRJajDEVUmCxh8hhK6dR5LC1qTMaj7Z/3/OUb1eLYCa433fbOiXxvmeJGKe5rarUVlWv7zu11flP4Wnie89T33v8XfFKbUJ19Xvx4kp3nDuxjQddl2UzU5dVotErOZANHRSsggJJL3zUtVJxJozFlmls9F42es2cJhy95u5ISK69z/1P6uOGxmXMDPuuCF+07FTR9LGREqNi5riYb859crPV2i2rlNsx99w+xfe9Znh9BHKT+EXz1C/6ZRgyRm1iVHj8w2LvHN0o2HSOW9edVX9Y7H2XG0XYz6l07U+OZFpqfvvbSWmWru3BVFPcG7yc2wnTBEmWxr/urpM+/12ZKrmfKL9+lmK9iSPMlGkcL1bbdbSM8pZf3vK721xJo6P3HDMn8THyJp7OnA2Tt7MUkICkn4WjU9hdDXDEKOENEtAhgCjU2HuvoLSEA+/a1YBOEycuHz5atk6xeJjZmtn62N0pboPYB018NIrXxEmZ8yG89rLS7WkynJLuoLgLWexEuIgIt8JI5ikR2gAKqccEEOz7kJ0iGV3GbMZsxuzXgll0lphNfIy5GMLsYcKLPUwGs110S7vZiLDS0gkJKXUeUYIEAjiwFQONpOeoz9gJ8lxkxGbEZsR+LYjFZ4nYxE2Yy0FLNsj4opTzIWM2KRyxZ5sa3U0ObITixFECEBHSQyWoAkZgIYHzcMikbdrJyM3IzcjNyL0JcslZIjdxCBdgCLkDqYL2PBnLE9Sr0OGtEExqIDCxhBFpjcEIQe0so1IAAVift9NkCMq4zbjNuP1acEvPEbcs8agXcAi34VPsVptB2tp90TBs6/JuiLKRlnIVMxsjQjT13GGggRXcCIK87LO2biWjNqM2ozaj9iaoZWeJ2iQEQaAh1P7FbZ3amIsh1m7asmHYNhU6tMXQCaIk9EZoYSmSzHFIHY1HN3FmQZ+2TTMZtxm3GbePCLf7CIOHAC4/S+AmERsCDwH314tPxYuL1Wo76FL78eKTaQqHmbuv0YEus8oyaBhHEHHrpMNUCGKUItQSqQagu28nUzdTN1M3G7k3Ya44S+YmwUCCDDG3zk45BFyzLxrGbV3eXbuV2mCqrNBOM6QgkYaggH7lAmqrlCIHsK1byajNqM2ozai9CWrlWaI2iR8Tg/FjvQSTe5oMZ5c8KO76JBjPsKMIY40twwBIR52LeYBjWAPXfc5OkVcyYzZjNmP2q4lmAGfJ2SRaTKTRYi9iBjJX/OtqHsZMPzTXlMWzv8fi8WjcoVpHAnCr6qeF33ZuWf+lTKjb3H7qxA83vd9DhON2PmLDppvx1ShfMlXPAydWmaiZqHcbe5sO1XMMtxVjAE3iwQTvA/Qg2LYmxFCobVLUXQSAUFKjLNcOewoFUIhxjYlxwnjJWgeupIETk+V8MQydwFDNDM0MfVxW6TUofdCw2lGMJvFeQvQx2guqrTExHFLbKezANEzrrVBWS4uVgwiy8BfCMVWGYacROITpFOG0GacZpxmnXypO0VniNIntErKP01cX88Vqu1pffOojdZ2WDWG1rdBBK2eaGqOCkaoE9xZ4KaEW3HHlODSIH6K1bSbjNeM14zXjdXduobOjeE3iuCTo4/WF2gytlpr68hBUy7IOTwkHCBJrLTLOUEEZkl5zqYC3Egjbm/eXLWSUZpRmlGaU7s4tJHYMpTyJ0ZKwj9IqG3ufpbvm+hBMq8JuaFaY9zMhJDMSKa69ZgRDAbDh0gkiejStmsg4zTjNOM043Z1byOsoTpM4LIn6OP1hvrTFv237PPWh4Go7wtOqsHuGFLOYC0I4tl4xoo2TDjoCAZRQyv5sv2oi8zTzNPM083R3bnGtozxNwqwkHuDpoRdqg7tBH9ROYTesCiBuEHWCK+od91ZwFP4IDZCMS0h7OJ3A/zTjNOM04/RLxSk/S5wmEVSyE0E1X84v1aJ4tT/lduA4mKrObH8S7pFjYI5U7R37UtX9bV/3xPNfxm49NU6vv1GPo+geToDpfcguREuFFYWpPYiwOmqwGYvht+UQLazbqfmiWMevlKGaoXrHZ78cjttzdEKVY1hNoqUkPYbVYzjtRUwdVuhYrFBgLbnGAFrqPdCQB2OVcRVzXSnsW4u118yJUVOPmK9TxE1lvma+PurMKzcA7YO6qI5CNgmVkuyo7fqy7Ocxy/WyrnEcuFW17kKB4MQx4wxmDDMOPAJSCSsU8YhpyMaxWzX25cIXZvhm+Gb4ngzf6xxa4YPANwmzkmmY1fPlu1Cz+PZqO1+67dApsqqsMdN1jfFFg5GKRwJWq1+ctl4wdteJgXrdbR4iPHXk2x0uu7rVpdtt5uZpezLzahk/yzvXpWyF1gq/GbAZsPe3enAwks9w7aAKbRoiaxJ5JUWfrAcBrDVHhgJYk6Ku65V3wBAmkIUIQ+ewhEI76Yg3GgrcugokDZxmpj5Wpk5gomamZqZ+Udtc16P1IVcLxrGaRGBJ2cdqL6C1hslwQGunsHtCrCQMMQAtcdYoYb0XUlrHPGPMGtKD6xQBrRmvGa8Zr18LXtFZ4rWNwMIA9PH6Z/dx24frsro6hNZY1AGrxpBCQDnDzkqIIDEaeaAMRAxSjuQhWGMDGasZqxmrGas3wSo+R6wKkGAV9rE6cDxhjZOxwwkPig8yBgDKKDSQCO6gYgajYMRyACDXTih7iNhpDibMmM2YzZj9WjBLzhKzMMEsGsDslTHV4xxSdl8wCNmqtBunFfOxSE4UQc54ARx0hvmYm8UbRTDoMbZqIyM2IzYjNiP2JoilZ4lYlCAW9xHbC9yqYTIcuNUp7PBVOUucUshzITCmUCtppCTcO+chxe6Qr1MEbmW8ZrxmvH4teGVniVec4JX08doMlUNP2JopzbgbdIMdqtPNjGWt4YRC6q0XxAfrFkHuSCAxV9wkGbGHWsrozejN6M3usDeDL39AZ9hx+LbhXhimywd/cbvVlbkovnXhhYfxu7TFc981c+sqe+bWf+8myRZCkrhCAJW2QhMijLCYYg11TE7Q8rX+8VGkXjeeNlUbM132eaZif2fVl54Ipkfu8BBBBM1HqiUhULOEi9t4Z3YBTZ8imcKricOtSjCwvljtVttCt1+1fIaifrD58t3tmXmtlA3I1pN//6+3YYjuLt4++eZteE0fqqr1i63eaxCGgIW35ScfK362vli/ffL07ZOlunRlW/WALQdr8dzaX5ZleZCZsrgGU2g1/jMA1rf1ENzM2pEWL9bSU912Wzbw5L//48nNANHx3bwja2tQvGki3unU9Y3bD5tEonfhajucK6lOrnVnq1I4pBEjHgAFIWQWQQGEYYoSDBnaS3bSwEnSXbVzsfpogsasG5zaWDp6j/u3lIJAl0VB2VV9iZbO1aK2erYL594HeyduZIUC8/5qvS28U7urjStDiC5Xq1Btbzs5H7FwP/J9c935YKLBEtFIpx2vnHpfPH/nlubTQAjIOpTOVFk6Hv4xUOlI6EesfVrgx9D9JpaMY7d4iICPga90MH2o4/6eFot4m/3MYZMnBXlScLchHMnYPMfwDTRGRJ4QkR4SsedlXBJh2Mc4Keo6wnEEtWUQOem1oVAgAoWy2FtuQTAeWji2DZy2yPLYyDjBpCCTMZPxzFeqjwPyQYMwRuEoEjiynrmowzftWYn1xT4ay5Ku/5pjQkMAkdcAEwksoYb7mFDcaKih7JKx/H0GYwZjBuPXBEZ0lmBMwicgPwTjULawkgujqcK6pd2ENVAKC4WgWkknKULQYOwIID6aldp0ITlRkrAMygzKDMrHBUp8jqCUSUAEFIeg7DmRlVAYdiFLirrZEWyYMTMheZhSa6w4kBoLYEVgAvKc6S4fp3Afy3DMcMxwfFxwJGcJxySMAaY5Dl6uQq+Xx5N5l1VulMt7vGZvU2Zf57QU3iN3nCq34fgD3c4Z4cQdmedF1ZNi3U9nWO5VehV5GZoLaClU5GMl4qUHQmFWi9UmkKoIdwyPmkGZQXnHKboPqHJX2zQ/xtGxim4oYZR/t1Fx2Jtw23Wx8sWLOOpj8d/iR3jdZvgsvrtaBfF3xffljn3x72+udqvNXC3+4wC93aFW7cYnH65ym6h/G5h2sfo4262iB8tMzWzdmwCP9WzlZ6UMxuLoJzQrzazYm1iz6s2s8h94+8cD4Dc3ePvH6q3O9m91VrP62Xr57rhawGNqIQm9QGluhlQfLMJzdrboExo2ZV37+bBCN8yNY8y04II6orhG3CujPKSEO0AYaUOJe82cmBD3kaiKE23orCqyqniENvUNNMbJ+1ZZW5yoLZJIEgQHtUVvo25/9+Hdum5x17XZYkU4It4Siq2jGGLjNGOSGWh14gB50EjWEllLZC3x1WoJlLXEA2uJJOQFoeE5xWoTJOJNeX1wXhHLZ7u6fGxu0Vbq6A2jNTXMCU6NgR5RTRiO0YfSKO08EkPzi7aprD2y9sja46vVHjhrjwfWHklEFcJHtEctIEf0h9nXOKpB6mrduYcRHEMIkTCcS+K9Ys4B7hRgRACBRnVII3JZi2QtkrXI16pFSNYiD6xFkuBDRAa1SBSN0PJ2UIGYtnBEdzQ1uvE3VkAfHldZgTWTCArPncCccAGwcHRAbTTtZI2RNUbWGF+txqBZYzywxkiCM1EanPl8vS5e767soGuUWq9n27LwyFmFvTpHYtXD3X6r7nbiUYW9m06V7mroiW93tPZUvlD7XFXh3WwbDOzZGkZ7fb3KzHK50vOI2vA5rfvgFqt1REfQH+oyK4KsCO740ME9RM4xYJ2MMTGJyURsjImH7kGhcFYVzn4d9g/q1+i62RsHPDaUIEg0iEdoYyW1M95SyTFow5D67ZyYMfCMoTmV5ZyhmaH5yNKuHmPng8ayj3IzCdlEfJibA8ezJDh7PXJEy0CVA58ZzzlniMejA6RFXjqrFNOChEtUySF0vp7mqJYHZCfO7MzszOy8LTvRGbIznhDYslMMs/PQyTCB2fMhL8PD8m6eRS8CHq2BkBmGZACotkL6gM+ATIXcEDKfn+5nmG3NzMvMy0fFS3yWvEwCO5Ec5uXAVlcCsxcje10DVQ7AqbVF8bRVKbDFkHiMgo0JgNUyJhIZAueLSXa7MjszOzM7HxU7yVmyM4l+xGn044srHQ/RqLePE2yaUDBTSUFFzO7lrjcywNZiE+xJQHiwLg2z4T9WM+IVcKZ1Cei2cRogu23dUS7v4ze579Qhe3DWibzL/c2d+31XuIWL4rN9WsQe970CgujP38+X7woTxkfEmCpBUFTvIafzrmUlif3CaezXtyWH+lujJZ/Gd0U7xUc2RMt6p+2Fdm410eA/fLp7zQYR0+R0XvtwgpyRw3zKUR5acNtoP8xDvSrp/fZZ8W9bpRfVsRWh8+b94lOQme1udTn/RyzIpkQ2Je52n/QQJme3VUrH8JgEPWHUw+NLt7zqsfGyutiZdLUlHSsCS8S5p1gjo6kyjBAFGZGacIM54u3RwO3vT7Mg7p+Z6O5Ti2VmZmZ+sdOv69D5oDulo9hMon0w7mGzdyZChZDhQxHSsu5CleUKI6uN0UBbL61jxHikrFeSAoUO4DnFsQjnZ3JmfGZ8Znx+Pj7RWeIzCXPBpIfPfohkxZCRwMhOYYegQEPksYYCK2wEAszhmLlLWGQlhsm5Mp0mMkIzQjNCM0LPYv90FKFJ3AemfYSqzSpwZNFnaFswBNG6tENRR1SZmsRS4yUkNFi/nCopkMXWm/KMxA5F6zYyRjNGM0bPGKMJCu4LpeQsUZqEi2A2gNIwLq8GrNH99UGQloUH8SHGICC0xAh5SjC1wBPvw6SeWWmV7nG0bCJjNGM0YzRbo5NFXN8JQpPIEcx7CP3TZm57/HxXXRyAZyzpbiMZTTSBFkmJnFYAIomgFl5zI5lV6oCc8fcZmxmbGZsZmw022TliEyZBI1j0sPnX0P6qGiU9en6IZdV4G4ZoUqE7m+cGWoI0ggJKTqDHjiMDMaJWOersAUuTZjJSM1IzUjNSG6Tys0RqEleCZQ+pveMUK4QMn6eYlnUZaoVnilLCOQ32qHGUCuVRmM0ja8LfDxg6xYmKGZ8ZnxmfXxI+xVniMwktIaCHz5+jsOvV7z2ALtqCAYQ2pQfbShogqjEAGirhCeQWEKcFgBB7ZQ7dm5o2MkYzRjNGzxijdbTQ/YFUXgNS+CAgTeKOSBp39Ge1u9q4+g0nHF2W12f7t1dhtHO1i0/noSJUEGegwVoYxAwG1BhFiBOgDdDrNHGUntcNqrol9/t6sdq4zb7JSSg63PhDnORdf6Hv6540wvCm4Wro+7bkyXfzwMNNKR4Rk69U+LNZNElJtzGp6eyX5fZ+QvGe/Pt/vQ1jc3fx9sk3b8Mr+lAHNq7rXm1jVtPAgrflJx4ufLa+WL998vRtGDOXrmyneaZtk2k1PNMvy7JOEJaySs2j0G78Z4Cnb+tBt5m1YyterMWmuvW2bODJfz8dforF/D+jSJZ9GHqQfnn/WZLPdU8PE7PR3l1wZJ0697syKXRQ9T+4cuCGgbja7vaj9kLtip8uY9R9HLZ/KZ3Et5MlzPX1PWfrcM89EEbz33ZxNpD0dhClSYwSSWOUnm92xZ9i7c2nNLftZjd7t79aYTS51k18LgwFkioXjF2OMXfMUY2UoJA6blkb2Jk0cGIOiLahO4pvPnKH641T9Kw8+upOo5sX0RZ5Wrxzq0u32wTV3kQ6lxSdh9+GwbqLkc2Xavs+CXz+MmKaX21Wl8EIrnJav4yi+hdnotXYWI91iusXTdb3H8O8tJHyqeR2XXWiSmV9GWV3U3Zib/DWma2b1POzODmeVfnnj8h3kMhZLZGz17cT8iSihqQRNeGt7K3o8E7CwF+m0m6S4tDbsng8evtY7SPB3OnPTovpPtaBqfIbHH8j9x7xPfQB49y0nKy5TamIg9BvwsSzqhN0WpkcpvPD8kXaZvL3rHh9sfpo4vyurGquNtHuD5O/1d+j6fU0TAmr7JAlU+rDKsJtwhTnsk5JE6Vsu3DufbHbqOW2Etg/5GltntbeNlR8zPQOf3IqsHDIYO2W9Y3Vv5TlZ2OhjoP47ELd2ZiGSYKOCBnTML3QzbR09uNgBOdAlYNT2Ti3jnOihadEcAMRZ4YorrE1IkkMPtDQiQl1Hpm6mWD2ntVNVjd5M+oz4f2gwfaj4E5CnQgdBXf3NIcuSgcOc+hV6CDbGx0zlwADuFUWcWCR4sZ5QjDUzosRZJ98lEMGdgZ2Bnbe9ro5stFZIjsJqSJsDNmvamkcw3ZSPo7uplI38N8IwiHHBnMsPZecC2uQAd5IDogjw/humsoIzwjPCM829/0AHJ8lwJOALsJHbe5yR/XTqNm9Lz5ieVd1OvTmVFgFETBEM0MZYEwirzxQimClDBsxvquWMrwzvDO8M7zvB97kHOGNkrAyIsbgPXCSW4enY2e5DVbqrncrS7Ug0EArpJPcWu0lR0ZoCJW2I9b3NOe5ZYBngGeAZ4DfFOC3Tafwj/nSut/DC4Hg7T3RPIloI3LcM6Z3VlKHrmOnJQ1WOvSRwwYTQJjWEjqtEcGOWMUIJ9SW2R4GaD7NiUmZ5pnmmeaZ5jelOTtLczyJqaOd45riB6+SNW6L75uXnBK8qjCLFWZphQrhw8XdpRTAIKfcQyS8ZSiG3CHOIbVKc6x5YooPtnUives2TWxTuzCw3Ez5MEBKb9Kp+H30Jg9xXMPwZ22kqYzKe7dxardn18qXwr1era8WKghf+RDFPxXlY9RRJFP6Ppcv5hZ+bFWHqpc64MrWK+57s31bPdLz5oEef9TFi/gFY3hk8VN0WK+wUHxbj7+lnVXP+tNljLmsP/1UzttBl892q5kpuxBuNpu3XdiLQOhC9UnmsQvXh2aMwKQS/Gvdt1ES7kbTcLdgNxbfbzZBp7yOQ7R4Ez9sgrhQPivLZ2X5rCmvCDdY2gEcIxApa7gzAFGBGEbCEeAoRQoSB1tv7sGmTuNbbNKVTcbI2ol41m30LPmVmqIf1acoDpfqfW1bln0vylDjyyjz2qnw+2CzfRnRGwfiX8Tx/So+bBlo9es8mKbBVgnfbBfAsN05ZSPeX8Qwj78Fa/av82AOrSYMwDpgwSwOn2o0jkr6sFDdME4DJcFYNA3G+jkQJ8bsvKpGbSPfi+py2afxuIyhWkfiMRbr06IwOrfTV/PFdGGsQ03fJIhVTBh1kX6Kyt7oRf/vkwRU87pd+IXa2Cb6P47wsu9Rv1VBlVG71c9WCXecJpQCr6+286XbVkFFcVJ6l6kBKq1aD8zYl91FBFLzNPWo2E/7AjpWoeMRWMGy2YQZblFKepgLVY9abC9Wm51Z2fBAm9VlWTPwahVnvTEB76eikixbPvSz4vliu3oaD9+8jKkTQhtzH+qVfAz9WDpnna3noNv2LW+/CbfvfJUY0xVMoORy+VJf1Ed5Pjf1jC1Oxw9+WqUwevvkWQD13Lwvu1yNzm3/zmUD4dKyeLeKDb8NovYpvMHZv9THhW7rm4RPULZUTREjs6qX9sva7dH/sn51ar/wUNXpdO9V+ZbrqtcMhXx+YD29PYDn2cVU8DFtkETtUTyiDcrBPqYS6klaZ02yV6Fj8dlg4jFMjVIIWMWdEworzQT3glHm/V5f9Jo5zdo7d6VxouWXlUZWGllpPMKl0Wt0x4OGdIzqjSQWj5IxvVEntNiO6Q7flo/rj6ZSd9WAUqQNRyomb4RAQqEYEYxZqTWXBg7rkKapx61HYNYjWY9kPZL1yO30CD5LPZKEBlI6pkf6J/h0QDlykM9QnY4SMVRDAJ2ihEPHCZDK8cArJSyhXpuRicgkx/pkHZJ1SNYhWYc8Mh1CzlKHJLGKlI3qkN6ZxF2qDx9NPFSne7IRsUoAyhXTGjPOjVTWSw+F94YZD0Z0yBQHFWcdknVI1iFZhzwyHYLOUock4ZKUj+mQNzGt5eVqGXfuxxTJrltnXJukFTsqRQnM4kn3EBpLIaQEISuYB0RIYLQfWdtKm8v7JFmvZL2S9cpXpVfoOeoVnERyUnFsfasd2MeWuaKrmDIdJ/Kx1a62ale7WK8JZRpxr7jTTEMCqRVegKB2fHLswJEGs37J+iXrl6xfvir9ws5SvySxpVSO+28t1uP+W2XZMf+t8D062yaKAkQw9FJzzxCRVkodrjBiHbKWj/lvLdZZb2S9kfVG1htfld7gZ6k3kpBWBkb9tw4P2+16Uw2euTtQpaM9kGLKG8yh1ZYBoyHkXijgqQXSKSNHPLcmOIE364+sP7L+yPrjkekPcZb6IwkXZnBMfySjYkyJlOI5u6yrjGuSpF53OYsZagDBQBNmLXHMMUEgk4woYSixw+okaS3rlKxTsk7JOuWr0ikPeuLyqE5JItM57ORJ26xXmzgG2zOk2+MD67JjZwYeVDl6UOBB3c9Ne3Z4y4nPCB2/wfVuWrC8NO0Jgc0HetM5u96swieuRDxgIDxFPA0z0Qz71G0V//fJzl4FkvrVYh4AuXQft0/DrefxfNGngUbq8mmT3+xpLXd1Z54WbmeexQQlm/L+23g86UWUgiiiLryVT0F7lRm8/jBhKovPOFdu92ntPm7mI+l4Dkv72Xje7GtMmYtnqFe3PWGuL6hnFwotx/CThEJzNIifgbPlGjEcO1iuW94944L4YI85LCBSkAnoAVBaSCqAoxZ2jijqtnJqSsbHw6ZJ0jF+xWyaPInf9fL9oOGqo7KdhKtyPGJaLIJ4uOJ1MNPdclDG6yqzfZURWe/W68o8Rco7KZwXUHoePiUg0GptNSeSYTkg893Wsuxn2Z9K9rN5cmbeyaP4SqIkORnE13PdDZBs+dGUjMCqLO6mHNWeeuGZJcZgAJlxSjAkpNGEOarZAKPKRjKaMprO1izBZynXSeQap4Nyvf+ug7Kdlo7I975KN38GRAZpywXxQbohlsjaMAkhRGGDjccDMr5vKMt5lvOzlXNylnKeRBdxNijnLy7UZlh/NyUj8l0Wd2SbWMSt1Fgj441xnAJHEVPKa4yQkn5AtstGslxnuT5buabnKNckie7gfFCu/xw+5qBY1wUjUh1Lu4e4aEadpVwBS6zmklqhORYeKIk8snxAqGMbWaazTJ+tTLOzlOnEo56L4W2A+WZeJdvubwM0RWPbAGV5R7IhZsZDJSEDxAkogZBOY8qxYg4CoIa2AcpWsmxn2T5b2eZnKduJ1zOXg7I9EuLfyt6bI/H9w7W6ehxy5QxQ3hoMHeaYSuMVASxOvhk2A9L+ZrLI/izzX4/M1yds3K/Ui7OU+sRXVYBBqX+9W23coLg3JSNyXhZ3V9bCwNWQMASsNQwTjhmHzAFjvQ16HQ4IeNlIluws2WerzeVZynXiLyiG/QVfX63Dn4bX1dqyMdmuKnSkWxJEkESKC8CZcUwY5JWngmvEjFV2SLqrZrJ8Z/k+X6cdcJYCnnjkCTRirqvLETO9LBg1z9Vld808SLEjTGqqgEKUUIaowZ5Z7j3W0g2a5eoyC3UW6vMV6rN0xSOJK54YdsV77eJ4cLZ4VR9vXbwp6wxq8brurKk7a+qOafXhH3S99JzFhkBPoWPaE0CClneQy5gaXBinh7T8cLMZEBkQ5wuIs3R2I4mzmyA3A8TN0HALKHRX6IFkhgtLPQDcYwkAQkIRIBGF1CF3ExxkEGQQnPHCHTxL/ziS+MeJYf+4F9WXHPac2ZeN+c5UFbrrd8A7rDCEUNKg+61W2FGgLVRaClp63/a8Z6pmsohnET9fXX+WjnEkcYwTbGSG//uu+HaxMu9H5vm/72ZN8ehsv6nTXcvDmgmtEbaMegsBEpppGub8UGpBNR2c8zctZWHPwn6+wn6W3nI08ZYTw95yL1d6vnDF8/V6UNir4llVPCLsbZ2OsDsqEWbSIoy1U4xjArBVClLDHJFiyMumbSkLexb28xX2s3Sjo4kbnRh2o3tRfbgR270tHDPe6xpdnQ6Vk0QITYnmAAEvwt+t194yQxkeEvOmnSzkWcjPV8jP0p+OJv50YtifrpdCtBW8Hwbzhx6Wd7O9AWi9BMojgD1gUBIDFRScUMulYEPONT9MkDk0C3cW7rsU7rN0m6OJ25wccZszmzAkijer8L9hi72qMXuzmlU1xtbf02rddMGWCR9MdBqkXipCqGNOA0qtdy6o+SGF3mksC34W/PMV/LP0q6OtXx0BqdvNt5urULl5nv0YSQRflzWGxvJBTr7xiocZ+UZqfp48jzQ2kTCPP1RXklFfktHEGfnqT7XriHGTu3VT5WpVxdVy/p9XrghNh0cqdhdqV2x388DmIuYEiRJYrKv9y+KfivC4H+YmCHy1QbWtGrHhISoyBBl2ttht1HJbjdciDOgijOrQ4tVCbRafinno4iZGMyzfPXvYDHz6SuuFuwwyejGU46ZX3E9y821Z5WWsMmWWm1ogq7tub5/jZlxG7yQR34+rj1EBvChT24YR1ejezfxdGGdhPJSZYYqXcc++GiaR4THZ648x2VaZ5/Xf31ztVpu5WvzHAc1akY4vsHpdiXCXEr2rfxtIcbH6GI8oq9LsztRsW/Vl1/RlpmJfZpdutq36Mgt9mYW+zC5ifq0oGW//eEDQpvm3f6xe7Kx+sc/WVQDgKF0rR/8hutKErrhP15duedUn6mV1tWM+JUUHeQU1goYr5xDhkkuMMXOSEYSBZQ638f9JA6eZSY8DqxMYSF8VVic2iG5OppP9FjOVbk0lllCJ9Kn0YzUWDqhUj5AhKsWi7tINJkhZAAElWnKtDJcCeOulQ5xqTA6pFBvIVMpUmi6tYbb5Ts9umMl6a7LyhKy0T9bDxI01V9RQ1sa07ACuDhqLHGZGKi6wgRIjb5V3yBHSh6s6PV9jpmuma6brtDkmM11vTVeR0JUN2K1B8Bel8PeN16Ro0IJtyrv5O7gXFCEbk+FiRhhnGGuLNSSeOOxkz4xtWsm0zbQ9mxk2yaS6d1LJhFS8T6qBUKZaLNcj4UsHxd2QJUUYchJijgFBwRo0ilqGsLXCCUX4IabWk4QpZUplSk1IKZopdd+UYiChlOhT6nU9SvuU2rYlQ5RqijuUMto5DR1X1CBBkIaUegexMpobyKg9pFTTSKZUptTnhE3muesoa1lm7b2zFiaslX3WxiNcB9cGzb5giLR1aQe0GGpmlbcaWa8pEZAiRrFjwHqqsDaHoK3byJzNnM2cnZSzPHP23jnbRikQCPqc7YUo1Gjxg/EJncKu3w2nVHpgKCcuTLQlDbQlwHJktAawD1k/QWRCZmyecU9IJ5HpdO90wgmdOllML4LwXhzztjZljRt4W49UPHYO+vAvPjOKYuT2Vm3eTxVHceQWN4mkmNr/euTjNeEU4W8u/G1bv7G9EFysGqgs3S6gym3d0rgYdFEGVlRP+ax4/kHNFyoYQoWK7ZX7S4Va2iI+blE/7D15WN8uKGJ0TJ/bMeEYjclrEh0BUV9e+2eEV0Nz5IDwtLC7NgYJEhJC7qBDWjrHIfNaSkiYRg4kJ/SlTZwY7vTIBHWKkKcvS1CnDmK6sbw+ZK7RcVlNfO0h7svqv63DF46BZd9/OEwiVg3TpsJsX2FIeg9qHRz4zRRizlurnESSY+8ccY4arzj15XSkI8YHbX1Z8oyyPD94MsAbSzQ6N4kOV7a/LePoj3ZAKd+J1zokffnuHYpdDdbhE7GTso4EC+chxh57xsLsnmEBMCZKYIe4c1brQwme4izsrIezHv48qcVnqYcTH2hI+3L6Sm3DtHpA/7YFQ7Jal3YPr4fUWQMExkG/Ys0RpkALIznxgnlJDqW1biPLa5bXB5FXcpbymnjVQjYgrxer3ar4U/zZ5tOA1MbiWVs8KLtpnY4EW0kEEEpySKSx1GKNMSUKCQKk9+lJtwMtZTnOcvwgckzPUo4Tn1PI+3L8YnV5ebWc7wZkOC0akt99eTdbDyLEMcUsV0zC6GKgHLIccEYhBqonu/tWstxmuX0QuWXnKLc88cKEoi+3r93mMoySntDurw9JbFXYndp6Z70UWFtKvffAcwWZDbNcxR2t/D874lo1kWU1y+qDyCo/S1lNvPigHNKx/Sy3jfIbSXHbLe4uJ2sYNCsTjtMwEikR3krhCC7PqwMS9BXsJMlts8xmmf08mRVnKbOJRxgCfZntJ62tRudIxtq0sGsOS05ZEFOLrSHSEeSssopgx7DEmveWjifJVZtlNcvq58mqPEtZTfyj0IB/1M/l97jeS6r8bjf3lRqufr3H1PDvphXlOp78TmW5iYzPnlNn5Tk1OtrPzn8Kj8lz4j+F0Jg8j3lRlaXHfanSKt3ZLjQAeKIpMp5SBIl1EkqHPcQQQW8OtXHa0N3o5PMV5KyV70cr31ieH9S/alSWE/8qhMdk+Vovq0rQbuZrNVi3ewQMw4rIIOcOUMqVoR47x6BFlHmqrRoW83vxu3o4ec+eV+fieXVjiUfnJvF9/yue+F8hMib/I15Yldwd88VKanR3iAkzwgnHvADxgHZnNSUemnKSzR0blvA79MvKejzr8RtKNT5LPZ74ZyE6JsejXlqVfB331erU6XpsGYOtMwxSyhxCElrmsTDQKeqkSNKVD7WU5TnL84PKMzlLeU78txAblefjXly1nN3Al2ugZtcid2GGDQDkUkvNAdAAUCaDVW4U5bI8YmZIwu/eryvLeZbzG8o5PUs5T/y7EB+T8yNeXpWkXefrdVCrm2iQeGOAJdgKKb2VDEKmrTaUG26oG5lt37HfV5brLNc3lGt2jnItEv8vJMbkeswLrBKxo75gaZWOOHuDgQ5zaA6wNlwjTBmjBjOtVJhrEzcsznfpF5ZlOcvyDWWZn6UsJ/5hSI7r6DEvsUZhHvUV61bqSLSzIuhmrxh2RlNpfJgRUAaYcMYLW872BxX0XfqNZZnOMn1DmRZnKdOJ/xgGYzI95kVWSdhRX7K0SvegF8gE50gw6i21xjOEpJGGKSKt9xwPS/Nd+pVlWc6yfENZlmcpy4l/GU79y/6yCj+PH+eIb9mmrnMDv7LRqkd8ykZ/83kiPNrcROJ77G1cK7p4Yj+y0c9XmPC7Sibr88p/iBn8PqhFEcQ3GD7GbXbhj/Gkcmebw8yDOLf5Bfd5B8/RU+zYuD07LzEyJpWJlxhGQ1J5cE7ufuwNnZTbKewuTSMLhefeY+ER8p5AqIjzxEpPiUwOTus0cZomfTxiOIEGfXRiOLGOvI00PqiP16gkJj5eGA9J4sHZsPvhN3Q6bKewe7BWMG01EpZp6ySVEBhtHOVIa0QhSmIRO01kSfxyJXFyD6zbyCI6S1lM/K0wGZLFn+dLd7UeksZFUzIsj1VxRyIZw1AKACESgFKMFbAYCYO5o0xZbfsSWTWSZTJrxzuQSHyWEpl4TmE6LpEFGpfJGbpGKmeoa7MKbQi0UiBrCBfOKh0MV6WkJAzaJM98r5ksmVky70AyyVlKZuIDhdmQZNauRcWbsmBAPN9VFWa7usKwjHZqdf2UFcGKx6gDw7lSzHkHqdAAKM2NBwMKtNNWltYsrXcgrfQspTXxZML8iLQekdPrJPQgvTpSkBDLBAPaeESchJbqYO8qg5CHo7KZpfLLlUqjNqvwThcPJJnsHCVTJr5IWAxJ5ut16E43MGA/DLdt2bBsNhW6ToWOAEuUgMAg7IWl3lFjqVEYOoeGFGfTTJbOrDPvQDL5WUpm4lmE5ZBk9jwQ9gNw+Gyzg+Ku5wEJE0yKLHWUeQODTR0jdpxw2gczF6m+TE5xvlmWyCyR5+cXNCqRiV8QAUMS+Z3bqfmieFn2ckAubVk+u6zLh6UzrdTdQ6HQSigQwN5zyWm0cJX0UDsgPYa6L6NpU1lS817KncjqdX4/8EFkNfH7IfA6WR1ev02l58gqbrdad4nIeAqd1jiYu9A6IwknQkEHIDPUeX5cYvOKbpbZu/JFAGcptIlbEOm4Bbnwtb4PPwhP9fpi9dGobfhD8wL3ghtqzVxZa7ata832r7kS3iN1OpJLBNNIa4ck4wg5DgiCPMxPsQGUw0TXxq7Nqq7Nmq7Nqq6dKL3jPZ1Kfo++r2szzEwpwc+XhVu4dyqIaNOT0t22lNfYz6LqZ/FP5d92oagWm2fFDwv3+7x0s13awlxtd6vL+T+iINyBtJ4kox2/vDuyZAfFKvHxIamPz0/b1aXbbeamL0vzpuhQgA4LuvFlGjBAoTeeMSIVIR4hiQAhjkCicJu65bCV00Sl39ok8jHwDq4VCjqlUBRmtVht/NXiabHvS32cdXtUdnmsdaiz+NQZ/NVvt6VQhBs6F+5StZzFohaLxN2GpO42v65WZVS1C6OnlozidaDP3CQC8nG1mpm6Uj0+Ztum0oFz+NG6h17h45U/TzgG2ptIPgZa7okIuEZETnQFf16baGHwq+X8UkULbujz7aVlVuwu5tsY4REjOar32sRiVCfK25XbLv/nrgjP220qjGV1Bw7hT+PwaF7jyUbg0bF7dv7hdEw0E78bkvrdfD87eLhEItuy2euuzqpnbL0K3V0JirHxVmCDlIMIeYQBJw46y7lHtNVdvWZOU17nLZ8nq7BHK58Hq58PKKYP6jg+KqKJAw5hx0S0txzaE6DZy6EF0ZFq3aS/iDpATdDlnEKqJVKcWgUgN0wowfC40FaNZdHNonuXoosecpllVHQTbxzCrzF8v/u0VJcdyzfU6glTW6sS4SN1ulsawiHDiMccS0cpMpRhQ4Sh0iPgXbtAeqTBG8jwx48fn1VSlEhzKcLN6N0+tDTDs5ZmW73qrjiHB93eqRy3S6RTye8DzTUJSNxsSOpm8+1ilWTPLn4Ic/b5djcUjKzrmjMXa858VfNISPI1PzgSmHzDX36e0hxucyJJG3039zorjfsR13zYgxwDzQ7Dfvthn3SgXN7RToW/+atFER9NLWoZjuP1HGOUrx/UZzcTZWOCm3jhEDkkuL2zLPbSczF4jsVBcdcLRyHnMAmzUGcBFJJQrRhxTEIsIHBtvPJBI6eZsecgkT31R0ohnXKH8DFK5MQuOLcXzAede44KZeKIQ8GQUB4mpd/LixpKSN8t7e7gWw4kdYR5pZHTJEwvASACeAu5Ys70JVKdnoj+MajILJAPI5DoLAUy8bahcEggX602O79azFdDQrlOCocFc1+jG+XBkbVGa8A1Q1IgLQyCGAnFsMAOob5w7tvJApoF9G4EFJ+lgCaeNRQNCeivLvQp/PcwXHIvOh+rCsPhksO1uh413ngNtJRISANRsG+JYRwDpnWYXyWnpQ63lQU2C+zdCCw5S4FNfHYoPiawL9qotlGZTSLfjottU7G7M2qh1pJLq71RQisZ88EraIBnjOIyNmVEcpvmsvB+ocJ7ByGVtxdgepYCnHgXUXJU47rfd0cVblV+jb4NlTpCixHziEuMJFEcS2uxUgYbE2iCkfXiiLoNTWWBzdr2boSVnaWwJv5GlA7OX9VmN3fbcfN4XVW4xjzu1OruhBKulIMaM2GxwVYCyD1iwDHDFCV8YC6btpUFNgvs3QgsP0uBTbyPKDsmsMfM40aCrjWPDyt2E3Z5CYJNrLgOIqucc9xjzYAwVgHGkvNKR5vLwpvN47sTYHGWApz4IFF+VOOOmMd79XfMPE4rHWS/VIRjwoxhWGqh49mF1HoFKYKaOX9E3WbzOGvbOxNWeY7CChPvJTrovfTD1dLFrzJqHvuqwjXmcadW95wj6TiHmBCODMaGMu0IQYBjj6SF3vbltdNWFtgssHfkIAHOUmITtyUqj0lsL4ymJ0DbwWCakWpd5wlIgQSCQIOo4UZ4ECa4QApugAFC8HGhnSIqNEvt+dvFDyCvZ+nRBBOPJgaOatgRc3iv7o6Zw2mlrqQG6QQOEeZjjgOLPHHUGsgo8zCoW3NEvWZzOGvXu5PWs3R3gom7Ext0d6oP2BwSVLMvGpbRurwjnpQgAaBA2ijBCMEOMSI0hkFeCXRDi8N1K1kys2TekWSepZ8TTPycWOrnVK4mmf5xRuv6+uFxRsnV7raqJyhoRwG49tJ5YjSkVllHy/+Ub7WJpkmaODXMdGNjAqtt2dYsDKd3bu/4/z/KltkkIlm3df+RpvGjFNUTFWH8XIXvdLWNwzHGnu0/3ffeO7Mrnls7+2X6gzMHROjJv//X2/Ahdxdvn3zzNryBD3U6jubbbmdhgK+Wb9+Wn2+48Nn6Yv32ydO3T5bq0pXtNM+zTR7ol2VZJ0hCWaUeFqHd+E+MXjwYE2/rEbWZteMmXqxlorr1tmzgyX//x5PzDo6Dia8T6/g6XenyLMDVZn1xKLi6LJtdxrKu8PZKDvdZHdPGQOUEwBJ7jz3HQjiLtfQiWfg9bObOhZhOKMT0zIS48ykfXoKrj1t92wEZ7hX3pbh6oP3zfN0CnPg6MdLVuqGu+n1A65bXe1q3vdoRWiSBE4xighFzDkLhJFOOGwcoFl6hVOu2Tdy5wJIJBZbcv8A2L6uID9iIbGnEXsbVmfDvD6465zqOgNW9COz5h3LDxFeIpb5Cfw3trA5H+od4sTvM20vd3HnShUkeCHYkJkBoDYhADmLvOMVWJYqp/f2dD3A84QDH9z/At/M4ZxtSTOUo//HNy59pUb7OPLTLoZ141bDUq+b/umXQ4Jvl9nB4v3fLoCxDQXeIdy93VxqpF9JRTzWWEmopqUPaO02B8U4mfqndNu58qKMJhzp6sKFePlmhwzB6t1ldLW2F9oGxr4rtlQ4ft2g/rStnI1kSSklI3FNYxz1FbeemIsqLVfhRqRjTaUksr0aZScvrqclQaVcLeIaoYdQJpTRhQnpFmaWMIsSlpe3BVYNN3aGUTJQIZ/QO9y8y7WsrVr74NXTtVexa9XGrrA7bSljKfj6tNMXTYj/Bf9paUDHLapguuD/cS27VL2Rd4mmem909yVDiu8NS352fVXzgOD//azwm8/Wqw7FFUzr7EE+s3K4Sig2UdWdrVhFqPLJSOwO441BgjT0P/ycF02282EBDpxGsbTC2FcB4tdzZ1cflRPgaa/4m7GITsitm+ne74ttffnn95g/F83bPIc3ute9sETtb7DvbXZuJ+dXfPnlRLf7HMfD2yRksz1yqOO1cqqVxQwjoFfcRkDxR8U/Fy/YHnwmE9uZ2ZeKFcN+Y020/GJI+PRYyJD5CLPUR+rdltBZfhBvvNleHBk5ZODsorLjQL+oGgGuIvFQCKaqJsIQqDrj1Mkx3WbD/2wDwfjunUeGqbM902puEB/2G75sEf1tdBRNlsSgWca2mzNi3B0DZuyLtXWDCsgw5LPcvMwAeNQBebFzcnA5fpS+vxav4gd9cqN3bKwSgDAPk+7iOtwt9LP4638538WiAXy/mQQ/EIRSM3/fFv7+5CpfnavEfB2y5UR7N+rfbt380Zcdmajnry0e5cz6L2SNncdjOXNOr2Ye6V7OPsVezT6urWZgtvH/7xwOyNTd6+8cB3FR4uJ58ibcVB0O7xJUFnGCvKZntSyrmHVw/iDEw0Y8KEiewYlIQCTCTxFsquLO6DQw6aOQ02m2Xq497Y3+2NW45lcfGQMv3zbs/BbMniNmqUAF7cewEa2Zlq1laJNnr0MV2w/h17GJ5jkyd3fQv+9f2h7x9/MXMcBJvLA7HpblzyNuByCXHu/VKuv4fAGPMDZJKciUgM8YZo7ijHmjqEBiT6VPPcjOfdDI4Zq4GxSRyPdj2fUv280v1D1ed99Q4VjUqoRLvuItc9nS/AFOvWGYBP2sB/zEQOQC7MVfCJ9ptVrOfltt1HEnFd24bxmX5DeMXLhffXtfLclNZJBdBb+1Ws8YwCe8kdmFed2Fmyy7MQheCZVI5bM22zYLqqPnR58R6eTPrI/FR46mP2uudCmbYwOl9DbS2scLQaYsHmZ+H6x1J+Hz8B59ph5Rthp8vzae7OoHy6D1uTbAJsj5Xn/B52aE9x3YHjqTpsnO1GLNNJmNL97H401VoM6DuXfRNNe/DBO1SbQJ6wkxmrcosLWGW5sNovtq4Z41oVQnen3ZPAVuogNTd9g9nmCV6dLifXXJoPibJieMaxz1JfumWVz3pvawudny/25Kuq5rGEFJgPRTAcUEsZwp66lRMmucB3Qty+/sTpw6PTmQn8P7+GkR2Ym/xG0vubWOtVt5v3S4+4Tdg/fvT5J//pXtXFt9AEv/M04uboYtv7wkHiRscJz0c9BLFV6IwnCU+LesuKqCYhQ9A7ZmLB5YpK6AV1gNGpEBSHkBhivzwGQsZC5NiAX0+FkrhxvFfKP4LjqFhqN5m8Op9wSFxG+S0B4cX1eDr0cHsrw/goTnQtbPLQjk3ijMAMXaaWiGJIcwjiAIwnNcHfGgG/RcGiN7JvOhZmQ48E+JxEAJ/PiFmNIr2DCf/RjcwIGiDhq4J0V4OX+Ef86V1v4e7sPuCRuKQyVkfGv3cZrVUjyQ065Z2/TIdwxgzG/4VMOEhcMZ4S63kBDpmDu2KaVKXZcviC+XGFOeC34YX5H54cRuroqUFvC9aJE6rnPdoMXQERyUco+dvHBR30x5Kbzy2nlEvCIfeYaCdCfMSYBCmwB4AY6KTN7KpkU2NadFBz9vUoPcED5z4iXIxDo/iO7dT88U4Q2a2qXAMJXWtDlE4EcQbSryAVkXPUSOxkxIhyDAExo0RpW4rmyKZK0cPkb1vsrCHPPx5VM4Tr08uB9chuolr2nWCgaw1ncLuyeyWA4IQ0xxIDBFW0kqvPEHEKmYwHViHODlfTZbhbBtMKsH8nKcV6L4sg8RbUoAeMX5YrXYD2xq+uTzAi6qsm9+VQ4ysgVQ4bo3VxMUIUQWVAgABoQ5wUbXwpdEC5qnEo8aFuAtcHGAAnTadwPcFjcQpU8AeNP7sPm4XbjcEjmVaNACPtvzAWYIzay0TVjumraLOOO6CBcIVhaTMVpYCpG3li4dINjkeE0PkLScNV9tQMzxgWR7eV/nf8PftN/+jtqnva4cTJ36NonPG6Pxd8frq8tJtiteqmx5+/m62LUtmW5XkhT+43hF0xTgPMwkOgeQMIyAtwsRL45HjjJnkuJVuI6fJ+UFjs+3Far3PUj2JlB+5w0NMKw4+WvE6dKfxsi4lvE106T65IgiSCSJT+vGWTtwuBkeFX5t9osxz2184yZ35ubUx9Op5E2wXnXsW86WLZX+Lz//j6tJVYVgTezHHuDO1nDVhfqWHT7xzLItvfnYR7lzHWe2dlUe9mA8l7YYRVDjxfBSp5+ObjfrgQuXN0Obkrinsb1D2i7pHkAqKCXGWIczCwEMSMMUlwNRCSzloE4D12zlN7qv2ZnqxSk8znUTgh5q+XpuTUviny4JR9aKIvSiaXtRZL2J8ldvuqoDRJNHFe7csdJIy5jP0bjB7r9a/LcMkbntND/+8irbFhdpVASDV9TI0JCr+YF6EfhXlF96G/oeOuSJ8hiiSoSz+5O2Td4uVVotoJIRXG1RkWfvZ/9aB3P/y4sKZ98F2KI2S/62Ki43z//z2ZmPDrszVZehNmd03tBtU/LvSnP9NL9Tyfej8d2mN8PjqX0pAlrlb+iErxYVbrJ+dnEA/R6XcPiplWXy/fKfeledObYKxGp6v4Vf5xUqk/7IsCV9qwjsKTVnOXN2P2brqxx4NZXxKCfhV2Y/SQDhC9gGi3jBABSd+rKKTznGz+rtLXk2a0bEqGvA8OSjoOqtJI6iyBDCrJMHaWkQ9EN4yIhknbTKww1ZOg3q/tUmAPvAO7jeErqh7cAjymL5oW6I7ntawrXBaw7KZRwVguoClxac/nN05Hw8VWIoTl02RumzG1YshIYiLCn0J6FztbngyT7XEElIAJFIYACw8ZDAemUOAajc8O02cNvYPmppk4B8+9z2P+nj7POSnGfKJw6HoOhyuNp+qdZrt8RDFUC/atKHejSIVj1Q/GrB4g9997ope2/RkC3htk7der5skKjH5eIPR0o1ohL7baBdV9kgRbrIKdlmwV8Pl+BTxQM5Qu5zhtxnz4tt/Vryc13nw4lJAaXrPl3b+YW6vVDm/iDdvm/7bL//2l7LJT+cZm3h8uJ9diKIYE+jEJ1DwnkD3QhTjQB0OUWxKuvNyjzw3VkIigIfUeC8chwB4LoRhFCSr7s3vT11vPy/pnGQ1/WuRzsnX1G8npA968tuYgJLE706InoAOBA3G0ToWNNiWdXfXoQrTLAqgUIgYYw2HBgmGnfWOc+oOxHSaoMEsqFlQP09Q0VkKauI4J+SwaVzAYVN4BodFtS7sZk9V0jsnuTWecO4ws4AI5YWSAIUr6kBW6yaysGZhfRhhxWcprInPmgQ9Ya2jbQfEtR5EYwK7L+7G5HOOGSRaG0cJ1gIrYJFGygqvjJHsQGT3jWShzUL7MEJLzlJoE58xCUc0LBrRsOiYhu3m8EOOA+GwcVppyo1CQCMkvNeKIGYcH9SwKAtrFtaHEVZ6lsKaeHtJNCKseERY8TFhxd09EkiZ8YBJzygjxCsvAUTIKk0oRBgOCivOwpqF9WGElZ2lsCbuWhKPmsNo1BxGx83hrn4N4omN5dxCH2avTDomg2EMwlUHmVN8xBzOGjYL7QMJLT9LoU3ccCQZ0bBkRMOSYxqWdCM1qTJEuPD/QZ1aZLBAgJlgDDvutGZiUMOSLKxZWB9GWMVZCmviKyTpqIbFoxoWH9ewXaNYIKMMRR5rxaUBlErvgLLAWC8t1mhEw2azOAvtAwmtPEuhTbydZOrttA/reDlfzpvHS0Q3jPZ543a0l9v0YkdajWEGKKyBlxgrIQzBDmkHvMKSG2j20pq2cANRPeJgXH+IIKbdNicR2oOnv8bbDz1DeGKp3R9xFXvSD0C8UDE+KYwst1nGUzv1RgX0Vln+Szkc9QMs4vkyUT7/B0yE+Nur+SJCofQsRAD8f/a32j7Lp0x8KcfIkMRTSqaeUj/EE4a+c4t5PKTy8ABsHwpnti7co6Bz9SBrGnJSI+Q9wTE2mVHqnMIECkwtIC0LOk1MBYNOo/W52pMgod/wjZIbTAmGv11dXgYJfhPPwCtPvd7zINT5MF8at22OvjYXalnGepjVogzHaY7LfhoKD06XaQEyXywCMDZlLE/lWry9XK1Cg5fR4bdYhcdtAqIyFk49BLh8p+FlrweP/+sW9p/iZVPhq6caTdzLZMe9rDJ0f40S8VM6stMZSvUaotTM5gd1KtCN1ui6n2mDCBJAMyY9YhwTw721QlMmsJO+na6MNTcVAI/cYJr5zJE3dr920vM6yrDqUQvDEoHB3PlUzjgaC6gJrHxaITFGdfdxt16E30US7qNB7wB3tz/1PJ8XPikwEjc3mbq5/T+3DBM8c7EMA+Tdp2MxIP9wy9luX/MGUSDX/OBIHMgNf3kqNoZvMxEzhhu/PTAmCBS55htXiR+aiVWAw/x9mc9lWeUbSLI/tM8Trply7aSOTXxWfF/DJ4Zpl1x5FyZdMcdNmNHdUyzIVzalupH0nl1IixwjVOvbRwE4INRBQEuUraFwluZ692xPTbHllAIqNKdeMcgRhcAao5BHuj06o/n1VFbJOeAF3cO6zReFl4kXVG8voA8azjIqnDgRTnggnL1gljg2h0NZ2pKuawG22FjrAMVAMMi8VdwhiYBC0gHAOiJ64zCWL8cGyEJ6WyHNpsCZx+OMkoYkpEEHpHmuV1e7A9Co+lqPM2VB9zAcCizxUhPsAAqWgJQUYC0Vcc4wSmEHM+XPM2UyZTJlTqIMPkvK0IQy+IAyP1S5SbcHoPHt5R5rmrIObjzx3Ie5jFeOcg01pcqG4QexBxhwLjq4aVrIxMnEycQ5iTjkLInDEuKQA+L8NbS+OsDNh/pajzVlQRc0SmDroSZUc0khJ5yDwBsAKXVCetwBTfnzTJlMmUyZkyhDz5IyPKEMPaDMq83czKtckQln1vurPdLURV1PFwS9cNRAyqwEiHumnPDQUEcQQwdzqLqBTJtMm0ybk2jDzpI2IqEN620qb3fzy9UyJsQt3pQFh3vJbYXZrq7QY1C/VndJRyrnNJXMgDCps9ZSRhQDCllCpIa8g6N+W5lMmUyZTCeRiZ8lmWRCJn6ETEeYdB2NOhyiCjgACaRSGoYFEo5oKR3WRjCMGRvlUCbQV0ygmxximhl05rGDYwxiIGGQOFxjPjxesVwDHjxcsS3pJtnnXgsGiENKeSWMN5J7qjyn3ioJuxOxGx+smFmTrZ1MmjMNeBwlDUxIkzr3vlLz5U4HIbtIXv4sjP2WO22VWVVlj59eSfdgRomJhZgz6wFiHnhPKCE80IVr6pzc46fXzFQUWrcNVw7rs/Z0wqmO/jhyiwch0tgHjSiKAY5rtymvflQlU8JILLbxxLLy0KdyZM13ZUmJpSbEsgwe6IVIP6z7f/LqB6nTLR3Czv5N5VinRx26wBLHYJjaUd8uQseKHzZzG0b76zJyv7eTpmOdmS/rzOro/u7O2miNg+MpFVEaOeQ5wEo5BxR0DCIoBNTWtnv5o81Nhb0jN5jmwMojb+xeD7ErP2/Vj2IVYLcJ1tYmhjRdRitrt/qoNnYbQVb4zeqyxJ91693FNh5NW9LpaUW2XYwd7WR2KANJq9NrHzKmc7Ha7eZuCA9pSZ8N/WwWP5f1H4p01bstB8nQw/SKb/JEqTw/cgS+Xs+NK/5tXR03F49d3cbj6C5XVQxeHb1cPWn92FWmivgepjqRbhs7MbtaV2fNxUNBt/EsuroTVWijqgS9kXrVdOLYQaOj9LzhqXQs8SyHqe364kJtorHy59VyFt6Wn+9m/Ywdpqo0W67iZmNZ6TB/R5uv41jdwwi08cpTBZ+N32EikB993mtMV9wl+QQxaG8HPmgz4Xr7pJpKh2eIIarNBLqfAqQUle08/M0V/9TE6e+HaRO3Ws6i98lEKpQWcxPDlx82Du3R8f4WU+mj4npuQWhklEaJ9zkCAzQ6CERrZGwoGC0t6+a+5VwShSUg0HAPkbAOa6qs1MJxC+weR2kLU5mPjwk7E0yYvzjsTByfdiuxfcjQtHGRTVy5ERwQ2V54WjNCh0PUuqXdSFIGJOOC2/LIckmQ0ZYIzxTlTlrie4I7bahaFt3HLbo32e27O+G9bbRXnHNvy3PPd99IsP79qYj/4s2//pf+Jv4x+ed/LXpXNr0rb+8JCom3NUJDeny+3c47C+F7ZbsvGdbmVXE3b6ehxjLusNMUGmAUdpRDAoQywkmu+wq9aiSDIYPhtK25PKM4gyizcQol3tgID1Doh6ul3Q4wyNfXBwlUFnbD54FVlBLDKZLOSygZdZBBoQDRBII+f8omMn0yfTJ9JqEPOUv6JN7ZiAzQ5/WVMW47xJ/tvmSQQHVxh0HAYEqIMFACijhigDnBCeFCMIWJcD0G1Y1kCmUKZQpNQiF6lhRKPLERHaJQlWV/iEL7kmEKVcXdSFjEuYeEWumlwR4AjLUWJo5kTYzsr9DUjWQKZQo99OoqO0fx5YkTM2ID4vvrarOwl2o9IL8f26JBAW7Ku/GlDgCjlUFMaomMRsRbjDBAkvtg0tCeBDetZBHOIvzQIszPUoQT72DEB0T4Z7UJH/WnyyoX76EUL2LpbF6XDgpyUuUgL4VEHGBmkIaEISQwgoCFq4JrI5ITeQcayuKcxfmhxVmcpTgn7rBIDBnU69Cb1WbQom6Lhk3quryb5t9bEAUWx4ONIIVYKi+dxJZw55Dsa+SmlSzCWYQfWoTlWYpw4vOI5KDLwmI96LCwWI+7Kyy6hjTxmHJogEbcAwYZEWH+6yXVUGHPoRhwVlhkIzqL7MN7GYGzlNnEMxAPeQb2Inr3m22DUb3d0u4UGBPgVZBXyhimSiguoDGYG6I9xcL0t/Mmje7Nsptl97Nl9yxdBHniIog7LoLzpYufyJTn/1VZijp2c1Nenn1XpQxqjefB0m5WEKioNJRoLblBnACJLEJWe+IZEDTZFBtqajKBHm58GlkeeUMPIcZDHzNI8K4Trt8G8MYwsSDVi3AX55ZVTFhzau+F2kWhj/WbVp8mkut2uxjXFEZfDEWrpPvZw8bLfrG7YJ8Xc3XL6KiL1cfZbjWrDpOdqWow1+tQp8Vd3ajlw6iqYbLcMKKKJ76POPV9/K46Kve7Pz8fi5ate2mXajhWdqS86yQtoQA+zDW4AtxRIDDyBiomvCZOq/YQ85HGpqLeaPOTcG/8TV1z/g65A/KNfNgu+95eAaCA2ucpedqDXxUQW8EvsPJqW2YzudoUS/exG49ZsSSfhnpi3GyO//0q4n9PT4HAE0dSjEcPsa5HQfXqxk6zbsbWtqk1cLZ1t07XpLVee2UINeFPnAOEsNAKaoKVd8Kz4ZOuuw3ezbnXB7e4gwOwD9/cAxi5Xx/qs2HbgcmPq48xf089DlQ/YUD4X5ln4JePy+Lfyu9aP/dUmQQOLdrDbAGz8L8yycDq43JWjqzmS7UG7qjlewxDN7V/E79XTA5h+Rdn5mtXvFCbmGBnMXTQbdmHTVlvZup6R465va76YWqBo/Wnyi4wdJMpmXjQ9H1nFHgdBqFRYYJe5rEyq1WZea/q1LbJ+uL2B2LHqfzbwe+fgPNZ8WIxN2VD8bfVpKtYrd0yAHIdRM26nZovivhB7ulA21st1F03vM8uCB+NCXDiMorpNQJ8jdweLrsP1enYN0wrySQNJo1CSDEnpZeMYGjD/BVAJ7r2TU/CJjRszlh687J7X4z3L/O+5fhBl9zHZFgkfqOYjcjwy7KHwwJ8WZeNSm9ZoRsGZ6hGTlJprOTYeUMNFIIrrAji6TFIvWay3H71Ufn3LbXXhePDB5HaxFUUd1xFV5v1ahM/3THD2TS1bmI2H6/cy8fV1P6tqf2bvlraxelpuPrdKHOhLaKM6NXv0+ySXXOTmwgyOybI5WC8nSAPfNJSeLXaxs2u1HRuOl0b1koXS/Vh/q4U1mdFbKx5kKIcvuEHy2IbTPQgvZ+KchSvlvFy1YGnxXxpXbCrrVru4i5cNLf3xlgjtPdkVSOA4AzAGZQFpN9A8g082P4+OvLPzqbGY5KdeI1icVSyjwp0z42lV6O7GQSsU8BhjCXERlOntRfWOisMVgK3WaL77dxAJydifbBgM43OHW3/+lSoWV7vynzuCixi31A4tcA+uLAm/qFYDgrrz63m6AtrolZGhLWp0U1jg5FBnOtgOCskhAHWe8sFcQQQiBgdENamnUclrFm5/sv92MxdUcXkG8xOEFX4kBbzqKgmbqGk4xb6SbvNcWs51riRpTxasWclx5pTG8jdu9+BcXzkBvcvu0FMk82yvXBeqO1easuTWurflHPU0MXd3AQZbCU3CvK2Et+L0JfyeaLv2WpTyq8OMnmhlu/CvLYU+zBVDj2am/fF1Tru4QT5bdah491Wm8nV7NPPtJAJ+AbRrhSPjvQ7sY7rDbAXGxfBoYofwn+vwmgIzK2+yOvave9N3NwMFz/Ml8Zti7/Ot/FFbuOP/69z6zBZVza+5In3xUzZsZma+bpjs3qozLZVx2Zx1zVerDo2+1B3LP74fejYbFN17MguWfnKZ80rn/0aRaaxCIa2ybosI2MsS9xkCRxl2SjCeuZGp7R7egx1vsx+S6TQFlpjvECIaK+VdZ3glE4bk3nEnhXTbnuOQmbaJFMHgr4hZEqSZYqdBcUS91eCxi2yoRlUV2pHp1HD1TqAM1pCpZ2zgFJqvYnOUUQazB034T9oBHC3mVBl6+2rI91nzbso+AZ+rsV28pwrc+7OOJf4hJLUJ/TX1ar9tr8s0ynnx9UqvIfLMEdMdiJWy3bOOVahe+a6B0pK4zyWAjqjGRDWe+Is5VgR2e6zjrU2FdzS9ve+3+b9RAtKI63fN9SeV4tGRfisL+rutOs5xb9ebXfF1u1qR6jwXt6VCc1KsqVLP4FUi0Uk13q1vlqUO6olu8rfpW2vNyt7ZXbbu5hxtm/0Vgxj34Bgq3UZFkd57eL5qvoqZ+UXQcekNnFOJOSI1BavdzEA6AbCO9s2NY/LcF2v681tJKUKCwowk45LDR0UEkEMmDLQ+mtFuW70BhKdpbmS5uqF7S2QVpRfLVz0aIxrwrvS0SLGR9ev90lR97I8UzgR1/OSUhoE9ZiUtoP6rISVjQlr4ohI6Jiwvvm4uk5Kdx9Xx8UzVOhmzrKWS26Fk0JJiIWnlGHNhJbUaQfNcbkMrWUVm1XsLYWXfUP5LVUsOkcVKxPXQ8KOSO0NVWyQphup2LZeR5SRx9rroEuDzcwIJ4gZJwHzEFhvop/kdaKcVWxWsXspjf+jn6di0TmqWJl4HBJ+IKz1YkH9eCNyWk/cZ/vTlfoi2q3SXacTSsGgXSFg1Dnv4xkaHllhlfPMajgond32sqo9UdXWn+V6RVtVfDA1257f9fniK7+B+JZKFpylkk38CYk4KrfH1WxXlo4p2sGaB6oWSSe8hQAaLmVQrpAixSWEGmOj2A2EOSvbE5VtLaMPqmknEFQErrGGx/UsOEs9m7gUEnkgrz/Pwwuxg2p2tijLBrRrt6SbwM4TSj3HjFPFsdXOOxFerwjTWUk84qkcdpu5C13aucHksnf4fu5Z+vp6tA7mj1L37ZXWC/dytVlfVHH8pcCF1uahgY3b7mLF6gGaJFaPRwmvV9tdsCWcvV7Ox1IL6PL9XMb3M5RfoFfcTzKQvuF7zCtwwCr8DcBT5RXYqI/F810cX+U+6KpKJuD23/NV/T2rz60adtSJdKbOMRB6M1NNb+KVMrGA20tfM7qO7L71UXXDPAIyce2k4Bgyj1s4nZsfM3CGKnZX6wURUKJgsRAW3reTVEmoFMUwFDgoB+2boVYzZicxck4j7Q9d4+dpsb6JzXTfNtKXzk7yDaaZnZOzM3ElpfCAnf9/9v6sS3IcSRMF/wqzHipfjF4EwFXvPVPHw2Ptjqj0SffM6O4bc+KAJGjGdFWlllLVLCzmzH8fCMAF4Ao1oy3uzu7MyghTESEIAp8IBLLox13V2NQPMp0w+D5BN/ydU0gC+NPv6T1fahxBV7fMl+OWUZaO7Ecz6F59iI04eBbEjuVEkLhycfDBiyeCjjpulPBID4/vzEGbRl2iXUtmbJ+2dNPbtbJ31t36te3WR2zMaIPRgk6a59yfo44aJazP03qGQ6QilyarW79rylir8csViawanKgkVcXyEQK93w92EPbTiKROiBzPY16WkcyPQhRHAcpoG7o8Im2x2OVR+ctELo/P1sxuns7PiC7ezRndn2gJBwx+XOAfl89YyX+TocjiILHdcU0mEj6rrK031k8ZbFbrDtI8q1RSasGBZFvtcYtCxim83JWstXJvcZvw2soFPUBBlh+5VK4kxRIXCAHIAT9tKRfe5I/W5SILfigpE7bnu32pc8jXWfn3Mz89YRsTCzkbjDdusNDpqQ4R31vf7a/pNRyYBdLVAeIQNg1L8i3fBO9vilNRWnxniCKl5VNFhe9tVo1FgkQdE34nx8IJ7u2DGItdHGUF8KnjVA3hNryY3UK48alKCR711OBRMR99/70Y2vWRHm7A86N78Ad+07WA4yDHTbIME8QwpSxGbhSTxCcsCKnSumJA0FIKQBPN0UnOcPdZiygDk0c9v2K4hgVTo6/0KN1b6lB/+w91nNbdTSEUgkibSPOST+Q9AHh+5Ch/PGXFNi+4joFNVi9sTn//9OkpX6gXqcFBb0PQwjhoveOWfLHL/+Sm+ccj3VdKutJbsBiEd0nDyKdKjkmaodinZii2dGTafCjStaRC5AQKDiGPKQAqAbmeGpD7d0a31ndwhByIFuJvwTU+/NYFwd4vurs98vkr0jhjWeCHmUMClMQUxyhLUydBaQOBPTFLASAItmvJVcnbZXFv4gnPDXedmr7bnAGQwQAtOUBujWbsyDGrqfCbl5yOUWm6VjlagGmqAf0iuXc1MLieVvNkGWD4cDrv9619JI+7DSCoW6Gqy/hkuFBWI6m2vgTSBg/UtdV0kBuFhf5eNAMFz1HifT013vcD5SegyufeR4WS/1r7wLu4MPCbXtYsyYLQiRwvzEhIXOwlnutElCLsuIR4bdrMgKClsGFQ9CKYMDwzz4oF7+UGllCQ5tc5/+oW/54fan9UfYXCNxE77q20KocPJ9h6dzT1RMuXs29O9wd2d8yhW9iAedP9tW/dfGwoljRuhkb1BXWpGTXT3Eir+PBC3Vw8R4l59oLBdoS/5tt0m2dssG5U0xzsrqKaqh01SdyrH9WnXqgfwYDkRTFrVL5JtZVwQd/8d7TMt/eWVJFt90DNJFHtl9YavrfFVVXloL+SzVmq6FTZuXB/y/ZgFYGi/3iOmSUOf8KFf3gRM8e1kV+bOaFeYmByKT9LYahvGOVrEQpRN7UGaguzCs74237Lh2m9P8fbPKFPeoKK68G09QVqaxvsJQpdU2Aw9qEdzJQnqVnu9fTOFxIIxuBICeX2wmk46llRU/tOL5oyRqgZVpQEseMyjBENXS/1U9f1MzcNHBYiLw6DgYapPTxZumnqZwZY0RcMWIot8Q1/9ALAFWwctDRwraD1DKClxLN70TRoddtMDGy9wW4TY3R6vxjiUz8MPRRFmR+6NA1cgvwgYYwGTpq4U4i1aO+JFbC+ZAvL4//xHwFUixdyWoHKEKiUKHJfjSL/ge7ASwERKuClUm78e0bWtSAVgVTgmGlJu7bWHKGepROGaeY5npNh6noUOSHLCPZQSAPsxVlbg3NO6mIIdkOPp+rqfvg5ywDZzGNM8AyhBQGt2lMiVFyusA6WCbdWvbtEnBwEi1QYd97n/31m0gNeXdPQeCsq1PHXfDYja8wDps627j1Sf+l7j96JX5/fV+TaOILYMgDccGnP/beVJ/PvDK5jOV7z+T3Kz9j3lj0VWFbuVD47MAj7JAYhCzf2520cJGexxtR9r4SK+1rVYbjuYaBWDtaHwzY/Qa9TKOvYP4QKSjvb0luODWUb7qb/vWO3Bdh33YBy8w25aZh5JIsz38FulhKHEKXZQSvkWC6GdVIq39UHu4SXs2XNyoWhbvop80jnLerVh3qaTT8vtuW7dl91+ZK3eFXQ2Y5+YtJ0q2JVIVzhHoqinJKb6qqr6vspVgi83hsRH2Tlp79WlT5bLMz5e99fSYFKk2TrwI7NVXqFrvLa4N4CBznEvlWXDX95CcvPtxECIAIswq/Aaa3Ejftq3Pgv8gbmfRNfAnYgX2TbgSu36pfedZv+d71SeMJSHFEv9JgfII9QxNIAKk6mSRr7UXsJ3xGy1EaVF0x2Ez5j956zyE6de8z8BZz3NJfxjWktj0JyuypHqt5V/LZqxtvEmfOfq1u6f/wkuGXcCJg5fJ9VYt5Y75XtCHuwDs+FTZixEl6dvkwDk3onInfjLpVny+0a7RAlm61/wyVfH4szhOpX2WNPdIXPx6idm8TH5cfj+vlNvlh1cW/Su7u7jeXOm0cWJeLdVyPe/5mXZ24sveWW0vfFcVf2AeVWUNjcUoRz3q7V/N0fNEhxUy+gHo0z7MSJy9W/lzHihCSgCUkYagPcu1KWwpSu3GWhZET6cyv7+gr/X5CQQmNQ7Hxbc6CAmMMGM0R57Xsr27I/cji1AD5UaKEDyZW1L7hlcDqJMEd6gjZHXPLxXkTB0yOcnxbOUXkYSIQbkYj90upaCRX21VBhBWKqUEKIIlL2VHxdB/bdyB/kjtL/rMfJeXHsZHxHJb5P09B1Mclo4Lhx4CCmFpHVZSy1mxTQUqQvny8y+xwTHe0vuMOqDBAInOJbqE4EgfgXaR7XpcrldrsujtesOJcWV7hp3ljeKWffcYu3Cessr6z/Oz5av/2HaK6rmuG//YfIJqnjkfkP7A++EOHZsCFFNgrjG7HeuNnihe+v1nSRzyBMeuQldpDwx9fZYegVOj/2X+CXmuClht/uEJHVOhTONUDRf5G36S3dJ1pQ9wu4uULbiarIDc9Z2s31D+mS/KECGtWs/VYG6i1lzdZYpliuEwZqR4eZOqiUoHPf6zWU+WGbn5KbGiD6vikgys77tqBB8xfdKHWzNAkYIk7gxmni+p7jRAFO0sAJk0DtlFuzL9si5lq8Rj0/y3qhRh/w3BrzWzhP5nu+VqmVnU/no3Ckc9OSFfsrS4zTuiuO21SxUOmO/qmcZxsPkrw3hF8UdSlfsjrhqkpV9rK32sjLugyMwgzuMem2UlvRlFyXNl1n2pQQJm5B//IkFu/lavZLiHP9MgHeQxvPXRrgv2/2jl0be7WfQrhvrI+M74J3BQeF/f3TtezpjaLxVohbX/vER8HtczGKCbXQArKhxwIpGQe+r/lC5bXZllvfukM0kTdptVbYCUI75oStz6/REIO/6pVOQyf0Y5a6UZLFGDoppq6TRShJfZdFQVtUfFDUcr7RAeHN1ftintGph5h4NfxFrzAaR2d7I6t4Oim0/zoJX6UaOwKHJVktjEK2f3Jvydey4LUUPfEXRR0AQNdlOSg/VF0X0jvC9mcrl5lRqehoJh0+XCvIYx+E57DyZPGn0/LNK1EQq/H/GnWDvyGPdmi/tb7NIS8PDP1fqViQv3J1Ade2B1Y7H+AGr1sGrb7yXko9wM12NRD7jt6DqrjjGqOsBiJvuCGlv1sBrbF2RzXEMCCbagsl3cNX0z1AQ0CuXuuGG0jhFzSDHrn+T5qKCIPMi7k2cN008eLAixOuJWgasxiHAWPtgaIvZ7H8/Z7khZP2x+S/iFao1EDlHQOLndsUMi8bKrHsrXwHYRIlnEG2HMlFoirfdpawmMrTMf8kc1fl7tCKwHAD5u4GfGvFvi7RdEzBw142BWE6B4k6I24r1US+T7Zn/rf22n2bf2KVXrmSSkWEGRUJX/EWfAhq5ckDk+ee5IjxBUIw2jjhBj06zOhbtrvnZnB2X5cj7QcTfXMGq+AovnEdJrpc2ZRUGYDNB9APJLJjOQBRW6OBCJNbxQGYMwVeJbHF13oU5Ht2vLc+5jsmQlT7hc8FgX2qCNpqvfrf9a6YOElSmjnUS6DmOUYsZCElmR8gzMK4DVToCFmsFq8udlmkHRb+3O6bj2y7lfBX3HH7m68QNfwgo/F5Cxcc9SjrmngKMv5cW9EVzgHC1VDZBiRxnO3gZmrl/XJbekSRqLbFF+Geb1poCKxC/F+eJgxzNcO/CB2AyIZES7to/ll3ta50QQN2otEy7KRSBph8c4T98EFspqfy1NQttmu90OCIaK58gsHIaJMYBmOLnT1VlrgDw4aOfKTkDPlqztCHHT2erJ/zW9iv0Hv1Pf8MR+ufSI1dAxp7K2hE41PY10f7FvVzrqdIuxnX4tG2fLTNH22LR9v/fHx5iKFBNJpXOMju+EITFikf2lKlIy57qokCWTI5+78Yf5wlTBG+RQClxaexsmOxs7gQCDC16DXNhSNGaIy+KSWb1tTmN9wQSJufHq9E8/n7yiHTVIuvTJ8q34ivyuKuFMqE79cqi4kb/faWD25rNeulstCFkoGR5nuIgIE1/6YeG3as5shr/aYt49/+rTqIlFVsTKXGZKGcnRBH4P6efxk5C1D68XwoF75RqE4nX6+hH9lOYCF3Q8jG1VPkp1Dn1ZWrDccwVUlvChwDTMUGmIrNMRVfgKn4eTEVvwim4hVTV0z9WjA17Nb/nkKdV4ep0RimKhlRATLAVGKAqcQcU8kFmEqeF1PJi2AqWTF1xdSvBVP1GmkzqPPaMFXEMg5iqpK+Fmjpa3DzoR704SrERt1aIPKvegYp8xwSpgFCGWYsJNhPgighNGKOz5dwW/lD8i5W9/FrONhHK2C+csAc8zwPpMbU0OKiDcLLHoFf/Pir5K4Fau6auM1XYYV/abFlxC11D170XzvNdL2MJX7k+XGKGeL/P0k8j9AwDtwAxW2oly7j64YbtMLN1wE3X5dx5oYcRB+MoOhVIqiSqBioiYpvRcqoCqEiibQHnfKvGmRmiRv52IlI5iO+1ZGDEsdLWOw5fka9tPUZSt7VMluh8uu2zKDYkftgXMGvEleUrK1Azdr6wI63ecI/kna7W/2xhy7NDxrAOGEWYBoiyuKIZimlXpB5rstcQhD107aCQMO+YsyKMZ8bxkxFID0EZPBjjBfyGkEGK4lAgZoI9P5Y/ItBp28VZA7VH3sg0/yggQxCWeY7LMRZkok6ZTjhR8CEkSRBaZgpN581+woyK8h8QYbMRfVXJMp4Gwc9Js7CfZUooySQBGoCyfdFARmzKsZk4k99B1P9d9215AYZTaLIDyMahV4SZE4WpBlLXMLBx48bhKm5V4BZAeZrPilxeOH/cR4ML96rhBclTSJQ0yS++4NvDAi1tb7ZFsknC1lQD0eDG1aT2DGQ2EjU1OmhzwiZBkYBQVHoxCxzGHV87JPU8WIc+rFHA4+DUgNGI8JWbHpCbHor0iOuIfmhbPsNynTjuiH592oNN7UU9WUZZGKn/77nCqdcAfMLAEx/4wQPBkz/VQKmkkcQRPOAiWcBE5sBJtYTzlgaECdDxPNQFoRxRMMgRl4UBzgNExbOACZeAXMFzBUwXx9gBhvsPxgwg1cJmEqSQOgMuclEi6ZBZ5lskmSP+szq3/Wi4SigGc5chlEQ+gFCFCfMpYmTuC7xadpzndVSVkxcD7hfvQctfAwAhY9tNPUkAKRE1IeoG/2Ju9GfeDD6U7e+aJgih2SBRxjznNTNQkSpixwnzcI4yCI9+vOFjK3PNAVpBZYv0K7BDv/Pssk6L52og5Wg8hB3oz9VWBExmT1YkX/VvWDM8/nyz8LEjX3GNwbx4sBhyEU0SShtD3WSd4WVFVbWKM8vKsqTI2Ww8aIHIyV6lUipxMmHZCgaCw9EY/URs/1Fd4VRnHphGOMI0SDwXCfyaRIEgevHFKXU68VjCeSs/hnbp5vzLt7TfLvC6AqjX6l1Bo3mHow5+FVijhJZHvYjy3E3sryPNtWf9bKaLGKhmyLKEidMmc+cKHID4ockzhzmBXps+WqhrdDytUMLcTbIezC0kFcJLUpweegNObTxkCsbjzqxdYyJojjxExp4mZ96zEFh4HC8ybzMizGOcdB3X68ws8LMV++4Jnjj+A8GGvc1Ag1RAsxDvx/6iXuhn3g48rMLMGnmRn6Ks5RbM1HAj08sjn0/8sIk9pHTCfxc0WVFl6/diHEfcz7yXiW2KGHlYTARxoTn4z6xWdwnHoj7pIy5qYtYlHADJ0I09aM4ixlHJ5QmKB4PY8IvGff5WrAJr9j0WWGTHqz1VGDlmebA4NcWczkEVvwv5e972NNQSUpAlxKyHobz0IVnoQubQRfuhBlhmoTYDd3ES7HvRFHkRkGYRZ7D/03xBY0IW82qFbq+crMq2DgP9w0Fr9KsUqLDw2g82BGPBzvimWDHTiRSgnw3DRyX0JAf4CjDEUHMjZnnxpnns7FgxxV+VvhZfUbhBuMHA9CLBjuOApASbR053WBH0g12JIPBjqSTm+c4Ho5Sz3d9FyeBz3wURk6SOSzzgiTTgx3JywDLZ1obeAWWL9CucfHGIctW0X3pCrpEiaGOUDfYkXSDHclgsCPplFFKY35MilwaZy7zE+QEYZjEqYtJFuEY68GOK6yssPLV2yuub3rHRV5ZbOA4sChR1BHuxemQXpwOGY7TIZ2QwMRBWRLFUer7boYDqJxLfYriOA49J+nE6azgsoLL126zBI+p/I9fJbQoYcfRYNgxGQo7JqNhxzrGuDFNUeLSwPcSlgVpRFKSBAxThwV+HJJ+2PEKMyvMfOUw4zmPORqRVwkzSqRx5A65fMmQs5eMunl1mGGEkICGLsKYeaHj8wNT4KaMhmkQZyRI+g7eFWZWmPnqj0oe2hD0YKBxXyXQKHHHkdcPByT9SpBkpBKkDjEedjPXdT3qeb7HQYVlKE04vODMwThMkm4lyBVgVoD52u0Y8hg7xnuN8OIq0caRPxFWQ+YjAolZRCAZiAiMketHNPKg71HsMpT6HJh8xw0dN0B+Ol4JkrxkROCKTSs2vRpsck1rbZBXFgA4jk1KtHIUzGMTnsUmbIZNerANySj1wTjCbsgyHFOSek6S+E4ae14Qoxlswis2rdj0lWOTtyEPt5uCV4lNSjhyFI6H/JHxkD8yE/KnH9cgDTT2goQ4LODHtYCf1GiQ8t1DMYpJNhrytx7bVvhZ/ULGMcfklYX8jQOQEnMcqTHH/zjGfJo/nI6MnawPn2AxyOlUkOgMNHYpaOwSaOyyppGQNEqh9ytyYxSyKKSJhyiNMKbYd+PA9VCY+hlui/CMilsKnUYfoEPEQqhk+LTnRqN3cu8ngDr3FgyB/53K0lZ3+enGKreMfbLaAlnllXUuYQcIUJBvJepbpVUJ6zfWW6ueZYE2fy2tAzvyU/qJw1J5zk9QvFogWHlT3CVUSOPgk55BBwI48I32iZ3gz/WULt6ZbBwTxqqI7Qr+Ufk8HIYKiHV+7NcO+6UmePKCYVdfRxE05FoohCMscUZiI42NvR+LO1CD1VagYIax476CQOtbVvIFKNbr/4bC7L/wfZ9wzfr+CBCcMOv/+Xg+Fcecbv8/HdA2wqOKF0Ifizv7VNhSG9sUjDE+jBolUjEMARZQH97eyWHYh2oYv/1HR0fUkieA7s1hf91VJYOKo40V9x01Vvx7Wp6s74sitb45H6+FicK5z0coaN/TIPfn3e7ejgVh2WgN7a/6ITplxMMOzUInCtwQhygjlFLkp2GCMW7jPjURS2mHjL8an+0irQTzZVq/WqOHFlEM8w8y0QnRgjrhF8ptPtGEINnm/E+llTFuFd6c99fHe6kVBPif+MjvrW1RfAKolmPl5idfvucj/OVf9M5Kj8XhAP9C9/mu0isA8eWuKLicnD9TLGD+979Y33FdwHWE2uSgqydgoqwjg4+UNkrjzdMoh6uLK01+Ljqii6fIsRGyEIboLkKWxFMOLPyLfpuXfF/dWz/xFcR3h1hTsAr+63w6Cjn8l6zgRwwJsb/K3hdPgqxiQHYqB2Tn7YBsPiB7Xw+I/5IV/PQowbZqxjGBsTqMmeKqp+CqGiz/kXLsKKzvbuFQVc/Gx9qoas84NbSeBL3NgL4ebHviPTT0EnIbhDVlq7wE8t/5fEq+3wXf7xXf79XPj8XdyTEtBLmTz3gs2oYXou1HgFKp6/np/P5QXHME4LZ4euSLh/+pPozXHWFa4xog+IbVxrUlXsfa8mUsDGr4FtavN4yTiJYy4gxegzWgKrWaU0fF23uCoOJDFcf7pD+EK6vvmrjmw5auBWDdHbghD9vAomA4nuBF+LFff560bd48yam/AnH+veTDVpP/8zT5QUVhaBANyeB6bsMkWpomTkHRiMccGr7lZ9bm4dWZQZhK1PpwPh6OuTBf3hXbQuwWxk8QT3VwSPlQGlirzg0wFP5T2QzFTmAo8CUY6K9RxSYn1xaTa1fvN6TfdBfUqMbzFY2HxzSeyBXrnR801Ba5Xh0HVOUTH6PTDxfUZbGT4QylzI8j6rtu6mM/cd0AYydsm9qOSVvqnPHZ67to1Xdfir774hQGsRDa8P9gtLzCWJXFkyuLQFEWZExZiPy/MTVBqx/HFYSg6JSaCynNcIwoi0PXIX5CPJqQ1KUoCFnqD6sGIWdVCqtSeFVKYV4X9K9AW+Dkxrb3KOBEK3C+CHCGCnC6o8B5POXlqRyFzubnCfCUNHoeEkKx7zkhRi6J/MgnSej5NEv4Xx2XeeEIfEpJK4CuAPr8ADp1F5DQI/hxtlCVs7awHwin/oY8znGBVzh9ETiNFDj1xuD0Q3LDINhpDE/L9vdxQK2JOnW1YubGkUdogKIsiWic0RQ8FSwM48gZMUhrUSukrpD6Oh0Vq0f+C3GwRBsUPEqxkVWxvYRi8xxFsfljiu2/2N3oIWEvfxtXaECgd0ZzGM0o/384Q6HrJjQJEi9BLIudCOEUDSszELMqslWRvT7nymVnAIw23uPOAO4KlS8ClUiBymAMKmWBhTGwzOpfx+FSkujlLxPkZwGOnCByM8yw7/l+EtIwoWHmuxEZBkwpaIXMFTI/e8gkGxQ+CjK9FTJfBDKxAplqvuOHEz2ezoehT9cU2ZMkQzjQiWGcoOyGLY6RPjrNcUTuUvmM42/4rIGKP1M4N8rA8GpMGrAp2YFXSpQ4rL3zMTtvGyYAILq/HwCuNnacWhnHwJsri9HyHlY8X/BphUkygPwc89XUhpVbLAPALZvExF/lCBiEFH88x8y65Z+xsMSmFxLO+xzmj0K25LkUweZNtiQk45dXVZh7DbwJnxq+uAuLC+OfKbVoWcHp0NtInI4hWQrA/FAcT1mxzYuG4PXFfxyK7T0fYzrkmNB/67sk3le/Wx+SY7HdWt+Jz/H8TglkO8RyImhVTjp1Ssdh50kiBN9a35/31q/0HnRHpSVgPb77+Nb6wETOg9wmH+8K6xsBBuVieoLa2ZlrAir2TqUX+MPt5MQVg3y41BOnu8KWSFROaIZR6JzVDnhMOxBFO0QD2gH6UAxohJ38s154VflNTzZ14iD0SOJ4qRvQKGI+on7IkoBlDnUYbUuvKhIWy37/PNVCtKqFz04tvD+yHV87DzW1a8wkeOOiRTFzxcvF8FLJwUTOAF7+KNV+Fy8ra2AQL+E3/aaRuoj5YUyTME6CLCJBHLA48gLmIBYj1MNLkLDi5YqXXzBefg3GMnEfAfyXBvn9me9T9gf/RMRxflvVwIVqQEkZRWhADXTDoeshDEZCaz9qmgBjGiI/plHou4FPiZ+xjIRhkGVuihjta4JF459XVbCqglUVvIwq8Dee91BVgB+qClZFcLEiUDIpER5QBN+Lnc9Krf5yPY6s+tFGYyqhpeg0s3HiIA6DgMSUOHGaeGEc+th1MfK8jPY9Kq2cVTmsymFVDp+3cog26MHnBLKeE55RPSi5k4hMqQc8pR7wrHrAHQeSH/pcNyU0TFwCtflpRFBMWOTyQ0TqjKsHvKqHVT2s6uGzVg+u0+sNaa4e3PXs8GzKQckPRe6AcvjI6G5ALZzknwcVAvymq4LIjzKUcWWQpTjwWeK4aRJnboRcN8VZ2FMFIGFVAqsSWJXA560E8AbhhyoBb71EflLgVzJZkTcA/H8XeFsOYP+x+WUQ/qufdV9R6mGPODhEvpdgEiQp9TIXJyQLMEpE0I+uASohqxJYlcCqBD5vJUC4HnioEvBXR9HzqQRfyQFF/oBK4NM0oA74+MdUAf9Jb0OUsSCJMY3cNA1xhFEQMeTDzXKS4cDtHwS4gFUFrCpgVQGftwrwNs6DVUCwngOeFPSVbFYUDN0OdBNZG3/9YA6r/quG/mlAXN93XJwiJ/SjKCW+H2dRQmMcM0r76L9s5uqqAFYF8HkF4bv+hjz4jjVccfNJcVNJaUVDKa3/FOtY9PEcAE+xymWTzTEEVUg0GPWy1CM0pGlEXM+nyMMJ9pwgynyXBCQIejCqCFqxdMXSrxRLg0dcSEaP7eG5YukklioJoEhNAH13c8zL044vuh/y7GS9o8fU+rnaf+/1vkdJTWpfc1I74aR2tVVFeY5+uQADjm7ZgDmWx8LqnPyF4NXgzWdhVgR/LVVP4AfRbhYQ6nRD958k4N7mfHkVxxJAllp1xy6Lr2MrlYgpdlCzRH7kUJPS+1IB4vSen4nzhKMaX9kH6NnbksOrW/DqnZIsP6VQpAMKsPAdUux27NgWVillz+Q7aGrINzKUUrHKA0v4vrDSvEyKM7QzU0Z3U43pjfWR/1uWH8tT1Qi5D60cAnLokFrc7UF4LIT8AUO9zWN4dGEpoPuXJ6kO/qF6me//1yW+inJf3A35Kdq/930UH/hvL1V7EVZCnmxZOehc0X8c8K7UBM/lV/kqKkhi2wmh7aDjaW0HzZTAkxRteEzfbTKm6ZTUXewMajr11bSA/Ra1Vazuh+2P0enlEAIW+56PSJg6gZ9QlCY4jTLqJSyLUdz6YuZV0jInii9F9UWr6ltV36r6VtX3ANUXbkjwJKrvxdWekqqM0bzaw/NqDxuqPT0pgVEnxUmWxtRzktDxncT3GQviKIgSEodkQO3p0lZ1t6q7Vd19Nuruy1QUyNl47mMVBXqVikJJZcZqKvNPO9ALvUawOfy52/xV/aNecN6jYZZkNIK+rk6EAj9OSerHSeDELo2zBv1VCdUXsx8N+Xt2FxfHva0LXwTmh0QbQTteEtoFsFvis3LU/O3f7oq73/7Nyo7FrgPzLWyXW8Y+WTFfG9dHDqmpJd7Akm9wJTE43yfbMx8GqIYt40/4x08StGl5b+3pbX4tb0PEFcmuKEB2u0uXbgKl19b8OjuqchxCtuNWoT1quSDNDH0iJBnEDSXHFas5rt+ft1vrV1jhffDI+G+2WP1dBOn9ohuROIhw6LgsoCgjLIm4IZn5lAOWRz0vShsY6YlZynpM2TZP8uJc2gOPWARRJp5gBCzugsDyK/srt774ZIGa4nu82DEOHmB30fJ0L7CA48sb663VjLoupH5lHVl54MsO7Dd4E0sMqgGYqlQ3/yOz+Hbi0FNkYKNxm60ExOGQQq3Dlj+vOFL4rdxx2/IKIEhBnuKwQs1TQg1yoPq762wc97FQU9Vv/2densUt+HuunYoTg/9Nz8lJfnJuwedH6x/7/L/P3OZI4Hqc/84/DF8Sf9tv8z1buoj7bTUe+yDHA/8rxmPz8cBlbX60z2I8dgnjgd/FeOxCjGfiuraPZQP3tIOYqqSGYjU19O1hsmA7PZgUax+h6t64DpE9OngFNuOO7u0h4UtFsEw949EIeun96vdgg1GrPJ33e9FeQpZasOqOllfiyGlxcYzty5viZF3Dajjey5M6K0/5rtjDcbG1zERXjDiHgBS+HnqhIDdw8OaCcm4UbrcLn2G/7ob2EhMDix8DMd54+m3ZyOZ8orLm72pfTT+0BYrQWvLYBhr6f8MJ4Be5YGCMmr9vuUiX2nk0EO4CWrQ6IfEB2XAkseUKFptU976Nwikfe90Pw/5oHPnijmGskoWJvRGM7ZQ/VxFlqAR693fNdk1IghwnjYkfJvwEnDoo9HCaRaGH4ih026osXSmLRQ6+OvBFT2y+fmng+9VboxJ5/Q1yF0PeFXWfE3UDJdER+yOo2ymirkLJUCH17u+dUokujgI3dsIMR5hEoR8RzFIPR/yvqZ8Nou6iBdU/e5N3Rd0VdR1o5eM4D0HdS287rNlM8hWEHwnCSuIhDjog/G1xt98WNK1j4TtAnFY/19HqQ2DcpdFTET2WJMz3cOgmSeQlnuNzQ5j5mY+5USyqHreA3JW0gvIKypfloSgIRtAG44cgGF7txheHLCXnD4cjdmO364K68QY7L/QINKTih3I3CGLCaJBELuH/149ZEEaeE3guI8mg6bhsB4YVpj5zmKouki4EKrJx/IcAFVmB6sWBSkmow9EIUNVln0ewKmt/HoWrmkbvF+P41MkC4nkk4cdbmoZ+EDlZTH2KCMvSQcSqJa2gtYLWw20rb+OED4Esd4WsF4csJTOKOCOQJWsqvBMFx4YwS1Y6GChINkikJ0RFMY6Ik0VJCvcgaZLELHKTGCVQvZ7hQdRqRK2wtcLW6qdTkNjfIO8hSOytSPziSKwk6xA0gsQfmv04Zj+WGsUoGitk+rnXTVjIGEviIMto6mMKGaqYo7RDsigdxmNF2IrIKyI/5vQbPhDA/BXAXhzAlCQSgjsA9rFdn6X1Ufyg45eygEv7VBH04KtPpRe6ZTRwM+ozFDoZw8RxgoSkGHkxip1AhLG26NWXtYLXCl6rOdmisetsMHoIGgcrGr84GiupOYSMhpG3EDgaSq6RjBqUKp2ethO4JKRh4FAIgQxS6iZBiJHj+amHUDZ8k6JKW1F5ReVHmJQu2njRQ0Ds0kquVpFlJTvB+21sbnoc/rjq/A/2+P/8X/EG/kX57/+17f3l2PvLb2tszNNjppJ6Q8ZTb7TObPpG73dn6/6ux8NEDiIZjvyQuSTzIz8Lk4SQjBKPb/0AjWDjgl3aVkz8+u5roDXMg6L5okchoiehUP8f5zGIuELg8hCoZMaQscyYXm8C7Up5sD9Bn0Ivrs0QQdiPIxxlLCZhlEXMCUlGXOhb6frDl9fL9ilYoXA9tH8Jh3av2/3RNFZ7TZF5cfgNlRQZ0k2RGW5tAGOdaGvQ+VlvEJyxECEvdWIfeWESORmLcIqQ67I0iB3d/HyKdgYr5H6F1qe/cR90Hkfo8e0AVnx6JD4p2SNEzR5RPIlQBk0sZrFiFKRSlq9dL3j7IGk6ZSqmSLu1KkZpHwtPg4KTgk+JaN6wEEDNPMUIorwFi1a83Vtsy66hlpicobrSz7HGljfW91v2Rx6LpiiplZzLU7HL/4S+Jm+WhZd6PowhhiAL+eIWWa/oOrU8n6RGQ1Xw5gfAGgEl2gVo3XsEcOftCSYe/u2nE+ARO96yculCN1BIUyKIdutZtyEBuKH1OOz8BDAkxjEBLOPbbhZdvDF0URI9SDiHLmgOWnol2oep9HjEJEFZhFkacxsodYMsDJ3Eid0sCBhxSRtFPSxrKcvoy4CeiyuOVWVfueFzpxo7JZRuVRHI+k+LWwzCrOF/tpKCj5Olbyzrb5xGtZLqt7JgBQhTyKvLhsGDkpuiKJmslShqkskWUqWUysfJaJlv72uIK18Jvrmo29jz0fi2YttTY5uSG0KiOWzDc9iGjbBNr8Id+zRFfuDFYYrcxEmSxCdZljgoxhhRmkxjG16xbcW2Z8A2ssHeg7ENrdj2EtimJJG4zhy2kTlsI0bYRvQCW7FLA5zFrpMlruPQAAUeN9pQHMUxTn02jW1kxbYV254B2/yNgx6MbXjFtpfANiUtw0Vz2ObOYZtrhG2ubrdlCY3C1Ofg5uKYhGnmuC6LGKY+/ECmsc1dsW3FtmfAtmDjPdznRlZsewlsUzI2XDyHbd4ctnlG2ObpJfpoFEdJgGMP+ThkiLiEf2cWxVlGIuRl09jmrdi2YtszYFu0wQ/HNnfFtpfANiX/wVXzH75l7GB9C3P5twTa2vzKv/ixaqyoIFzKyewUnlqDWvMXPXItSRwvikIPAiacMGMuC3yaJkEWZxFFbeRaw75cN5JKoF3Ai9h38CI2Ey+yWDuS8Uc8O1p9pJ+YRS0YjpXv+YaAFS/GpXQ2It9abbfMt/t8J1uFNNEQcJdZAUTbA+TN/x0f/1+/HX/bQw85PhyOyHZMoWUcfw47UrnBdvz5pXwKXM3Xbeagy1xcgiRmsXvG1+8pualuTaGdnJy5I4PHp80V6gNw7f2R7fjHW66rXN139I7yDzzRl7T9fbw1Kd9G/LM8e9Ab/08E/ZAw4QboQk1KRIwIrLRv8+ucj8H6x54LE0tfdCVR4kMkdnw4FMdT2YSwLAy3IkKEzz/fh2I49rkZjmhKokSHVH8Uw6ljnSZQF5DQBiS0BRLa4m1siYSm3UpCJWXCVVMm9IXxgb9MIhvt1ABbry5bLK+yJahNyKGfO3e1EU3cIMhSn/hOEKYoRDgNU2gM5YRRpMSKDMlaCofHpC+CwKOzNF9Mf0ns/anU7UFum5WyBSc9cWORWbJLjiXDlyCAZMcq25LJ0DPRHLRtSscn8cBOYi/+p2jdqa8XseuHwdpie4g0kTYjRMulCkzfsitQAU1HZbXHHW20gVRgda/RfLu16I7+yaqRbXM+9PIvCyG03k1qheoNcbRqYY+C6ip8j6rBex/ho37PGDeN327BVpCtpY6McazjqxJ2DZ//hVG6itujatQeLC87g5HYFEZSNZWCkaTtSCYAegQDTaFZSeVw1VQOGUcspuxHRvXmfDLKV7zETf2bBOTeLxoWZz4NkJe6MXKYE7h+FjB+pHeckPgxRTRusLgnZikYHhC8CAIPzcjzGr6iwyc8W7Fz+U5hx/2VlZ1PZ+hBmyeWGKg0TeVA2yP2MTtvresjTQW01f31iu39NUfDepVZsMoaU7jW2LLLMh/5FkZfQjM+AZMnltw0Vm185tqAlWWjH6oGf3JIcqYl2qYQi50KZ0DMAGuTTyx9FdbwDk6dpyM9DOFr58c+uP5SE7xUy+UvSUOQjZaLsogx/5HvtcO9qii+4eLTY3GQi7V59/bQ+FSG/EkMRdUUcTUUG4bSfCq7sVgmdEQflg3VQ6SkmrhqqsmHYku53XVfcnBtDPd+G9cSyOxSkDW6qdvRdYpI9wM7WRBjn9EgCzEOU9dhIYuSzMmIG3ssbPTHlMTF8lImn7FMWsr07L2MH1ixgsWIrf+0fi6KT9a+4HrmyPf68Y3Vroi6V+aV7B7NVYNweMgesbVDF/7tEyiNVnUJZXLPfz3QOoS84/YVfxdtY2UiTBWI/sZ6Epv8a8kY/PIVh+dofvqX6oodKUkyrpok87cD2Gl8Ax0mcFUQASQcRlF1nETDVAd5TsTBNIkin6aul2AURKlDfM/N3ChqbfJxeUshajHxhEXwtJiatXk09Zf0UwPICUisE2jyUljRB3YEv4NVD7B1EYt1AYO/svj8bfM/pW+FWfGWY7F0V1g5HHTjY77lC4Xj9R29f2P9dPpryeH5ZP2LQ6e14/q/zdZppMqH8Zm0+AqF9MJrsESsLD81I5DHiRrSoel3yV+GSuf4M4HuwAUctpFfB7wv7d7dW2/vGDQ1r5tQ166m6uzyzZkP3eaT/k96FBP+gf8gPPtPZBfubSoHVHehrhawNAqpHVcDsm/lgOyyGtCEdTiBFKZmopKT46o5Ob/yj8C/Mz/0vbuh4P9+yxX5D/wEdKOWEkvEb03Cbd/PO0bQiRJgOGM+CqFSuJ/4iRcT5EMzVURTnLSXbGPSlsKxO/7SsDlKu3oSuHSuxUsvBGQTTzBCsmBJu/CmsEp6X1p8U1Jxm8/3zxYswpivr/31f1q/wl4RNyHNapDDlh7cq8YOlIu8vSADgJOzLd0Rwm1RXSGXcgsqTl1BUidN2zAC4JdPevPSRmH9nfqmk/pL32iqt83LmH1fVvELwv9jIW/jeRvkL6soflKWYfXJaIN0QoG2a/9pNIOyEfqgIG7/GtCYUAWjQGuqCJQEJldNYPqeljfgLmlqlEs1qmTy18ogk5Rt3fBqobWUnTTweYZuMvgwx2Nhf1jqQog/LNwI7KMl876taiC11Qr+WtW6hKVekfzFEkZuE1XB/7k85yd5bq9MytqzBWEUO3r8xE4Cs6uZkD5oMEf5XLOyNrrg0F+d+evCF01Imdi/TbjarjiyyvHwVEFiVw/XCZ+LM3kASJFrIbJxoJmEFvI2vM2fOH++cd9+OO/4IrqvwQUW2Tfb4tp6X5TggXpb3fdeiXX1C6yNp/LelnIkNRYB/MZ8JPYBRmLXF88CoWGNTiByNaNNeY4Po4a5HvLmjyG0koblObMIPQvM3XDeEWxVDfUwi0MSRJkbENdHAcmok6aug9OUkoD4ToPYY4i6jJn+OeJ1tOL1itcPx2t34y2J1ytWPzFWK2llHpq3prtV30Ys48EScFO0ej24MMyI67gk9qmXJXEG/xclhGCcxZ6DZ9B72eJwK4avGP6VYXjYbbdhjOGPLo23YvgDMFxJn/PU9Lnvz8d9Luo6jlvcNcmYzT1GoJvbXuC5EWGpl6WIMcz8APH/utwCT1mStDd8Y9IWA+tR+cvA9fhsPS9gvz8Wu+LUxj5AzEPl2m5qelaFGa2DCIqo4h6YNbYo3ljf0eRGKgAdmNM8yxjsZS7yvjifZAQdeNNjBgEaHMxLTqYmo/DhFIDzVs7HcJunZ6gUWiWIdXL6Xtxv/hnjNSYWcjeOt3HdhZzN/+9znnza3otbRwjO/AEWlf1zddPxS54cC7FmmtST+tJyYdj9bzkOcdmYcvQVV8X1jYu9q8fR5pxUO2ECdkeRzNTxrGTyeWom3/f5SQSd/nC/mwBaSWRf3+9GoXaURAdbP4zcNAoZcakXOSx0KEqdJCVpkCYhatNNxuUtBrcTT1gGcKdmbRZysbMg5P4CaX9a8sltzv+nOHKcrOLWbvKTgFg+Wo5yiYhZvue4x2TAWfUyDX8dTQZpJ0p+iIiklJc7MpvlitvQ5ScOsxKbT8oFF+QCNoHYALx82XI+DtJ/ecFwCddGkYWgOKBWZ2aZANpfzttTDsuI1kahUEc/841dQmyKMALfyeSZJzMGd80gmrsgSLLYwiAgNAIsQLvK4JmCpPEdbwpKSt6bp7UKyq1/t/5exAW3S6ucwLQ5xbdHn6Z6e27bx4paDiVtjtOHhrpzLWbG1L0a41xgJOuMpy7jY6Fp+ikLwdP0Qx4NUZdenf0oUtas622+O5QMol0BjURqhvg3Mc4q7YKfV7JcpCfAte52m18zjlhvrLccfzgCNcENdX33OmgMFD/kXIjMObrPWVkFRXCJ58PS5/EHG3VfQDSpRFHootGtRGi4t5/nQmzL2Kf62VUeXGMc/sgXsv0RVss3R1glT3Y2h0HUAFKlwDWWIcR52yJNKIZBTNWoz+16VudP48EYIivpbp43jchDhuIspuhtNSap9QaYrhMHOPJT5KEoCvgii1gUuC51EieKcWs3zkHnMrbjawRo9MQ25ArQXyRA+xs3fDKAXsF5OXD2HSXZzNP6Gv001tYon+xqlI82NaI0Jj4/oEcuInHAfD/N0pSGmYeC2A1ipMLtE/Q0+hLs3xVeV3j1NtjZeIvYv8tfTq3w2oFXJePMUzPOfskhhXhrfbw/FCJe+H7cAN5JWvvU0I7ZwLOUevIGSTKfpL7nopRwSE5d5kXEc/h/04DEbYnHWbFLYbTBgxaBaZMZfV5D+Bfpt2RavkWv2mPjzFQLTsh3ubKUl5GBBlJUBdeyoZ2IOigKKAN55GuV/mHF5xgCFerKOyA/2/L10fetvnlVhXe+rDQJ18Ye3FyRSIvufZSDWLwQB76dWFe/FEUKKl9Csciug0RIsY6+PRd82yxfkPJUj0DUntzxEdhFVuGwSKeDoBiRRJdWI5jA44pkAtvMPMS+oyTOeWrinOu4clLeqZVfaxTmv8oBa3VhJe4O/KYhLcmcGHtQLiEiMQocjxvCbsT/JXJ9jyLaIO2AoKWwdVD0Img6PDPzli5aED8hbVti5bYoT/0bKYim2u9lt05RMOeGcWMOorFYWTYbAfhhFcDbtAFdykd9wTskj6ME3CERh/9n8ZRbWVwQUqk+3tD9J4AJuRfakopPW0VxX1UvhVyqEwwBcEIuq7aM4mzlxKGNaAoLShqVp6ZRsXfFbsf4DunkIyvYwJKKxC7ptmeVDf6qW2JRQt3AJU7kJGmaUI4QjCEnZJRFfpB4DT4MiloKIVrhep7zQjAxJt4IK/CSWFGI7NcbcTjeW+33hXTs6jDMrPq8K863XIGKC04RT0ShfuEBUrwbA00NLfpPrnnvRZ0AiOfc83c7SSL+YZK8OJctKolquSJ4UwjtVXWBm9y9QKWxRbjwrbYpFEHHYHeD8cbDC0ER1FITN9Xf3TNR5vx/66/9Qcy6DPN6ghpQ1+wk76gZf7xd7CXg6NuthIUrHz8BQcO73RSElEwhfyhTSNYoGUsTkvUEOkE0/d86tyBhyCKE/TRmLiVu4uAkjChCyMvcLIt6seWKoKVDyjXRi8aT6zPzvHjzrurDCybFH21ZJhmiK6oAijgNfugroAKfyLoHbBLHu5hRbs9ww51KeKri0Y9VTGMNQMXdvjF6uCwOIRCO8ebJ0eHrOJ5xwAshEBzryTzLxO+8q+tA/p2d+IFdWmKN2mmPapVb7ancZnU5Sj5BfBiVNSZsL9HzvDmv1dtzPIZnAHBM4U9JvvHV5Juf+Vpnx5xPwqmYit7eVnR2CXRjbrJJKj3xJk5pigMPozhIIn50Q7GPwjTLcEYdglrDbFLkUjA585BFAHNuBnXoxE8MnR+bov4V7oksmXyfbM8pmAlCBt3yU9z+bO3pbX4tK0TKY97+E4Atlw1llsDkq+MS+WuL2tdwLhQ+NbqFWtmqFfdmLWn3JAiqp9K8UCU431EyRHw1Q+QbBjH/392KYElRk3TQGRQDmc0EmazxOeAVmiLSe2RmYZCkvucFmEVx4jLmoChJ+OkPJYGXtTU2pyQuVmPzDOarPfWoZQptzj/HyAu/aCeTG1ZWLnhZJ66ZF26BZQA/okimXSQcNKDY/h9gmUF51y2UWdYtu7Lya1eu9RVQFgWUQACKz+2xDXo0oHxg2211+oSFaH2E6tenJt9H3Fx+t2fH66pOcd3aaSlbrOTPr46f8Hz7JJ9fF5gTa46J58stUtZbftQIm8QeU2tMye/w1fwOYbqCr/B9cTxlxTYvulnR/XjqpOKxDzXPSJxzP6r6EtZubLUx72Nhc/ZBi4Dm7FOMDrfegiHWwkKDexnhM2+G1RxGGy/6Hbe2RKVEMMDynaiK9cb6cMOBE6ywQ3ESfnmRJsd3o7z3LI6flKvO8nTMwSd3pZWgq1qbAOTe8aPV4VgA8oqfqoQDcZCSx+sqA+XEDvyEVUDtThEqIZ720OQ743AVPutyVtby959T3I1UNQGUXnKJFndzCRA+S/D5D2pWoPULLYv98V4ZXRuM07gVnsqf0ElQlENRcKsNyaldCxPqrJ5ou3mVOll8PjYnHFNvSqaQ706rt18oP0b2vA0DaLzjhCOR6dPU2oEAxw5Kmc9c30eIucQjGfLDwHciSv1AaSw9LXOpI8GXotuiVbetum3VbYO6jfD/PK1uW/XaM+k1Jd/K96b12vtj8S+4bUDTWu0gyWxkoNMaWr0NGWKEosBJSeb4aYB87LpexsDLFUWEeFMarZG46rNVn636bNVnJvos2LjeYvps8USJVZ+Z6zOkpKj5vpk+w2b6DF+gz7DeXT4ifpRRlnmxSx0vQAmU+gqwS3DK/79jos/wqs9Wfbbqs1WfGegzhDdOtJg+w6s+e0F9puQE+oGZPiNm+oxcoM+Inpyd+CEmcZRlLKZRkHg+pX7mcjWHnIh5mYk+I6s+W/XZqs9WfWaiz9yNgxfTZ2TVZy+oz5R8Sj8002eumT5zL9Bnrp5xiTIvSdwkShGhWRBzfZZmNIiDJHTThEUm+sxd9dmqz1Z9tuozE33mb1xnMX3mrvrsBfWZkgjsR2b6zDPTZ94F+szTI0JIEjIUpp7np9RxHZb5NMEkxKnLtVrkmugzb9Vnqz5b9dmqzwz0GXY2eLnzmbfqsxfUZ0pOeeCY6TPfTJ/5F+gzX78/Q6FLXAqxIDTyojglGWFO5HgMexg7Ruczf9Vnqz5b9dmqz0z0Gdp4aDF95q/67AX1mVIkIEBm+iww02fBBfos0PRZHCPPw4Hrh14U+D7LYkZQlAaJQ1EUhMxEnwWrPlv12arPVn1mos/cJeP1g1WfvaA+U2pRBFgvwd+stnfbMweKo0g/14vx14vWTiRJo8IGfusU/gqiAGUJjpw0IGFGE8oVF3KcJAlSGrhqPf6uoAWL8ndFi2z15crxD4qf10z+myWrO/+UifIz3bKCtOlNqmuResxQCwxqDkKpAaAXmuFXvmnfH5W2eVdSIVWb/O/NZLfqrjwf2fYeGlPTqoOexe75jNBTwmfjMjXDEfx8+H1f8M8ngeDJCz3fsPrTDZWs6PzaB+z+vEB7wXo/PTeAI8d2fEt0sFqgFaCoGv7Puprkr1V1ow+nqozl+y29lyaL7Exag8nbZlWJahY/7ZbEX+jAaNcVLm2ouARwXPIxidYYfEXey7oWsktpvT2blS6rVYhCKhNAPARuhmUtkFLWIlDLWkDv7JKLhImSxdH7vagqEruun97N9R0j0IPtkBuGmZe5KcmyFEcIZ5GHnTimmGIXtfV+xqQtBr+j8peB3/HZelb4/aE4XrOq8OqZLwNZeHHL6FEpmn/FYReeLzcMF13wvSwL6ctS+G15sSulzWgLx01J/apUWQO/lIvc76tm7fAvXNiR7q9FCxYoRQb1ycpFYFhBuW+40LVw0AQARxviLl3L8cOZbzeu4nq9T5bH2V7bE/nofscTIzgdgy1TTFVqKQRqLYVf6DX9E47V7+RuHOhuUlHY1X7t9TQZ/l0DVD9wEEswpXHgJ9gjjuOmPku9wPOSLMr8tpPJsLDF+pcMi1+mZ8noPD0rln7UQa/6oca8hPOleQlKnoMsODcoKNSaqm/DHoryVL6xfs4/McHAtnyr78EXUrWIFm1LagxuQfVK+FH0+o/wcEbLnJu6MUdYtituOWOeWfmptDhUWnvGUpY+vb0LLyU0x4qyhP8nXAhlZfFvJhH1I7dxa0ypyrTVWMONzfvtU9XLlSXAmcRWMGrr7VjVattpg5ivltsMunoZ+8NlwKsk+wfePPDywwHsyHn8tcuacBKGKzI99jZGWZDiIHJ8N6MoiyNu2mLHcVjE4iSI59C4krmC8hcOyn9dHJWNzN8VnVt0hmbaKzo/GTpjJXU98DV0lh7xH4CD/+87eoTLEbXPakViVyS2QiIReYxALy2MwigMXUq8kLlR6CZhxq3jCPmRE2We22LxmLTlUFjKv67kJ438hYB4WPyLIHE1GKsaTOsJgPNg3x95Q+FW8MgYR2moMgybphbBMbs4Q8+Iu5sceqzyB8ei8DCHkH/nVODBTZueNRXQJnXDifSNcHbWBYoFnfIuXNxBIlDrz2jGegsjz7bsjzzecmQXu3gH2mBZj8WQId18PKN2NC2a8RO9t/SJ/keOBH/yz8v1Wb1pfxbfROmMBTfDT3Wsv2me39xdyTWhtMXiz5/EsBGcMAUxJV85UPOV/4vxJdRaDdXC/hUWykf2x0nBsj2nhGGm4qa9e8If/FVDsSjlUJpmSZhmKGZeHHk+5Ud+x6duQr00aFBsUNRSEDYoXGoWaOyyEJLNPOVFAC2XlpowEyl/PPix2g9fWYEyNoIPUcCM8Di94ceN+oLr7U/WNdSwptB1T9ZJ1zyufDzlgWNauaeHw31786WC08QdV+1k/csrv836Iu1IF21w9Fjk/YZD3ifrW+hkJK+rjkUirjml/di0yZFu1IXtxxgebqf84dW9lHx4bTc2zXHEwp23G4chzRRwlYTaQE2o/TvjxOcjXPP9bV+FTVThBwrYtlQ2p7KBym6pJORO0Oj9b9wgIA7LuP0YuX6QxJ6PA8oQJiHhFmRb5mhC4FLw+4mf27bcCOIrtXlWHezVtoZcBINNHvXcQPzWagejgG/bpVQ7aPNT9nFb0LRG1+rIDoYmPUF7MOh3A/cFnBwO4KW0FP/nb2fHyXz59tbEepuzabOCG6GykR/4BPI9tAGuLs9o3QBR9OMpwdwqGXtt1qRLNl7wWEx7a30P7dtAIX5Hy3vrV3qvx0lBV+afq5CQeuOo875011VqZ3xA4iaeL5Z7+47e69FS0KS5DpZqlryyDeZ7sE5hiykCKimYgZqC+WtRtB0huzdJd0XR9l7UTcz+T3o2SkY8N4tSFKQkDjnGsSDNYpo4MQ4jGrf1tvtyFmu7s+cKCAy9gScs029n9AHPjWSi20rVEVX0Mi0tWJSNCSlcjGfoVi+iMeqIKdXMLLeMfeo2/IIb/X11Yn4uK1CZza8okPYLtWKDJ4gI+IZRPhywW8m3lgpfeh/fJ/MfxPXzbZJqe7/b43kUz/uAUV/6mKK5koAYOpNo3r+eGn36BLYPXUr5fhr61EXEIRgTGrOEJSRxQ+zESRpmzgTEL3wftSL9Z4j0K7Z/3tjuORsnWLF9eWxXkvFCpGF7fUJ9zw/TQ8Z67RyB+9i+vT7wq36xFXou9ZgTMxwl3EwPIxI7cRyFacT8wFXxfEDUcs0yD+woIuxGHrNQq8zJp7yIS5ju4GL0euDoDyMbCj2owg7EHdQ9hwn+z72QhTfWtxW10BrxtriW0QgWX+kFOBAS4bKAQNo0lUSiqXrrcwZ/8f4MVM/mCn5QRMHnoibGIRVvkLNIBoNw937HN1Vxz/j3A3+IDD75UC98priB+cKx+UgP4upgYYQVyQvCAczq4QhviL3lw7HLdjitY1gdzjzgNiveBliswgnsD5dhrpIwFuI5zO2b1FNjaBB4cqBaGlnKUZcF2M2CwAtplmHk0ZiwwOVWNgfjBoinJK54vOLxC2Y4fP5YTLTWlCsWPxsWK8lkIelgsUAG659cbDFlAN8CwbgFrP6s99RKPSfJcBL4FGXcEs7COCUeh+KAOtwUDgZMYFXWUpg7Jn0RqB2dpWdGWDXeQf2gc/dgom085N0m+Z4JvLTEi1gw14DX7A++jnPGT8pvZOhMfrJEeYn7bV7eXHHIhbye1Ir5zr4+FmcOq0KARFhaSQOI5g8WW/2qE8gl0n6z/HSCx4ne9pzsvGVWclPkiRy4COyqrnbKN6tLZXWpGOgcTyuptIRLRVyH/jOP5cWxDK6rLkArlfNNuw20bfg0LhZxG3oL47GLKjCkLnFT6Zx2W3bQb8LlMgjspvpGSbQLXS15Obnh40rglr+ZtI81BrSlP9pM5pa+eakaM+xDQy+1UZu6bMgm37r6d5FpPMR3c97Fj89hnhjRYonME894rDIKH6CM1AH1yxs1SodvQ3bcX1V5z9xOp4cD4yuAK4KmTJL0oldRIlW4bxNBLF3uMqNDhIi0wYD/OkNgg4ghseDG/8TaghR8XsVRg6/aAlSPzHzmKqbgSHS0PuV8+xaZJWDpLy9W5Wgi+MOLNijQyuuY7q8nafP+VnE1VyEkHzhSQRS2RMlv+BeQccgw0++VslPvqrJTywWQtF7nKnikrIYiAZKD5UmEJIsAZaUCll1VwJrARnWS65gRu57k+Qo70RhoKklyoTcGmr+w/XkMIHfyN602XI9Ar/EQJq6fxp5LYy9L4xg5LqVJ4iQx9lM3pEqNh46Y5Yo7fObAGK3A+KTukjErfBQXyQY5G+w9HS6umPhsmEiU1LTQH8PEHxkVLuR+HRxlUDeCqOvAGEJJjVL3IiOSRmmEnDQmJEAeDhIWR1mEKQ4cL0iH4VKTt+LmipvPgpvVQr8QObGWavsI5EQrcr4scir5cGEwhpyQAWd9sy2ST2OwCfckdlxRjGNmS9ZJ7CVOmobUy2gWJDjCiefGUZSEGGM/EXUkBwCzFbai5YqWi6Gl8Xn8Qsz0Nq6/CGbiFTNfFjOVlLYwHMPMtzHfCmNwSasfx5FSUHTyOrwwYgliPolYyg/gUey6not9D2LGlC6QfTkrPq74+JzW5MMAMtg47iIASVaAfFmAVDLewmgMIOuU6I/ixxGgrFOXTxXROGBqlHq2REJRELMEp4mLHOonIQ0dikiY+A6hJBkGTk3eCqArgD6HgfkQ2Aw3brgIbLorbL4sbCqpZZEzA5szgGkClRpIppnP11Xm+MgJIhThLGU+SoLA833sJv40SK7wuMLjM56/LwNI7GwIWgQgvRUgXxYglfysCI0CZN3NZhQiFYIJkKypNJh0XTcOqOfgMOL/QyjyGaMeZN/GQeaEYzBZy1qBcgXKV2pHYrxBy9yG+ytMvixMKilVEZ6FSesX8V3mwNLeVWQGkClpde9lFEVuzE/dSciB03WiNPCyNImTIPNCx/FmgFNKXOFzhc/XeyuOidYe4BEI+ugWhiuCPg5BlUSoiIwhKJTR5sLHkDNpfh5HzIpG776LssxNMif1PeKkQZQFqR9wxMw4XKZROBI9VElaEXJFyNdqYHobN1oEHsPVwHxZeFTydiI1b0dWs31X8E1/zEu+xnuxlrLkbNJQdAMtR37Xo4U8ym1GgmPmOVnihSgh1KOMoNiJmEfbNgAjwpbCyFHxi6Dj+EzN4mKwIC7W9YGqjPyY8VUoa+/TDGpfKaWtm66ud2qam6iYKtZF+y7dXitv+O63djSV3V1FH/N9sj3zf9+dt6f8wLGT/ZHkJ5ljymcN2slWjwPqpkcA/IsYwlb0M39I0/FFcz3ldImZGsqU7P3cT5P8Rk742+w5Grx+FSmfSHQdRxu4O3t8ne8CClL8VPc7hheqkzvFhxPFaeXHe5pS3/B8O1ee3yRzts+XC8yw2vcYAhvmdBIlPSlS05N+ZXwe+f59f1OcmkzXiZzOO0lvH4C+ruc1n9NpytbN6ayGZ4vh1eUTqlE9uqjAwJiWKikwIPqxKiJ8XMMuMZRe39jKeha5+WK5crNGtA5vankX0JrrFmhlkUUQI7vZ1gpFlvXe0bxRIMcCTGTRcaY4X98onNYNf5stvFFdXICbS8mnykC25PxyO/uWiR66liCNiz+susJ23SRGbV3zxlo2v1Np7PNgFdP0Vx/C5c6PfUh+33Rn/45/oOS0qphFVUzUDWkzRcEnybwdqPWojaNpAvSeb1XR9W7piu0D1R41oG7aAB2qERiUaB9C7tmzje+M6C9XSSWL/Bn9NaOuuq6fIRr9djFyYuLQ1PW90I/jLHCIyw85vodi7IZUKYIzqFEWKoHzeWmraNVWY9rqqZXVqqW+CC2F3e69xaJaatVQC2soJWUvCuZOWN3L3cHz0eDV7jilfrHrxy7XWjQgcRD6mUewk4UhcpM0TUmW0kmdtey17qq5vmLN9ZDiEKu2+gy1VbDxyCLaCj32ln3VVgbaSkmWjNRkSb6Ybvnuf3vN9onoGZ32D1WpAC95vQBdkNPuwWqMoBN6RDOcEpoEmARe5ge+m2HsphFJfcehbczmmLSl9NNJvLJNxSvrD1hESY3Kf35NxSxlMkEZyGrK8puLystF+69Vp5TmojtlWb7n/7S9h2vx3/6NxsUts/7ditl9sU9/+zel4coJOrDwZc9J5bU86JW0pxUH65m++O3QZ1upucZigjYeXqhqZluwuW44otwjvxe1t38RN2Gn01HikLA3PvJ9cLorjiduvixcN7Ot2Vy3IFFuRSDKo+QfCa5YmhGJ25ZTO6IJlB1FLsN7FlfJsYzUHMv/mUMb9b31P/dcQNnp3qJg6yfxe6e7SgOsg792wpRSnMZhlqSE+XGMWORGqeMkkZOlPkvaniWDohbroyrf1h55yDINVKee8dzQ+t0t/7a5wNO/8t0AMUPczC+EsS0HaHGjWgQjxecy3/OTQlVDuRp3Dxv5T1Wr1eYaPYUNCRFGcIrgE2JDOIo8FTSGxrZua82p+abg65P+ASeLHcSkXIlApRi6svKHJHXjVqEEoCcyrPK/cip+wtjzsecPq5y5KBh/mdYycbXs0EchNIeSXXGC4vlxs1qtb4o/2hr6/9jn/33udYz6lpV8ay2Nzgc5GrtURmPHMJr6BvwsRtPZr3YqRjOBzMPQZwrLbQ5n4Kg5nB9zvpXqCaFHtZAS1wP3zejkTxKEuz/oVm2QeUnqMm5V+xhlXhwwJ4oTh0NxgFOlZlJXylLQy4/0+5NdGW+28pSFYHdUvgnkhgtbswC7J77YpaWqfkxRkV4YBonsjVxVu7fuZGBhtU4l9ol3EvXAtUApbp2WRcJXnwVzRKvi+Vrl+ysR6wSomtSnTtlNEB7JZ5gj8VY2HqzwXTp8YLTiUecDdJSA+Ck5BGCrDW+lofXTN66+uiy4HtvYgehRj2PZUqZmBUj8/fTPKvpVf4Se4tDrsbI3P+bJJ7ZgwGcFXxKGuMFo6+tctKiGvuY2qPHKwjzJMUyAVg8qTPHKU/AKjeDVz2LjDAPWtvqtj1jiF70QR8Ai33Wok6YBP40njktcTAl0MI0dz6WDkCXErJi1YtZniFn+Bj8aszpo00EAoz3uK3tczQd8zzjSnYojGz8lHhgHIiAZOyiOEegbPwvdAOMg8kK+kAlCyAkjD9EgCDBiuC1dNiZtqf0/Ln+R7T8xW8+++8c+bqeXDh9oxs+IuXBPwwZj93Dc4yde4ZKTeFBnJFT3PlyyeMu/lm0r5EfBQ33+rFGibuEm+q7Vsa23bAQmdhCCeygO5y2Vg6sHtfb+Wew8KSHN3TjQTmJZM0xYWd/tr+m1sMGqxSo9fuC3ZU0n4ur25KlsMWFqsWogzQ6Wjj64SGFNd+G6udSEQTaKi6aGWaCAtpqC+Av/LPAI6x8/9eF6V/1on/MuUPd/0iA6YEHkRNQh3BDzstBJwpiGyEGJF0dxnLahZ305S4HzkORFYHlwVp4dkPsfrr2klD44gbV8+AL3qtFAWiA31cQFZ/kp50eCN+AlF7DJCZJPwg+X9iBUxXW704u+j+gVYF5ZfO5u84Txf+I7T7GxwFNHhzIexbPrzcvVxYtfqnDYS7bnciTjpvtrH2T7be/g472TTC8IvL7WrGIRR564bfk2v875OKqL2N/O2EFRyQ/Ach3I71759SBV8om8eOKaJZVDqS8wS7tejXa+b/15fJFN4O4AzJkibqggrprV+CNf7ffWjwWXRu9L60fZi6mG3Bv41b6pfrWrTk0Scwd+0/vq0JgRnEU+iRPfT4mf+ShIvMhLKM5Q1qZ6DwhaCnUHRS8Cu8Mz86y4+yscavnp8Xhf7JklBmTVA5JOa9gCe3YH+b7vbo78NLqjsOirLrCiw2TJkic9Zn5VNxVX0xFXdxRuUceDrtrfx+OuOE7xs8JLIDW2nEgEKEXLtpKkAnSqDMLGaOC//6OUsQ0NOIE6/kC3y9vITaSRaBUukwSbtDr+O9wSgpHcbHe4Ci9hJBNgPYSPpmgdKWit5hl+gL1o/bv1Icnt73MLYiU5Fkgjpmcvi40rh8rJs9w+KORdC9qEuOv2oGGUZJT62KUuTYIoihyUJaEXhw5u4d1EcoP3coIe3lVePGvqOcu0lZ95jIkmiJYOnpUeD3YUUZlKx+ATS272xba4vpde0X0OFjAfPLQytrJc4L91d+RnviP8IJYYl3tzLvk6qjyTu3NyY8EZ8s3TNoH8cGDCr/L9/1q7Dn+Ot/PEdpCNXdGZM9i4Sxn14oWgXpo06/+Z87crjiLe++1eVoj5mO+EY+49hGRI8+dnaLXNp0OolsWVxqkek7Tvb6sxwU9UjsmG2A8bCpvAmOTN/VaOSSqZKfVhBMiG+sRzFH2i5v2948Phu/rA8WMHYar1jUCtQtTfbeV3qTMGf9WURJhRlkQ0zZwoIAFN0pBlKU0DipIk9gPSKIlBUUudAhJVeNIIX0QVDMp+fvyHQ/zAp5xrei90RuP4KE/HXHOlwG1xm1vBHyJPqZb60uJ6jb1EOl73cqrBHrJx0AKXU10zlXxrSfurDX1vykz+WCeK8Nnl0/5U9inhaCBwoY19b4pINrkqHLVheY8jy4mfJc6HXlUyYzRBCpqoOVqu48owA2HQvys4nzAuFEDhJDIKQFjaiUoiMWWMQHct+MhNY5L6KCJelmbYjdIgZTjLUIbTMGtgZUzaUsgyLn8RcJmYrVl8QWhRV0NV7GjsE88AjbwNu4GjawkeC27hiTUt7r0qGg5FJ+mxTXOuV/nx6gq2HwQqyz/Ds0X9ufIm3798TOVqdL4io1P4J5C/weHGdV8+KsHDCkSqiUHfn4/7XJQElNfXP5XFji+DPOkf37OatLpqy2vS7tF9jlCDThJ6WcjclCZRFrqMBpiEYeZ7fowdB3uogc45qUtB6PxzFoFSg9l8Xkh9azVDkgEHvdh1cYYpT+f9vr6LghFy0NyyymYr/yIjD+Jim8oAoiZXjxsrzStaIgM2TyAm/fRXacnVjoJuEESVaNSO7ZAzuCoRt3ZFsbPkfXK55hc9FqqIt0HoFUAVUaBKzbX5tShSKM0Ji2+ifmmTe9+S9yzLiYpmZly9gmYKW6/052MT7SeGtFTC/cQjHg1E4cVApKa9JEcoqJdewVX90c6OOdun2/srCT/tQbECpQarxFER8nAqWAErMC44NGkhWPV7i1LDXKAyD7rHcZt/YlXt4OYRN7TkI2V7i4Nanpy3fAfzoUg4kkk9+r2/DCi4ghH8i4n7f3hkE9Ml7n4Tymfolp56l/07ut+zI2fZbou7KhhLFOOsDoN7q9hvuRVqSa9MUs3A6XgW08NllRbUSM6OHDIBb8H1ysf90NTMibNytYC+CuwkNvIs5Gw8d+Po/TwM0epJSo8NOAqaNM/aEdP4DNqIrw9LJssPeAqaxM5qDK3ToA32mkuXn8LZ2bT5UZWj5BEhp6NyrLfHk/W3PWuPmR0lY9Pjya5rkeshCXVxl0EqvRgZJj4OnNT1HS8kYZSmsUNw5id+mPokbdPmh2UtVtTlM9c10aprvjxds0QYx2euYRB0tEfOk2mYVbs8oXZRsr4QmtQu3Tb2fbAf7GU/QqbX8UduxiKcUeQEaYTclMZuiH0/RGkcpiidUDCLdrVfNcyqYVYN8yo1TLRBeAkNg1YN88waRsk5RHhSw0CbnUkFc1coNRFG9QtQ6TegXhqFWRaxgCWJh1mUhJmXxH7EEMloHE2oF5C1apdVu3xV2uWhASU1WGOyccgSYI1XsH5msFZyDRGZBOuPULZsV+zhJSdB+6QTzoC3Sq2BOHKSxKURwZgkAYmSNA0w9TMcpWmWxpNOKFXmCuYrmK9HhS/5qEDwQkcFsmqfZ9Y+St4lcie1j6hoM613WE0yo3Ekne6PohkiKEwSGmE3wD5CKYqzLPBShkPisgldI6WtWmbVMquW+aK1jLfxwiW0jLtqmWfWMkq+KPImtcz3RXHSe3v18D6rSWa0jKTTtIwT+Sz2Qor46QWl1MswDhnDfua6SUK8KS0jpa1aZtUyq5b5orVMuCHBElrGW7XM82oZX8kiRf6klvkBeI/3FppUNNeSCs2rmppSUzaRH+EEeR4jOHAJ82nq+Z6fZVGYJSj03AllU8tb1c2qbr4qdfOgyw+XbJC7BGT7j21KtUL2hZCtpOqiwAiysQlkY2PIxnrRGOKGQZp6iMV+mKIscMOEHxUclCJ+iKF0HrLxCtkrZK+QPQvZvta86uGQHayQ/cyQraQOo9AIsokJZBNjyCZ6pkQaOUHke4nveDjAGSRKBJR/cuQ5zCNkHrLJCtkrZK+QPQvZkVa64OGQHa6Q/cyQraRQo8gIsl0TyHaNIdvV44oYDdwsCxxuV8dOELpBEkdh5jle5mPPj+Yh210he4XsFbLnINsjGxQtAdnRCtnPDNlKCjJ2jCDbM4FszxiyPQ2ysyCJYoQyz4syP8pibmdnGUpoBP7sxE3nIdtbIXuF7BWyZyEbaoQtknXlrJj9zJitJPZiNbFX1CJsPpmoiPXufCz51L0VTZz1EpRA3YzGBmpbUtsqtQRxA1o9LcuJfd9P4wCHLA690ItCh7rEdUkWEyduC1MaCF6sBwY8qqmpJIoQJ/JRtH3UMj0x5p/07Oj+3Zbd0rrbY92/rWmOIVpg6CDe1LvV0VG+iNW8yBvrvQL10Eq8Fi4RuYbdNU7k4jgRLJp7o3DjkqVL+P7CSg5g+Z/wRb/Lms8nEFbpQvFU6LprH28z8fgWXNvWExPAaoJHhlV8fSWJFatJrL/ICoA/0vwI3Tags0RlV2jFKaFJIbQ3tW84oagBXfYLU44TabCJoxTj2AkIcrIowzRinuNmnu/FCSWh7ypFKcclLtapTby/kA89PqDYevX+S3VsG32AETriBdHxg24xwmD+WtZVvtt2aXzxcHpWt9KtbcnWDIbSr007tar5ENSjtv+bG8z56d6S5e6vuAmdsqJi1/LiZJPEaiD0nMruFEJQv0kmtKmoeu1Wq74SSaGX2+mcC9oKiAWqN8WxS/1V2R/cYj/lJVvbaa71hSe0kmujoAqF8fzHaqW3UiHBGv1Vll/9Ni85/Nzz/+VaAY4S1t8OVU1svqr/Bn/k+0w0ohW6atEzALXrWtzQfk70DJXD4f9bDccu5HBEP4qiHo7NoUvorpnjwKQeMFVXShovVtN4fwLi6yPdNY6a5vCkRh/mNVntL2nPN2384RSRrrBCGkcYISdIwsANGcr8AEIO+T/y/4Zt5u6UxOUcNscUjuFl1blq4Q4XY+KfXVlxg6048o9egt8j5hop1ax6jubSQWNVLFJ7CJLbPObocbLaxZIxlkofiNAkVxZ/wwNf4bAp6zd8Op0gmkeL3tGG7osGf6INRpr7YmL9g/PiCSuSycaZ2/sGvQQ0teP5Hqa4Rqzas7KwaX2uxtBAlsCjdtfBZ25gqlooE0jVDN6uJrPpRWPDZM77LvAYfCl5oNg1gy9sBl/YBL70MLzY95wwTXGMfIxY7LpZgiIUORzEcEAcagJfeIWvFb4uhS8v2jjOI+ELrfD1/PClJBhizwy+iBl8ERP40kPS4jhN4yAI/NTzs8hFAfUoRVmWEuJ7oWNkfZEVvlb4ugy+MMeujfdY6wuv8PXs8BUomWvYN4Mv1wy+XBP46oRnRSjxM5wlfoxiN40wpokXpRnGPgkyxzWBL3eFrxW+LoYvvHHxI+GLrPD1/PClZHHhwAy+qs9ngGAHSdlpzDPP0O3JM/76XytGhV8FRk11974YqjzbIZYTQvNo9CR+rgf2dlnh6gK4UjKYsJrBBC0P709sux0KtVLASqXrxQ81UDVJpacwEYrSIHF9B3s0DjMnjrLEjUKwtvwwbavSTIpcyuIq1Yd0ox8XAbTJJxihGlm4OfV5e4KL2rbZq4glrMJrhi99IdJMgBXcgGlXwOoqEve3gq18+hvcB3Tais8xB3LRK3voCrT3c//+8xtB8guQPP+1J4djFyxHN9LKH79Ur8JASbTBaqLND2zP14dYHm9/gqLrUqEPgct1Q2rT3G51/6mLLw18GHB0baF2PPbbn+xmPIv1KJwb0kKWkcGbPw5LLrWQftqfRHSqCDrhuNL/7u/Fd68HeMUBItmeAUe47qa3NN9SvptAU/d6VL+xtFjBbnwzwNAkYqnRglV7VsGU3vO9nCe10cYfs+O2moiYZpa4Gufjyepolbu60/bcqz217fYAsDvdH9jdkTMdB8M9Or/2oe5jQ7Ek0g2NajxsJWbcBmeQAzD4Er2fBwBbkFhvs4Xf4+sNvvFsFMHtkUM2SO/6OIf7z9358Z8Q3sYxhR9KPkLY2U87MR5W6geDf+b8f4pj+WSBpiLMjs81t+Uh/I0fbKtxaIcDTibHMXFKmNVks8cEMqbMlRQsoqZg/QDfstP48Qd4+o8DvR6bH/QbojSNaUYwSj0WZCnhtj/l/zcLYj90I9K6WBv2paz7L0UzR6tmfq2aeSyQdNCdUiGnrwXTPwFyrqj5TKipJEER1EVNsQu7sFn/sY+b4he9TDz2nRSjwCW+42M3pFHI4iTKmJMFKaWODpyCf0XOFTm/YOSMNi5aCjnRipwviJxKwhPBXeT8ubguyi5y1n/sI6f4RUNObmg6iNucoet6HspQmGRu6nrUDz3CT1CpjpyCf0XOFTm/XOREeIP8pZATr8j5gsip5N4Q0rM5RWpfz+is/zpgdYqfNPAMQx8zl3Gg9BKS+kEWOqETpWGE08xzM69jdu6kl31FzxU9Pwv0vKhSSYOf7obgpfCTrPj5gvipJP8Qt4uf74rDfRc9q7/1sRN+0Dvu+EES+cgLPT/FLPFjRlDs+H4a4gQTx9eRE9hX3Fxx8wu2OoNuo+ZHoKa7ouYLoqaSc0S8Lmp+LIptz+is/9jHTfGLnsJNQsfLWIKjiIYJDbHvRYlDHOpmyOd2qA6cgn9FzhU5P3uLczRS7fMKfBgNEkDhhizmdvBWBfByCiBUsraI3zObadn3OtR/HDCc4RdNAQSxG7hZjJI4IR5KHScgmHrIw26SOJR1rroE/6oAVgXw5ZrOGC941eWvyPmCyKkkjJGgi5x1/sxH8ccOgta5IPWPfSTVKPTuXgyHCckCBwfMCz0SBCGOIy91cOTEyGc6ompyVmRdkfU1IWv79tY3sjDj46DV3WBnKWgNVmh9QWhVkttIOAKtI6A6Bad6Z9uEYeaksZO4NEM4IjiKXYz8CBHCQRIPAukKoSuEfsn3YdjfOIvdh4Urhr4ghippfCTqeXaVssA9B6/+24CfV60prLl74zTLAjfKwshLMjd0IxRllARRSqmbMNRx9ypiVlxdcfWLxtVeTb5H4Gq04uoL4qqSUeX2Mqq+L4qTSGPXELX5ax9L5U+6z9Tz/cBnDGdxxFeRR9LQZY7nhXHEvMQlOopKASt+rvj55TpNCRzuF8sPWFOrXhI+ldQqV02t+qesuvStXK1/2zMbGgOqUCrXvi3Xc9Oa79ivJTFO2C0hIR9qy4fazUMfi6LDA7APxfGUFdu8WBpOjZ9nhKvugrUkfr1hHHOOorMd32p8s/BVWPfTO17B5qXQGuR0BZ3Z2r+n+XXO146VbznInvhSLPgf//HTb//xj/+lUBVH63BTnIrrIz3cwB9OWjM//s/jnfugdRqU7gJI3BXlyap2C0DKHb1/Jivy6uvpOeVzPLcQ2TgQPqCB+cjWf+q6AqLx6Pt6j8h2H3xB/A++4Kwf+RJ5OqBuemEO7VWB0fne/hcfh30D45gA6jEAm8VndwyflQQuF4/hM/84v7D9eQycYSXKnzWDd4hGT+9KPBQEkeNFEWQpsCBCUYqI72QOxb4bNwg+JGkpE/jLBe9oBe/nv51qYM/tXvwvBHsr5D0W8pTMK5dMQN6HWmePgV6nNd8I7A305ouoG2YuxZ7rJ2GQEoQyP8KUIorTwKHuKPAt25Vvhb4V+haPef38DVZ/g/1HIjdakfspkFvJ+XLdCeRuJk4Bb200fImoNBp+jxJqEJ56JI3j0E8zlCXUo0nkOiyOQuq4XhxkQQPho+JWFF9R/JlQ/OtzOkC180diOF4x/CkwXMlAc70JDH8bF+fTBH7Xv09ityDSc3sjP2QxijM3ZJGXpkmSRFkceJ4XeNiJolHcFqJWzF4x+0GYveQ1WQ1yyNm43iNBjqwg9wQgFylZVq4/AXK9+IHugT8bDCUYptJwjvkODhISOk6UBiTJwjSlLA4cRt0wDWk46mLIFg0wWIFuNU6fAPlwt2Pz5cjnrsj3FMinZEm5wQTyfctONN9a/wRUGTfyJJVdUU2aegqp3hkwo9RPmJMlLqFOmAEk0oTCfVOMI+yNGnyKwBUNVzR8cYfrFB66G+exluBcWj5a8fAheKikNrlqatPfZFjgr/SU3FgfbopD/7pJRg7ad0Bi80V66F44jRF0GjszDyMUxcTFqU8YTUPHpRFimKYs8tsaqmPSlgK/cfmLYN3EbD0vtEFvrt9Gv+9v/wbwQ63ydN7vIcSzitcEXVPwEVnlgSV5lid8Jd1bGUcy8UbWUWgj/iIiFpQ/6eZc8mVyKt9Yv4reXqdSNiUUv/NNy457a0s5pJ268MclF3elgN4e+iUFX8CJuAUvMuuU79ghZwkrZddDqU/4uNQY1R3dc9B9Y33Pd+P5CH8pd/wMcWOdlP4mIuqV78Bil/8pImfFxym7QzscC4hqFBPE6A7aNlrxkY9W70sm5kWOV8jk03LFx/EJqPITf5jFhUBPx5sir6irMFw5mbA8+DPynYj/Lawto9AUjc9XKV6phny+ip86tOBrDAxDGNpREn9DHt3/rBub+16EdZ+sdwWHimNetgHasAhEfC5sxt/O2EFRyfXSDmKHr9mT6aaDHJCdNAOqcIkftI8yUFeCFddNO6m8JvSTRBVboIoNL2LLtxtSUIPqSMkSc9UssW+O7A7qF9TBy9WkDfR6qyibVo6Sst9KcoZO11FJFmFEUhTTKMGJi0iIXUISDsU0zUhbNmZG6FKqKq4eU4dQ1/2dlrXOZ57yIoprZh1wpZAJHdSqAno4cKgF1ASMhxFztcABXuq1K4tjdsY1ith/la6psy5k81Upk/+tBJVD9/dWNTGKZlP1jWgofLy/GlAzV309w7YcuvannqaRGxQUE1em1/S6o2AgoB60bA66r46gB6ThNKCnxfircf61lP0zZZZGXiYFnwUxbPZHwsTMc10ExFxZP3lDzUv1yJfV1sy3MREJeMHG9RdSLr/Q4yd2sr7la/RTrWBKmWBDrQ+n+21e3tQbZWE1shOPtlN4dK1KShsezVVLKR/dmNGjWmMOik2Vh5IK56mpcNDrq54AMS2/5Om/ODju2b2sZG59lwEGKFoEWOpxiNdpWWQpcrthkerElEFvUuylMSYhdajv+hgzNyVRhqKIIMdPPdYW8jWVvpSCgU1a47143q59nmyYzqrnLaJpTB/XUzn4iVXOdyriMm7CX+cJaAGw0/bszlJXVpuLlzUnDWDK9/viVuaGjay7N9ZHwP5K3TQqIJZKB2TAVmJS/VhUHn92/CTCDyRFCZUXOQqoXeOvGp0lzhpKI+UcEgul9sj52aWEpDytLXOtS2BMAwMu+WTDdFxVHZvhVHeO+Tazbrn1SGstl6agg+uMwFNxTm6aA5A6UP5ioJTgEvypFM+Xem65+krUZQgORDfYEGchdVn5HKn1IwcFSI7kW6Na3c0Z7Pv8tIezfaWRnvw4VnnAqX3DxwSJknxMFfI1x7BMjqk1x41OZMZ6yVTJKgmTnpowCbO5BZitQLHy0gyc0BpKWw5OUvZPaDN0+nUy8hMSeCEOMpJ4bpKmGLss8xFmhBFEW006LXQxBdo8Ruq26jELn9BmnvLsJ7Ru2vrMmhD7bSA//Rf6CXwlcbFNrSw/KnccRZU43ngn1QT0xiNH93zrCBh4Y72rDlv8pHULB0cK/kt+dMr4s09Avb2vPJbXsK+FcmrOU2ID7E/b+07OfK29qiR2rru54uGmsDjRLZq4vuhR6rN1yQVcE1jI2ThcDXgLqYG3pxMYRdUCYfL0LB1wJzhAV+enkSW8MP5TORi7cRfDH6XzDQZTn6iG9/sU+s9AqCnoK1mYnpqF+YHuzkeaW9+ft1sOEoztrXf0CAtlO4T8Fbndkts1eR/+TYj1hlKxx6E/JJRyBeBEMcNuHKOQYoclUUjbm3QTyUspgrJ6VtY+K6mftbA2MHnUs6uEzgnqUPCTfn2CMlk9lZNtS4/X/NAhVII4rIhzBlxCie0jN6WcqMrLdqKxtae3+bXQBFdw7wInntozCIe0kp+8PlRKg6uBgzhcHQtBxf+lONIdhbFWE2vd0eMxL47CV0f3nwRitOZUKU6EALwcG6sz4NMpgfrLXuRKu2FQJGak2n/3174G6KlqcUZ8J5leQisgxxKhVhvsLX1R8019Z6+uzub2pl6lTx8xoGzm5qqmevoE7hthpyn4K/monpqP+uF8zKwPfMNst+LeMBWa834I+EtOapeC1I6BVOi1exWWOkVTDDi61VPmWB4N5TPyl4Lx+Tefh3BvwaIp31aOo0Ig+F1x5BjMUTHfgaECv4nxndhW3LI0hZ1+m10gAJNDJ4C/WB/hBKCZ2o1NzlGHj/S855zX7HQSJnftozrd8DV+LR9/R2+ZuLERmyq/zU+aoQ9IZG1z/pg9HAws2evkqaOnqrf5Koz20HZcS+QAbEikBX/NrYunrrRSYf0/Smb9nGdMOld/ktd28MOHG3pg8izA3hWwzBO4eeSrp3YE/ZTC3RtfUQsrAP6x7G09JLu6SYQfShiSPBGwpBqSHcOQ7NLOq9FMKIRZbJyNIPPG1IOS9Oq5XfXQfFJofq2eBGA89Y929aMWP9un6Bj7me95qeuzjKKQuJ4XZ1kSMuqlaYrCrDX2e3IWM+2/EH0QrfrgpfSB8OBcTamFgajaBljDjYefFFhXUH0pUFWyUD1vFFTRKKKiaThF+jU09QhOg0SE4nqum7mI+jREfLVREgbRCJaiFUhXIP1sgPSLta89vEH+UmoArWrg9aiBwFHydD1/VA3gUTWAp9UA1gt9p4GPUchSnHrIdeMoTRLH96M4Joy4Ph1RA3hVA6saWNXAi6sBd4PIUmoAr2rgNakBJWnZC0bVABlVA2RaDRBNDVAXx56bZhGKcUKiMODHAoxx6CTYj10nHVEDZFUDqxpY1cCLqwF/QTVAVjXwmtSAkqvthaNqwB1VA+60GnD1QmQoyGInTShCzCcuRi4OCPICFLq+G2IyogbcVQ2samBVAy+uBsKNs5hTyF3VwGtSA0qOtKfmSHvOb//hOdaHwzY/wZeGiKU6T1YmPSiawXNs/h9Ba0vaJv2uoZW6YpZSD8T3sJt6KKQJJinJXCfMEkoSvjwynNKkVRuzYhdTJOIRVRRUnTyRVo9YRoeMP6GnPtATq49uCP78omgC1jfW2yZlq6m6IVLFyjZIMqZbyAsq6zZvMqtaRuFXsZq0KvRxQ7eZDRsG/qGp9THdW44LPVZFLurMaOvuRuZrb/lOkTlt/N0ZPbYKRpT54OPjm0eL+O8F+XeC+Nuud20kvyxNcmXBZ7YzCF1NOXedLV7s+b8I4n7ewhrvv6AWC0VkJ96QcOm0r3/INEttR/wsFmeb/wWJXoenzPOSuZ62hhxyh7QJXzfVICa0zDw2mwV5Bo6SO+2rudPfF0VqvRfb5ET17J1eQSigtVXa9ljwQa8MNUupX0ywmDkOZczBfpYFMeUbm9I0ciIGfUnbdiSzYpfSKRk86KA+qP5x2aJRs8959uPJP/a3LN8K1QK9HAE7udVf1Trip4Y9U88ks6vnDT+VaKlVaV7esLI5WzQ5XVoVjdscLLFTW2qjqjmVJ1XFqvplSlkpL9crdFRVyKzvlJyvWg9dWZDxxVf0n+LUkh/5v5eQjH1Oq8SCTkGqMz+HUUgsE+UA+T+oWueN9V8cfdp+rFXdvn4gfZP0vYVXO96/WetwPLGGQSHU4QB3WbB07sA7+Fr3TbbAyxZ4EkvnvkkeeERxp3nQNlU2Sg6xr+YQfy+6BH8Q6XbfVpU0ZXUT2LYDeQUKg10x2A1DP6XMjFxvhRVnqR+zMKIJjVxMnMgPPJ+kPoqDyI/b84yZ7MUUkHhaKZ5W1RytirHA0xb2kZk97NlV0UB/aaF61FVk8+3YYGtTVBW2Iri4CoHc8lUY1Lz4qalSWBv8fOLjHHiE6Pp41GYYX7UlpxpdBTOoFGt6Y71XakzxPbZPctaU94O/yRIflI/gqcv5NWljV7V37APUc+T77Pv/dYk2OIC646cw8PsN6YL+731N8L6isX6F6oYvoAKgFJPDTxjLq4C99d09s99BGTz4xiJ1WCygH44U7IyTzFhvZkDWYHiyCrR7m/HhJNVwZPKwSCm+rocjzun1R6uq7UwVojVEUlOFoOQX+1p+Md8UfIf+l9jLfLY4I/3D+j9FsaumrH8IkSy2YLFrFhtYqkoX3bOIKYPeXit1aOQQlyKHRPxE4sVOHPhZHKYBww5J2tsRQ+mLebvk8/bieYf6eX/C8+RXXfaAYvo4I+XgL17l1nT91FVv1VNCozaEC0wYtxyrd2WngJE07sSFDQUn1I6j/p/A370m4dIZVw8nANuUb8xdyZ9W5zc3BS3qORT4APNoVZtRZjCLWyBWdnxnovit/BSW+BRW+YmfiuRdjHCYNeUQmwdpzrOOxpKvfJdvt1OlZzW1ppROrAr1SvcglDrvlKQT5aDEXVEzH6Kw1uutZftlnX0iG4kahMjX7ogWVHy1ptGK7tHhDfg8Kk8tLkcHgWoqm9pUQ5iqOyWj2lczqr9h9wXfloBd/yzytJ0wYUAIoKhNhlJRebFggwR++5azNZqt83dNgSVB5gYUoSAmKAn8NMgITT3sug6NWRq2pQc7QhYrYauLbT9Ja5zU5ki5VD3bCx757Prqf1TaQg6yPRHIvQOIKibu1JYXst5y1C9PR36IgXsVmkERhi2Hddh4cG8PvjRwZgEVf8M8vbLOwnsnqsryxcPgcr/YUfBTiQqEjfKBGWmOQOBF2udlIuA8Az3GD0Rw/EmsMsntLK+qEF4B0u/ykilVNk6wHd9wTfxN572uLDi1Fefqb+f9p31xt5f+MlGqA05e8CbgmRBewpFSjPAvYnU/aQHBh56TPvdqgl9WxRCu+SILuRsXL6f5vtvfgE6v7o1g38hagtV9k7wrrNbOEx3zmBxCdWsEYCZLB1a3TQLZSjkEg6NdV2uYKjUlD9xX88C/+4Ov4Ft6Tfd/Uuu7OpaiX0vlAzgVE/0kx/9gNyx2xdKUMlGPcNOUmurz49ghTua6KGLYDVia0Sxy3SCk1PeCkKlnt2mxSylDpkyREm7SL/iyiB40fNqzq8APJ3awzgd5fqj6YZRtLTYAesO19Ibbo6AP08a7Jp6yOxRwtyLaa4jjVLalZ/DFNCcUeT+THy0ou2Ndbwu4XGJcaW6LA5cmzlkpPX66qnuZcI18w/giEeVyj0yeIn8tiiaKqZpCcdwSZzRQm80f64uhKwhy4Ici6HmSgHJO+UEU0EV0e5Lm8/6eCz6m4IAv6+Pni5SX6qekI0eEnYnrFM99ulJMPcyoQPbpyzB1N0eNrS1sjuLp+A4zhlYlG9z3HgCtfEEquHpXFNPbXoLqNJmGqB6KfRJnvhtlaZb5yCduxsIwzDyUprHbpoxMy1zhdIXTFU4bOOVGqrNxwhVOF4ZTpGRV+1pWNV9yewgybt0t3xfJuey3h6gpZVlVoLQFZbcrxAydBqKZk/gQ08RXgJ9gJ0Zp4BGfsjQhaZhkbUfkGaGL3STUj2ndI5l4zKKtH2ae8uyoWR/nVCd/WXszZC8hLeliesn89m8TsT6V00W9M6huE5R42+r+WQZA8dfeWjEHg+sjeE5K/VJazFt7XQDbp3HH11cFHE9P8KZiHAV/LwixaCJtm0guOR1voDq+xEd4TnNboN5+s73oIcGpDvzfIT+lahhYV1LlwJ/yFZiwTvejTnguH8xO9L4TAxCB9qVse/GmhS71embwyoIPnC+XU6mW8D6BJ+u2kOoLWguy2qsmAsPUHkhVYNgayLuQw6VVZGSDFw+zUjeaiPA90jso690ub+GTqbWccMs8XZNXFbVEqC8fjd1stqaed620hIdmyg0zpzpMlZ2SO+6rueN/o59+OBZ8v/4KhuF4P72azga60W56k1R6v2sPUYZSzHwWxKEbBiQLYx/H1AuyEEftzfmkyMWavlLA0luosL5/qj56k88wUnDh0wTw8rUC2F2j/p3QM4pym1wi4JP/aZ+dyzo2ir85GONcmVwLDSpiZQda4Ol97proKRXbu1fnVVcG/id65GoBnpBA+71ek+644J8ZovvhXfjRBOKt9hY/VfBTAQQWp42Uahz19b1ssyS7sp6KYtvvPJvB7JyA/yRwBF6v7thUZ6w02qhc43efVrEg2yEW8jbE3biLK5Zf7uF6IudqE7JEaHkjI3SbAN46f+qpVMmueT4kiPDny57hTcxuZZZO9WGdhGNT1aHkm/tqvvkPrNhxg4Jv9goTqnPjgPZoSOtBVK3LewpkjrBzVMKu50bMoy6JgyhBoZeyzAnDzHGYi9vir3NSl1Ij181zqjVdn2eX1SRzj3l2ZfKTjEfqhyNpDqLq9FQWBw65XEfITJDmYntuOVXnpCY1URI1ByPpOmqmxjqA0XXcN+FGVa/xxrekxUWpWqcaphq427Yur2N7oZne9VG+Qa+Za9X0AY5F6tmGDfQOKmvtO9F8CMbHVwbEr7CU/17FXtfq8fXpmM8/KpgrFiQS6LG3/ImlExzVrvtqwT95+uFIcFQLKxWeXJKCOAvcptpGSWv31bT2dzdFUghb8RvanuYGk8oUxdNw2ZyrubgdzF5pdNAFPHowcEIcStIwJEmYIj9l2PNcl0Wu7zpJFOJGHV3wgKU0U9I8Mqbt6XMwpXAhJXXBE1/g8HMHfhB5vLlgYfGzjsjYInBhweE8OclrhiasVksvrM8NsJ8FpudHSJ/hqg+URDM/lR4Sber6R5maLId+SVy5WtdcEt9p0jfWPUZVB5hPTHjSqsluvH+jEbi6Sl4dX8urkWjjLX6DU2WwD67YXrLhUx5Uqiz2wT3eSzScPrFcgr2mGkXJaQ+0nPYtH4L1rbQnGw/ih2rbqumFQGjXhE2wb0tYpRVOkulht2kaYURYmkWBk6GMOW7KUhcHWYxpSttLnmmZi6URiqek9VPqlI3mKcukD04+5PnPLJ0KKdOrQWQQTqV1bPkWgLDoa8rhtdinIo/wW7atq3gl9zHsx21xBw3rOJOMnOVjPWzFSQFwH9xO/zrvr7l6KA/5MT/VlyVFCUcevjO2Il2x7F7FF3yEdzcF3EwdIcDvpEbH8hOEbHp6yP9g22dC94dGyopV0iySAbgfIOhDfudjvhjuE7wh6LG4z0dvfYAE8V/E56wvNLRGpEKj/yzWoPW2vpdbPNCUD9MuIUVcLKzmMkPrOizubuVusJsbQpNUwmn0NAV7Jac8UHPKPxyKk9LA9UdGQT/Km1qxWPqX+zWHvHqRHNUNjBhr95LfjF7XA8iDftWpG9KI+GGWxD7KfBoQnMUR///tZb+Z8OWKZdWPE9/2Rj5OXsuLxy17+W/2NBMVgZ3lkwfNVk6dO9jmhqftuaC5M6/zBeU7Nob7lXVQkuh29JN0Sw22vn4DVfCgcymnrMossiad/Ko28pvjB6SmC9N/V1TX2/W3kLmE/CwCd+yp6HIqYCTjIChJIaJBJKtz1bcrjsK51c1qv0idzKRXXKAn+D/xSRhOSNB/62uHv4vfXyqZ4jPPBfkyFDS2sWMhH5pnEWdx/95P+31xKzfmx/tDcc0/1839k3YOb116efNs+9Q827RRuKkOM9XGSkJ/oCX0n8Gb3lTGqY3s8fADwdCcB2uG0TgEM3L9Mgl5aZIlCMUxTbM0jALCKAl9HKT8nMZ8pdCxiezl6h/D05qyPfXTniZEwexhL6WHjdZMrYarSGKuhPnrZFJzNqFddXDaiebb4lidom746MTaF+mG/B9sJrmFz4yf0KrcKcieh6FAmZjmqkeUotxfVWEPJ2vbBlFw5ZmDHcyPbqem/KWIl6uPno1fDlx+ooxNkfCxHoocgu8+dj18qqmQ0fIG4OTI4F0ghIL/MT5DAbYSMjC3RSFsCTWOQcZi687AzqWcCNqAqLuqro0M94OTLH9zYW9MlA1Ygx6eR3d5aHmnYqdiTdeN2CYHPHnFsuHM/caP2MZ/m9QsM9QHpmpNSdwP9MR9EZgE7db5AYGDX5UE2kTWD2g2ySNatNuCxxY8/UbtjXIz5tArmIUpc3waZ2maRj5mAfb4ckoYTRxMI6+9nTIWv1wNAPFASA6xhcqo8labrICFtZzx815I0RmvolrX1aENFWjn5Y1Vv0uTvZ83Z0alRAsfN7M5lF3Lki4Q0KbpORHMWtURELMmlYKMers+FjI1v9YkXVXV6EZqtXPdaMDr/FYEy9HkRj6aH3v/yHfnnSXr4FpCV9THT8hXansfDIRotCXbRESeVrUZgjWOGUijEPhdymmQMYl7eptfS6WnNjKo5++qPozzk7Kqd2N6BH8u5DxBjH09FfG2uJYH7qaafB3ELmvpgG3A4baxNSplLBKS1Bo5IuqjcR/IhIOmXA//ePDHJAGzRgScFMcdPb1I2tKoyv2iSga0OtfduI8uGfADrGGhT2WRcjDbvs3BzoLaGu9uCkiTqI3HFoe7MLCU4r2Gs6JQqkk9HDuth2Mncjh1zZxR1JzQvuYKy1QBK0UGArXIgHR9g4F2f2DywP2u2G7luVdRujWdDXTyrKvRSUU7SaUp1zgiEWWRmyVunCQ4yTClqeM5aYJcirO2dfKkyKUUKq0fcoKHiKN/ojxkESU6+Yx5xRm8WVJvfjcYWdd1nGppUldW/QZW6ybRa5lxTr4SIUNS1MGpvCcidJ3BMUo5ksHbciUC56UKndWAQHmJ15QdFTlOdaudql8B5LByGv1sqLpdq3jA9Zj1PJDv2g7/jwdVYgjeoEe7CDsI3YFKI8xTsv8DNfv/x+JYlElxYFqZtf9TpDlNhqIZGvr6+COQXdL3gxqMqPXWL2HkJ8z3nMAnIUfEEIXEjUkY8XOHQ0KvwUIj0Uth4k3zMLUG3J/yYQtHOhg967kxUp4tjBZLda7Ytx6eiUr1wq6NAa9KvSKXKErG7WERiqYis3CcteWSwWi/kja63ARqOqcYXpMwXneYEeL56eh0JwIs5MxapbzT4jb0rUx5FV9GiuA7CuYNZNTjysHHlu+l7dwrZAm7WYaGN9UpZbgcFPjc31vwIt3oO0B1yCQ9bIvGt1eNLS7EIKqHVQ60XjXONfJu6cJln7NG+gqKsalq1tuQaHlvJt+axT2DPj/1Lb4WJ/mPUu7yOpermpyn82lW47HbmActXFK4W/gxq24fVldpHj1bmelnw3MVVkpiBGpJjH8cYz6Zf7tle+t9/uefdOKmTpDaQGoL0tE7ujlCvVgbcRjChMV+5GT8eJVFNAydIPNdht3Qa42KOalL2RNn8ZwCnnMQz3maG7m5x7zoSQtGxBU1Leu6Qt0+amBxjCwdDjEdz6Vw3nXqaatnJvX+Sg+lr+pxcKMg43+9Ee3pPnEmMWM9t2TTea4yDW5zbi7UPYRG05W120G95U8Tv6/3H4KmTfBvN3xPc5ujrp4hIjHF63UMjv29YLELMH3gXFrPhXKHV2WIibJHpxPYS1bjs2mi+kWjIj4ZYu1Y3IyRScnckNmu58bnU2gu2SD35c+NWKn8EKiVH36Re49rPustRI/dN0pwoBdsje5yw4J6skXI2X2jqZqOZIeGSeJ8g+EX8coXrP6d460cLbS1s+Vomw53jb54JKLPD28hTJ9/0GNRPbwQ1Q2WgrhoKvbyprWBpuGeOlrWL/TXbJrdlBzjq9BGCDsElNIKRWihh3VhpDZ64p6d1EgF0AsDl01NISTwN1eXSaoHr3PYrKoeXanQLzv2wkjb+yHNMTdRgugNN62bKkgg88N3f7MLTg7VjlIRcykK0ZXtuVbc5og6SVWNpKrZqazo22icSsuCKzDO5Qz9NHStx8cjpVThL/9qGkc02dIMFCn0XqjdlG0UeUYhTqWg4vzLRw13gu0lGG2uweTFgN7MSFFV4x0j6vZ3dR6zaG7+ZFrpC277/eVGaKpqFAJdtBbmFymuIe3ba2J+Op7Z02llvZ+3P6anlTIbQTipp3+UCTa1Tu6rxopA6l94/KACBapOM4gEI5xlqRehNAncKMQoxC5NMpZGMWrV8rCspY5Wr1kRo6c9Xq2KeFXEX6oivvRU+GWpMc/RAkeeRI29pArjfyl/3wPcgzLlHOfy5nfhVJF/ESpOqe0RRJMq7hsRNDWp5BqSGTUn6fTig9h30zBjWRK5JI2TJIiQ64XMTxgLEhZOKDop7WtQdc6q6lZVt6q6JVVdt8a7qh/IBoXL6Qf02vSDwH+lEkfoTOL/WyjhOQn/NcUM+gsyDfxxSLMghPwuN8DUi8MUpVHmxkmEHccXxXHHwF8IW7F/xf4V+1fsXxD7vY3rLYf9+FViv1KYI0ST2P++WkGT8K8QzWiAmlLP9s28xMNh5OMsibMMJSRCoZt6JKQEU59OKIFa3qoHVj2w6oFVDyyYNPV51jlUNVmwQQtqMvdVajKlqEWIJzXZR/jFTJ8J0gu0mk7f0W1RxrAf0dQlGXEQDtzIJ/x0E7luHDlkQrfpUlcNt2q4VcOtGm6pk44HnQwxXk4/kFepH5TqECGZ1A8fquU0qRkUohmdUFPq2oA4QUrSGHkuwyRMqJOyyEtpErkO4nphQhvU8lY9sOqBVQ+semChi/3P/JTDtRjeOAuecrxXqcWUEguhO6nF3nEwosn0bU1LM6PDKsLOgSamDglQhGlGXc/3fBZlbhbEiYu9mCQTKqwSt2qwVYOtGmzVYAueZPRWto/VAf6r1AFKyYnQ6+sA/b7GQn0NoF+Z2GgE/7tkGvrTMHKZH9MoYCEK/Jgh5vs0ZnFCaRaFfhf9u8JW7F+xf8X+Ffv5Pyg1D76RJVh62asXagF30ajeYEYLoJfQAkQpChD6s1oAz2oBbKYFsK4FfOpnfpKmIfaCKHTCOM4yL3Swj6BcdzajBfCqBVYtsGqBr0sLzJYquBDs9V4RjwX78FWCvVItIAxmwZ7Mgj0xA3uigX0QxH5IM49QnPosDRyPm/4oJMRFrpvRcAbsyQr2K9ivYL+a/EuiP3I2KFoO/aNXif5KDnoYzqK/O4v+rhn6uxr6EzdISZimOE2zKHSjgGUB9TGKHa4MEjRn6rsr+q/ov6L/iv6Loj/aeAs6epDzKuFfyc8O1fzsb4tr68MNgxnsNt5SVACnsisq+/35cLjvNtpplIFK2aHRzwEJcVBGnTQLQ4YpcgklDPl+4vnIoWnbs2ZC4FLaIOWPKKtHdDqjLaQGJp5ggv/Rgvj/bV4mxS00KBU1HCe+/9Vv/9ZBv6p0Y1tvUelUzV/Rql6Rg1G+q6CBP3gPCHLgqyav6zLKziicC0omWtDlqXxjfS9QXRQ0rGtTi+dVPKJt23+fZedS2dBGFmUsocQqFHGGR9xzVIV2aWW3gHNT5FGWspZ97QHfSqmBYGygoaBnDU2ryvwJ3XMEhaLWfy31xjNXloTyYwP//U4AfB8e+Ee0DsWpGiEXfID50UB2r7xCjQt1KWqYVMEkELuusf2NmKUS6sTyUQP+5plUP3z+D81UZzn/SzXVXElum+kHhbCwu+XqS+zyOhAlRESrGIdsvODl6z8SJek6UpOu/8m2RQL75LuqZyH0Z6msox6218R2RWy3xF1wnyfVW6dklNGAusxjyItCxDBLXIJjnPlx7CQtxs/LNYB6BeA7H30ZDB+V/9wIPtQSRW5s0cdv7JNfqW2nytMx/yQ7fCkls09FsW0hTDQLy6CW/va+a3bGeXKfbFldgbdSDKArhGEOECtQLRGWpyiRL1tm9Sx/pQ1l1g657gbQtiCoKvPyp6qNyWr0eyO7dpeM7vioSrXAryypK7t4tj3TTt12m7Xkqu/Xju7PGd+B/HWOsu0X4HFb81c1f7stvw5U2r6im1g1UU0LMr2NeKPqKnu/PVq8ND5/xqGcFUiHGwe9ApBWsqMjNTv6vdq89uORymLO49XXVXq7ph8twW5ErRfPCDgos9BFLIw9JwxDkqZuGpPU9xhxcdygtZHopWxztcUv1IqWD3uaiuxGzzJBe7Skw+adBNUupgqkOOVlU5E9Fx2U55fU1XDpdcbxlEpUBrSrX791MIi+hfzzHNi26VfY6JMGxzhu7rkZoHfb4tsiP53rFlsgWYCqAEDlsXz+r490V05ha60segZ+4xSS1earNtC1x0c8q+1xLDtVVupF7GjFSud6QLDUiC0UTz0Nsh1l0xQMFOlZaAnpMYJ5OsG5wYqZdP3Iab6lx5xDYqdjNTud5Ku0zp+Og0nO0e5ww9Xun/D7J3avdraxmOjazt9pe//iJv2XVezdsx0fEp9xsCGvwdhXcpOjgdzkvzPOcz6C6Vdt+G/FFug78lvKGrQbSqk7Zug0reH6jh9ElLoh/78+S30cu2GUxRHiBr8f9QrLjgld2LN/bB9TLYG0esySbv2xpxjpCPxUR4J2VBPdO2ZWzZXwS/zBR6z7/gVg1lY2dOMA137ZdLlSu3iBGAHJVpqXN43voTqetJ0ZBcQdWZaDRurAtur0BoKm5QUfdQzdkCt3fpxD569KpSQ0Y7V6qA4meakpvaZPiJwwek5bsOUj3qve91NxBN0H54ziHpQU5U/al2s/r7Wf16TywK6FEHiK0GtQHkricqQmLr8roD+1sBJFT+7uRYeiPZKa1BYLfOgis9MVxICj2wtkjuWx6mFO/iLaweC959UDWbAJiObzP29PojuuVdYB0/Iet14IYszSYC5vKB8R2Nxt22rR2VYojyvpU7nSTwLqfUH36vhNpV0kCtdtjjgIFuDB4s8Xx4L6rnBf7GhaYbpqN4+b/lo3enENLC4KrqpLAalf6jkTSirbsj9Eo6kd28X86Tf5weJC4ZwCR50ju2HV5S7XNOKWoH7dWChNTrQ778HV2l4wvOG7hx94dsUeOsXpbp5aPyZVGzv1QLWnx2PVQRKKUVbnDvgalXeLKtcNtaYcOtd056c+mdDWP9Y7Zsgraei8WV1Lq3cU0PhYrB4wCsQ6Ug6O0i/XXT7VBUtzXBuetZfTogMXwr6NAnAcuaR7ITyHkq+5KUUwphKULODInVAJv7D9WVEDzc+2+NmuftZCgYZo9JB/z00DRHyaRq4fRa5LAy8OKKIJYlFC00YzDEla6qjwZeiCaNUFqy74ynTBb8ff9k+WBtyoAb9b0GhpNfDiKkBJAo68CRXQ6UrUBeWhnkRDNPrlsO+yiKAoZDGOowz5Pk4RSmkYQTYAJaMqYMl+RKsKWFXAqgI+0+PAsmgfbvBiRj96jWjvKsm+kT+B9u+KM8RMTwB+SzGJ+RVZJ/8rSrOAoSRLCcNOiEjmMpxkLPCIhxgahf1K2Ir8K/KvyL86gp7Q8PecDUZLqQL8KlWBkgocBVPXATf31ruboijZhDbgRHZDNKkQWkpNJzjIDTPPxbEXhm7seU5IPPi/NEswkpGtwzqhlbeqhVUtrGphVQuXlgZ6iHrAG+wupR7Iq1QPSq5wFE6oh7f1op/QDirNpHJoCPUCoU4SpV6Q0dTxApemPko9L0RhGmRQ89od1Q2NuFU1rKphVQ2raliiu8+UWnA3zmLXBe6rVAtKDnEUTaiF97ALJlRC/fukOhBEmipInTj1A5aGxI+SyPEyCg0+fcwiJ42cKBlVBULUqgZWNbCqgVUNPKXjKNi4i6kA71WqgDbjWMYgjqkAdf1OaIIO2aRCUGn1FITEyZzUcaKM/z+XYubFSRz4JKYk9iKlfuiUxFU9rOphVQ+reniSUkONgogWdB35r1JBeIqCQBMK4n8U+X5CMVQ/TyoEoNGryyXMiRGJQ+J6BLuURH6ahJgh/tfUT4NRRQCSVgWwKoBVAawK4MlvEIKNgzZkMTUQvEo14CtqAE+oge+LYjrUqCGYVAWSSlMGCeVPDnGCOabjIMZ+lgYeCaMgiZifsfFLZSlrVQerOljVwaoOnsxdFECvSbJYyGn4KtVAoKgBNe34A6NZUaTWh1NxHEw2rghsQdCvbjT8s34YwFmYhpkfYS9xvdRLHDeKXT8JiY/8NGxvC4ZlLYX/ZSW9FNIXLlg0LLyH9mgA7d0F0f6n/UmUYxMlezjgD3/dTv25qmCEqFoJSKaUteG4UtVtGK9Fl+XljVQZ1cPicwnVjsumJl0frTOQrBZiruuXyjqjV7L6p1LljnLVAHjCZMEKUXcp45Ju5OPbuqT8b7Vuk6VJRzTAlQ7O8DqihB0V9fD0qkn1i+0oV1NQ5KIqSiEeLb54JU6p99EF4qYGdFJQ2J4W5bQ37JQnlXKVirVXLQlqZFQKgyP+4cBoU/JJK4OqlcL+taotet+pNF0c2jp8PX1yNbFioGwH/JqLGiCa9dAov6Yy4EGCcjNtTYVAOeP8lcWMi5Hx3fH66ndsuf7i/yDqOQ2Vv+j/3i9+we0uPoNilr4ThGs1jyWqeQS2E1oIb5C/0cp7v0A1D/6X8vc9aCJIIhdKNlSUrJrI/S1fbglfDta/W+9vipMst6OWeR7QuzWPbassbeHtniY2ZdB0c0SSJExjyvzIdQOfBsyLMp8FCKMkiOLWUWcqfbFK4PXzOGjYB/WRTdXuhVX4BU80OsV5C+p12ZIBtMV5W5zLrsLUyyqJMx3oDMB27fRk3d0U1p0o+lSAjQ+nkLjYcikn/lagcNSq4AeOX1mxzQu1IjhymqqpVU3wbiGq5nTATzhcF8Igj4xtRSGqtjhVyoqqFGClpflZQ5wY4KxyKO64+j1vKytFOR6Jh40Vt5VleLndzjUgV62ww/if/npkwnyQX/fKUj+tKCdbPYRCDcfeAYrP3231mqypUgs/gYWkl0WUpyE58aKcLjRjkMbLQDsG/h+95JWY+fxUl01U6uZeaSfrqmJi/3BcrYA3llaDrP0cnHzLTu0sgSlHP8m6kKeSbbPXp4m/LOUV2g7mG2jjeBscvnwpKjdS1JWadP7hxLZbytVTceaY8a6GkqnS5RWLLVjsmmWigLkpg36SZC7yEEpT34m8NAkQQUmaJARHaeiRiLYnSUPpi50tq+eV4nk1+NptGe1lm1iYPs5ITwUL6inTlSMbGw06DvvNjTjIsoFC62V7hKpOPAI8x+qO5zs4bMBolOLm7aFJr1JYFVNMihIUnVBR0FRpuGzilVa9XDm0Nkq4miBZuLf2oNZq9I5qHYUarQsIL1QSp1Frw7c10KsmQ7UGZp9KtdmFLMBYlVdcof2poR25AO2ep10ovRS0e44C7WqG+bf3/Fh6yPkS+J6WN+Ia7Si6ZfX6DNWEdkVoC8Jek6FJMg28PSgzErgpix0vCznQeCFNiJeQxPMdlrX5I9MyFztgNE/JqqfE4inLdhuafIgRPIfLwvNBVlCF6xJREfaO71tmVaPjRwxWteVh6bWwqU/Frjgei7u2Xu30Euq6/LoHE/H+1aEhuYF1u7+WFdX5MG/BOwSmrNKKYrZVhuhqsU05Wt5C+d9ryrecbHGhtTJKjxQ8mg2aX7WnjBtGU3Do1d3o+vb3yaC1BpUt1SQjnA74G8f3VY+jT/vibj+uKAo+D4mELgnmwjLn34k/B9oFCQUliphXTfFE847ieMdf1uaD24tpqez/Vwf1B9BjyZbdUW6kDAB9//c+zL+vaKxfocHdC/nSsi2Hskpvl0NvMkDQf5XvgYhvI0n1EroKI6iI64Ybh7wCXYUUXaWmwP+d7fmSgBva7/bseH0/VRL3WNPaTNAa1MQ1YekWxW2GZMsh2dWQWufaI7XS7KAWa6E0//KP003hQ1xcjdpoXEFda7lxvXQgtHkhS75Qc0mhKYH2EFDdxht0JaXQCLXSA/nptzN2UKQXMRe3SEqNcnHP0XaDqO+8E1m2HS6+9iyDwwq0AhXNkOSYm9ZJlSpI+TetGq4WfGqSm32xLa7vYcz74lbRBOWZb6t8T2V/UuFLa/xWdK9d54lTwUDgga6biiM/41S3RmoPQfVsIfuFsMpZ2FZuFwEM8JqVhcFfsvtxFlFR1UmyvYj/2g8lV1+K9u1prMhGkYXIxus1iJ3VEa+5IHA4phGxohHDKY3YqQjcU09DJYEHiXQ3G2JO4iSZiwmJ3QAnHop9n6VOGvkOytqAjUFRSx3QvhxVGK2qcFWFL6QKL4iGa1DW3aDwaVH2xRGWKAgbTSFsp+BuD/GGKu4OEum1VEgYBBmNWEiRn2YsiyM/9LM0CwJGnTQcR9gla+6uCLsi7Iqwiwcafx03Ho228LXL7EdqC/QqtYWSa4+cKW3xFtbjlLqoCab1haDSTfKQJFHkUI9SHODIxWmUIj92KQniFDlsXGEIWavGWDXGqjE+O43xJblugm6m5WPUBH6VakLJuEdoSk18qDf/lKpQiabVRUOph/aGSUpoHOIspH4SojBgDvGDiAU+DmmCxlVGI29VG6vaWNXGi6uN8QonX9lRI9o43mI6hLxKHaKk6yM8pUM+NjtnSoloVNNapCXV1IiPIp/FSRiTMGF+kvB/Rym0iXIizyUZHlcjrcBVj6x6ZNUj6/HjpVSHC4VenOWOH+6rVB1Kij8iU6rjm2qHTSkOhWZabdSEmtIIw9QJ08jP0tBNqO8mmee4gU8iF7t+5E7cb9TiVpWxqoxVZax3HK/g4AHl5DcIL6Y9vFepPZTcdeROaY/3MutoUnsoNNPaoybUywi7CWiKJEvdNKMMJcx1XIq8JA4QNB8Z1x61uFV7rNpj1R4vrj2aBh5Xqw+rViVEK1zySFXiv0pVouSVI29KlbzjcMMfMKVJWpJpRVLR6W1KXN+jSUgdRIlPvSTDKAuhQr2PWEKjeFyPVNJWNbKqkVWNrIeQ16E5vI233CEkeI2aw1fS1pGatv7rDWPb0vp362MOmbdvz5CWLFb+e1lcrp/ALllsW3DYLYddcXQz2Q3p9buR0PecmOAs8gIWeEmQBmHqJHHK4izCUXs3Yih8KX1zJx8HmeYn8UTaPrGqxrdsnrv5A000EHaW1kCiNGTOXwCqZfS0kVKWSlSCakomAWi2b2LJt7yyxCtKjC5ElakkPyZnqHtSlzpUC5KIbHKlZG/Cx3UUxT6ScwlloKh1LE6y+EnFb6V5ycd4ryee83/KmzIhVR79tig+VSg+WM9Ly4BvFE9VuatXvrF5vKiYyV/xcBTFGqtaU1yVgMYBfQBVQHs1Lvk/q+pGFm1pykJWRTNl7n6i1ydpiPRqWLLWSkUrUvrfWN+1lYu1ktZ39B5moZq5pghlU3yyql8AddQq40O1EeQUr1VSnlSVIcd2XKje6EUb7xUUwPKVzHOkZp6/FcYhn613hbCRPhR8m05kn9f0tqS3gb6XGt5oGiNqvS17HMbMRw4l2AmdMKMpckI38HCU+kEUtBX0jUQvpWVo/bBEPqyEhz3RycboWc+uW97VlXmhpu1BliPp4wwfMB/8tqnkZG8p7CelNH6L0VJb6IcTjqvTJ5O7m5zbgJ8YO8i6z6LoesnVHeDl97K+cl0HGKxFvfxv9QgNutXqUrWygaFzS7GjbXI4pN1yrfTk7T3W8iNfRPkRrgSg6L63wWjjBK9ACSjJ1khNtv6FH82p9SHJ7e/ztlJv75whyGxJ1pbD7Rwupog0pGcepVkcMg7wEYpiHOAgizOSOJ5HGUNtB8UpiUsB/E48o+TPyPK2CK5kWwTVpx5gBOZoyeJYWlcLOaiqhB8YS039q6l1cVUb4KI+E3hKJOq35WQVkNVMb3FCAW9QhfSag6spfNX4t2rHmValqiledaVWd2/dX7q1HsvmHOJt4UMIfSWL4G/zbFBzXIkTTT5Yq7A+OxiUKkzZThxe2kK/V3X5+7ak44uZ4v3MaIRa573IFn5pyFKyl5GavfwNg9puPxxzYeffsq3VywyvYSsGUvuak8IJgpPajTasSTv1kgw4uuWSxHhsGI8tx1MBlF2N57EANTakRcBpTPijgenSykjKiVetbgqfV3puu4ZnDQ7yDcS52YL3qE+5WiumpkRo3XQDaBrfyF5xrv+LT+ieVWVQOz6Tjssd2mnY/Nmym4Ylp7zbc0NgX1z8wVHgYJ8PZdUepFMfXO3ewZFSvqvacUnt1FFNiyh1zTFMvrp0lYw25FAacUjU3ieyCKFwuksFIOoQVn2NmOqAoFDU9VZUoxUrSJjnfxy2ReVOh4ZSlS99z/44WTSFGofgQGcZH/BJ1kx/tfWQdnB9yyf1MGRtdn7sW5q/1ATPb2Si1mmO9etWA4x8dYWCojFFoCQmY8dAESgKYAybuzetY3R6i7/Ypa4TMT/xvJTQJPFd5DrIDwmfE5q18Z5j0pYyWT9PjRCtGmHVCKtGeB6NEGw88iQa4cW1gZJ/jNGkNvhFjHNKGdQUM7pAkOmljXDqRSRLcZZAn9eYIYp9Qn0v9t0gDbIJVSCErZpg1QSrJlg1wTNogmhDosdqgrmCRehFNIGSRYzVLOLv/uAfVdxi/sr4oPjSfQf3OD+AgOP9uLeI1Xz2neSzE85nX0u+WdfRpexdP1IzbLsatg3DtqthL+xUMhrsIlrE6EnP7m4SATN1+ES1IpR7ucHODmpTaPCRy8Y1fEUJUK+jOIrMql7UghctZT+c4fbh0BSndYBnwiVfq5W6SWx+UsAeJFGOvad72WkO+j9cWdmx2Fn8v+KK1so49jZ90gQet3eztQd6R0uOjIeciUbYt1xz8TVlVyGSaXshIBXW9vwHHyHHMmhfkVUhnm+s71ptOda4T2sm1F74Nm141U62devwSiWDihDdWPeno4w/rQJ2BPOJ6xLRnwK6d0BfDZjqNwCzudRd23u4pqhWmSWACrp/F3dle6WsqCrGtRKnOoKy5O9+c5K9wUFsPZNqw3D1hiPmNEfROF2hFo3ei2OzFEANwh/VWKaqT17V4lxGp+oRqataXNvFmqt6+I/uBrxUE742n6AM+hnS/UoaOCaX6n5F5xsp3e4J0YhJOy/GWRShwPHdKI5IQj3seTHi/w3DmAVJ5DfmgJHopU6PX5oREK1GwGoErEbAagR8zUaAr/W7eioj4MUNACWTH7uDBoD2ll1fcKtnNf066BCeotW0PA6gcHHgIpwlNI78NAtChAnJwgxaQjoDWr4vcVXuq3Jflfuq3Fflvir3nnIPu7VBH6vcX9KzP67cldoKWK2t8D3k1r09nqz3N8Wpakxev6ui3IHM5mS2Qma3ZFK5TxFpWp26YUxiP/RjrtdZgKOAEEScMMZBzDLaavUpiUtp9QyewdWSfVCeUWHgIsp86gFGOpwsqsOZNfXNB9Jc5R3llXJrq1xXCmWl6udaI0mAbq9v62yZqhZCqfauZ3/c5HGFBBD4LWwELUqcq4/mcrWxGsSz64tpyLUtRHbmbV4NhN3Vt6cy8Sll7LCt7prFvbRo6cwp8h0TN+B8Crh+fH3ZnOUNPbD4fCxPQ7Db/bUPuR+A4hugeAmgha7BeONi7db0pWLgA6VUAFZLBbwrSlhGf0vvy5LdW00qZ4X3A9mbksOuOOwmh7K6VuzlbxrS617OJPaJk7o+B0iXJSh1MYsS7GYB9iM/SBukNBS+FGgm8nFF9bgmzbK2BJbN4jR82vODad2yXWbDVHmlbcqP4Zp6Y4mTVXbebvmTGTeqlZbxIo6mSiOqkosodHYX1jE78b8x0YGe4ytf6/SPGl+rtJ76ZNSeI/RQHf6JuXFzV+xFFhKk6WQifUc2jYesTwDoNIeJZRY387e2bFdPD4ctHDGEyLWC/dOAJ7YRsZxog7wNcl8BeCqJ71hNfP+R8gPYB7rlJ1Lbgn9J4ZDGV/BEZZkaRm84uV0Cr23bNy1vL017PE7kISK6sSIwalu8gq28wOKN2pWhTg10IeA0fNqjgfPi1CRR4oMNF/gQUEeblPa09r8Ue/h+17W3oPGXQE2RPMsT4SoSCZKwGsVbl00FEG5QlhXO9sP1bnOI5zv10yTl56ywlHL4A1s+tbb0XpS1KqyYUf6dJWQ2fi4+xbe5cBKdGN1ZO7aLGyEJYDcUkym51Vnsc/64JtyQy+CAu09l6uZ9lXHfCR7klrCMaYQwQ6U2S+21qeqFyYpoNfqLGTnV2krxJ9EK7rU8//J0PCeVL4mepCoomzjRraiXIr7cnrEUatbcMFHOplMThn8VWFJcNmgjkd6aFNuicvLUDq7zIS3qQMrqw7J9KV5PJtQKVOFYBJmfMOtSExaHG5EiK2M3xcwK/xs3/l9v6OPnXxi/0UgYbZDuN3mIDnh10RGjmk/J9sfhsObrtPxVFcpAs9/Oz3osvEvSgHG7n9v8IQvCLOCA6zMvjRlxKWn9Ix0hS1n3X6aSilYltSqpr0ZJfc26ydu4zvPophfXS0pJBxwN66Vuc2FFaQy2Fe7+rjcUToLEdWInCgOHBEkMRWaixA+TyKcOReGQalq0lfCqm1bdtOqmL1M3DZTQaTA92GCyOKajV4npSnUG4gxj+odqh1gfxW+D4F7T2DXNGMrrhBrcoyhEPiYJihmjsRP6CHMFgKIkwZQEKRqCe13civsr7q+4/xXh/lQtzgcAP3E2Dloc+PGrBH6lEANBw8D/kS+mYbivfhkDefhZD8LxiZslQeQR7GE/o0HqMddJ3ZiFzEmSeAjaQcgK6Cugr4D+xQH6b8ff9s8H6miD/MVB3X2VoK7UVCB42pqftuMNLHgN4L3URQyFiERp4nuI8MNEFIWu68eOj/i/TtnuK8ivIL+C/FdktV8WfTUF7WRDwsWhnbxKaFdS5gkZhvY6rHrCT1Pnqs25aTQ6vfEtCzIaIcYY8VkcQOm0LM2cEKMgYSklQ0ivSVvhfoX7Fe6/crh/iB3vb9DyYO+9SrBX0qOJOwn2kzA/D/A6tKMII5yGLPFSlMUU+anr+Z5DqItpyNAEtK+gvoL6CupfOag3rdQvBPZwg5a/bvVfJbArqbHEG/O6t2t/ypRX6Wbt+T6x7r7BXhRnzHF8Dl049BHLPAeRJEuTiCWpP+yf74pclcCqBFYlsFr2l1r2rt5lbyEFELxGBRAqKcHEn1cA89BvCPoa3Idh7MdpGGE/QEnoED8JPerRLIoDkkZ+Mgf3K9CvQL8C/eqxv9xj72KO9otDffgqoV5JYCYjCczfF8VJK2irAG7z2xi8SwI9Yp4kQeinfkBRyEgUZZ4Xuk7keT4JKBFp1D1gl2JWSF8hfYX01Xa/2HZ3N+7yzpvoVQK6kpdL1Lzc72Gx3zLr3Q20Ut7Rsi66Ij5lk6j2YV/cWd+JiilqtTPJbDfMdRkdYLZrZhuY7Ya5qoF2MaumLHzqRJFHfM+PfC/1nSwK/YjrjIAxnIZpewq4/DmL1Uurnpw0Ty6VJ9dpgnYJT2bVk5epo3bxg59dx7xTanByvXIDxUUBWA/5kWNoVXbzpuDDpvdKa/DfHrBc3/z2b1K1TBRivTvSQ6nXJhKFVcsiO3GFc8wzOTwule8o2ePqjh53gLsloL+skHbUelap7bvuRIW3qnzQFtiPMHNcbcqn3hQ7BupT76hVKS2hJORcQJ9vWcCNw/IN46+bse3Juj4yBg+V6F19/6ZjeFvhVRYugk/Nx7htlHVbYlaro7plJxidxd8x54ol3yfF8VAcG9tA9Pb67YwdFJWKTtxxxBRNxt5Y3+04TSI/M58grrSrTyvnTRoAfINRriFuGJ8gUWgJNGVVRlVprKZq88q6gDbsNL2HZmdnKJtbl555dXXp6j1XTiUMl3PZwmW1otfCpksmQXvOBr2CenuhkqBM1ATl/8PXmvW+4ADCTZLv9ux4fW99e8z3n6wPtU07UHMPuGzBZdu25LIFl11z9evuXcCj6WLGoDsxi5PEob6bOJgGXkgcP438OMwUXXzBA5ZSwn/CIw/ikUw+MBUPrM8DSx/qjJ9npHK9pYuSyzFZYkxKvfFaDyqHF3HCu+InEKgfDsZ8VScPALSt5S0VyJVeshoQHI6CsvejWpS6qdPXFKEu6xMlP4iABrNZyjmbtpBvrB/Vc0u2pbcFPzRXh8qqjLkUUZ0TuQaWxQQFWIjDi/KCQjsz0VuzaYUJr9VUUK8Pl23l1jfWT1xncvil/D2r0251xhQnG/VwxpXojs92CcW8GZwG86Z0q6LLa72c7/fFbdU/9AbUMd+81+JIWM0J5+NWRmpz/bcXUyhmFIRyc4kfpTpHZvhn/rL1tzgVxVYWdeXfPP+T6faNKL3OoPwE5a9TiumtaobDPnp1KvQLUj6e7SDbCS0EGXuaS/HFlI+SSe2qmdTv+d7f0SPlqud/sDu2hbreN8VhothrzWFX9ADth9FSr0bU+vWPhzOMHH7cS8MsJCjJHM+JSMhoECIva2/7jUQvpWYO9cP+VT2shIc9TZFXo2c9u3ppVkoO2qNt6lBVaFUQWDoGAROrFwBsPNQNh6v+Bm+sXyUGVohbHrb5ya6qvtZaR+9ekRR8VSfV0SXn+HuUJ6I9Sz5tqXD5SYelOHcei/P1jXR8NZ7F+gyUFIf7K9VvxeT5DkrJJhLhVb8gx8wDfyiQabpEqfbdbYCsedHaaRAOT64O5BkoZeCpfDko7nrOBG5hx0Jk43obz39Z3Lr6tz27+716iQ3Uvvv/cSiTFgGgmZioPLGbwK7N//P/bXBNwIDVBoV2iTVc4OehDiOeY8QjjGSOkYwwunOM7gijN8foSUb+/SuCekrnp6vstwQ0mCuNy3iiNC7jWdK4jKdI41LmR4Ldicbl9Oy0dOZz0+MxmJkeD2nGmnFkiLnhbWcMdszEaDVKfbxCDkclAP9JCYLG+F11+vn31Onnv71OP//Vdfr2e2fbPPl0bDpQTE6BRtqbxev73SQ7/9149lra+ZlraduV0WhMM2TskxuPdJR1fuCjrPNff5TVHZiC+ghsOAU1+QOmoMN6yRR0WC+Zgg5rOwXCnrGF5p96dUF2062YKgSAOjbaGxplTw5cNu+5ScZpznB+j+m06hmgN/4a47zzn2Ocd/57jPPOg9M4bwtUO5rvK9fN5NwpdMZz1ueZn6s+z/wc9XnG5iaY4AnaOeGHqmbV2ae76XXeozafnxFOg1ka4TSYqxHOsRnzZzn9zrzV0GnT86ngR5Z7g9nr8Vw4h2P8pjM5xm86n2P8prM6xt/OLT+wlHbMj0zXnHKf2rf81+l1KTmuJWUPO8WvJhCsEhp/lQGm+U8xwDQ//wNM7uBL2oeiPPEZLGds2hGe4QmcVYIN1TC/4Vcc/4RbduJHcrNxKLR9WcXpGpy9eTItpiEzXwpdFoOF0GUxWAZdlnnt2GNplaLSRG5yOhQ64/no88xPSJ9nfkb6PPNT0ufxZgGsz+PPKt8+TzDCE07whCM80QRPNMKDnKmP6gytDLMz0BDDQ9bK5eegCeaLVs/l3qIJ5ovWU5f5ooXVZb5ohXWZL1pqXebL1lxvlbSLr2T0mNzYEOo5j/hd4h7k1+c7o2XcJTZewiOM88t3hHF+6Y4wzi/bEcb5JTvCOL9cRxjnl+oI4/wyHWGM2lUBHUENDBtJN7iwTne5MDRm3YcqYU/Kbb5jhZGFqlEOy5l9nYaqx3/HYru6dbdTevw0KaZLbLxNRhjnt8kI4/w2GWF0R198fk0MckxOqPQ0XSS4ZRmSXFFt5U3ktEiV9pIPNcBn9J0G+Iw+0wBf+5UgmOQcM6ON0qHtzV/1++znUOj6WiU5FtttHRs8iSCCkvXjpifVSZ/JQJX0mUj3Zsb+syh2JlczQHfp1YzCY3w1o/AoVzNFkZrZnUB5sbIeYDK4YukzGdyz9JkMLlv6TPPKeYBpXjEPMLXuwWNxEhfz0KQ1nb7Oq0kFZV9RHukt29ol0MDd6qG67p5SmYMsxh94kn3+U0+yz3/0SXZX3ZEJO5zmNiPQXLIRFXqjTajQKxuw6R9sy5ib6U3YpTbfiSOcBttxhNNgT45wGmzMEU7l/rsKhsk4UToHtDqt+Tce5DP41oN87Tevuz6LLtDTh32Vsq8a+b9yLChuIY3jfnqfd2jN9eMgn4GKHOQjM0abTdIH2G2cq2+6FUWcX08LEyRDnEkByTIJK3d89udkaMT9mAXIA80hkHZ6YzdkPQn0mu2Tezvfn2asKJWwJ6U4HyHHdFJARWO8NnT6+TWh08/jh04/jxo6/bwm1+nnlbhOH6hza8MPZoZUJeViW2qYz3jWL7aohvmMv8LFdtUwn/FXGbWuYnFLUR0xJr+MRmn8XYa45r/KEBfp7PkqPP6G0bkYuAF64/GP886/xTiveh7aQexrMWPatGQX2GAdFhMzrMPSjhMSKuc1ckNlrkE7HAa6s8NBlJNC8imm+3TmjCCJBuwFxj5BwiefgoPIMZ80GHTiCyyGQUYTk2GQUdkVh4Pp6HXS3kykrPw0/60bqh6/yMCBK1Cj+FSN9oII1SE+kxjVIT6TKNUhPpM41SE+T4/uMorNUgiNZ2mAaX6KBpjm52eAaX5yBpjmNeEA07waHGCad/sPMIUtXEApDUj5ujsYeQMH6Ic3ji1iEAzDJwY5BiIAuTaVIfp3N1wXxQUfyEwk4ACH+bKb4DZYfxPcBgtxgttgRU5wGyzNCW6DNTrBbbBYJ7hDZSXUiYwzn78mu+Cbd1hMPnSHpVVm4j5D+DmgwFK85Urb3rH9eVojjTD1FdwAIbpYNDKSi20qOlJfKr3iM57/eRl4cpzErustXTzUlvVRo+2JmR6wW/s6Lh9wy/qoAffEzC95IzHzIGckZh7tjMR4k1/Bs9UaXBd/CZ3daEP5NpQoe8iWajiNnhPYmSyNd+ljasa+t+tCPDOBMp0GXSAPzY3PBLkeCVqGePUwqHo8SpkD1MOw6fGw9HhEejwYPR6HzCHo4ehzGfA8CHOM4eYhSGMKMieW3PyrOB/3dNrRqtCZ32f2eAwuMXs8ivOLm6iM8qNQeQM1BqbOOSqluZNggMvARTDAZeAgGOByBy4yzVC/IX3AFabCdsn9pcJ2yeWlwnbJzaXCNnRtWexPs16sHvUDri51zksuL3VOg/UxwmngQhrhnD+PjnHOn0XHOOfPoWOcoXq5CUAWn/Mt1MGY3RAD9EOxaCqNSYhbl35Opiw5W14itmKZk2xkzYzwzMlO8zKBa+ZLZNc8l0TpTfAbRetN8BtF7U3wz++waX5v9LvNu7cHOR46r0Ou7oF1yo2OU0GTWSfPBN/cqjKwVwY5+pZQkZzLOo5jJsJOobwgxK7PZRJj1+dSfFPn4lTMXY5IGnP3gkZv4EfQ6A0cBhq9gWdAo5/XNDp9m0d5/H0W3iVJb2UcZzH8+PsgbB9/nz+2VjQDvEbntpbM+AP3WOa/cY9Fuen8Pd9nc7MDJEPFAA75UThdDW7Oe9Q9eTt6Tf/M9wxuH8qZlHaF8oKk9j6XSVp7n8sksb3P1Zrw7I/DtjCeuR618RuPcc6/9Rjn/JuPcbZvf7o/sLsjB/SjQax5l9j8gDnMaHDKHGZsd4zoCAAVygy+XYe2f8QW9QW3eZKf7ufxrUc9Lc9gfAP00zILPicXiBTk0xLvbujpjqWFudCaY1ouR7x/sTn4HeQwX2MT3AYLbYLbICR7gruvlKeovaoOopRbq+/B71Rew5Hssi8leaa/1QkKqV7wpST9tEzIxuAmKKRRmgtWmKalG5itA/Q9mf/FD15v9+k7uHv//Ze5/d+jnpb34/z+H6CflvnB5IA5yDEt9+2sodUn79dC4CR0n4pIht8NKjT0yKcltmUnzcW2PNPv/94ErQY5jNFqinseraa459Fqinv+CDHF7Q1/qxP74yTc2xd8q5Zneh2YOPCHGKalGiDKAH1PZuhMvzH/vccTb89HAw9ES2Yes9tlMQjY7bK0ltc7EVT6oSj2b6HQ8uRgO7T9GM19cUdnpTRUF0WhqhxmUagqh5a/Iru2SEvULuazWLr05hUrRnkNClaM8o6/y1xxrgH63jfs0dwc2WUzJDj6cosjNwG2eQF1oWc2RYfWfL4H+QzmepDPoC7IIJ9BSZBBPoNqIIN8vhpjbFSHUaHrV9g8UuguJitDT9faVCl7clzHZcdjcZy9J1IJ+yGXVWKESQhnh/aSa8gBPqOLyAE+o6vIAT6Di6ZBPoNrpkE+X8ny2u7K03HmirehMnfudjgMHLsdDiW/AQp0Fwd2pDN1OGoyc93SZTFQLl0WgzIsXRaDAixdlt5Fx3xWnUp46bWGymR8R6QyEcULWX4yAiaV8AIfZI/JxAXZYzLxQPaY3F5iLJQq4D/Nnef65JeYFcOsRlbFMKuBshtjNdB3Y6xK8GJxjreM/XEooJ6/gRNziMH8Pmec2eByZ5xZWfLFeX+i+b5+dQO/4TBLX0EXRQoZBbOeTZVwVIrBuHRS8/LaQ2wGlbaH2Ehv3MILdlOcjEZeE4/OQlX7NjWSVhOPSisPhUHNnR71xTPb5TSf3C5nf36NsoG7xBe/wXA+sDaMebdAh3b8I887A3TSya0H1WeNtx8Qj0qLt8X1BduwJZ+UWBXOMRZZN6AZk2kcyTnEcPHCGGDGg695wUdtyfvOGpYVRwb9dIx8Nl3qC9KthzlNUq6HORVnQHUbbWJndWjNLY9BPgOzY5CvHTuE89QKte0+Nl2JYJDFvCDBFLtBXYIp9qFiKVBzy7BaCpAOxg0nxXw0nkI3JsPkClOlHJMzH8ehEo5JMYqu69COyZq/nlAJx6QcjqbjkZRjcowRc4D+opjvYV6z2O9hXtJ9F5OrOZVyIEKNnm5mY9IEzQUHVZXe5Iyq0pvELar07UmP+M4BWknQ3bQ3QqEzfqc+z/x79Xl60XDQRdGeQVSd9NLYOJ3NOEROZ1NCqNgto1uTYWuU5gFfA1wGMV8DXEoQC92n9gkK6kCI0sxihx5/p8bo6rI273HYV7KP4PG9Nwlq7UjWGHW5U26xeSF4RAi5RAhp3/B8vGbHua41HZE1z0Pfq8N/8St1+LtvY/OfbPDaH2l+uvi9NO5HveGQpIe965Ck9q35ec4+zp06dLE1S2/FJxDnxC6RJBgeOE8a86VTozG3s3FT8H+n9xwuuLV4yZzojL2ZyQ83gJxgSZf2vKNBl91n7smHLizJTH6aLrTieODc69xYGccf/O97+/qYby8bjcL34DH1ZVy6LIZktKtjV8T5lvG1f6L59nJcH2J/6LuOi7r4lcdFqW++Z/c2+yO5oftrdtE7q4wPftsBIZe/54CQ9g3bLmPiJGZn+bGsm+5e8L5TYnq7tktcMi4nffxDNTmzTz3d5McFHqqK6T2zvCk4dpWn4njJ4lG4Hrhy+hIuXTZ9Ce2aKc8HduTUn9jJLD29I3qA/aHvOS7q4hceF0VGRLmXi3JHRHmXi/Ka71HVZ86hwTQ0ur/gW3RZ+7bN8f5wKkzqrymEF+TP9phMUmd7TCZZsz0mtTPmTjZONwma7xL3M2NqAru+JyvNBLb0EzKrVWAosaKekGcQPtMlnhqdYQeuQY4JudwwSQ0FAulAoYT9p3uDVazQXZAw3+UxyZbv8hCteNsR4qbmU0J00sEycPJng3XdJZ6QtsvLcs7r3aMelmcDiW1Y31GjvqjC4xCnWY3HIU4y9A5wcWP6BkA7NR8mKeJ98kmJMrXBWKIkn/xm+f6aG9Bma7THYiDZdM0OMBmNO83pxQPnPCay5+y9YRYDyRd+Rp1ruEykaa3XLvHwaJOzweCSCyo7dRgMN23LYFaRVWEwK8WqMBjENeoMBlUzdAaDYhk6w3xDsQ6DQa+77pdzlFL+e77nytPxnHya11k96oHWAAqFAQoM0E/LnL8P7JOb3/WMsRpc+4yxGtwAjbG6g1MAPXBmkmP65JOTagRNQwz9EIdzHG8ZB8TDzXRwQ0tnHtbQ4zEIaOjxKJdWORyR4UZ9PpukQ2t+bTXIZ3BvNchnUOJhkM+g1MMgn0HJh0E+X9Er5zjb3s+aAhXVQJ5Ivj/Fx3N5M/+NOrQXBLoO8ZlEuQ7x9cMyTGCwQzuULyN/Nwm46hKPSzO4cO/Q9mSBiXLDsnlbUiUclWIwVTqp8VceZJv/yINspDfuw02+Lcpi7ujcJx+dCWiHZiQLCEelbEWf+xMzklQTT43pZPh1RlaLKFJel9gwOToOMZj3QR9nNuiIPs5s0Bt9nNlVog/o1gaX9MloKvrkF8QhjLCaBCOMsCoN2mh5A94bg82rk5q7aYbYDDw1Q2xE7e1ccsW1na+MoVH2jR56jKEy101xMJmDPvmkxOqyaxZfR3gmZRvfGI0xTUqfN9V71JPyjIL4hhgmpcp/Nhda0U/KrMxjc6E1w/TXmoffPvlAu7XTnpWlDUaXfWK7w5bO6IdBjgsS9Ma5TZL1xrkNKpROcLc4XBZJApOW3BTFTASASmme/DfAZZD/N8ClZP6cyzyxZUCXyTccoDdPfRvlNciAG+U1SIQb5Z0/0Izzeor+1a6DZ5SvRnuB5h3iM1G7Q3yK85rbFTvR09XE/94hNnfgDTMaOPKGGdvxk9SuTxZ2co5nQL1HbR7pOsJpEO86wqnsQRFRdDTQzRplv3xe/atJ+p5OOy5rXvnqpBOjqgvhGA6sJh+XaKTIe9Tj8tIiORVHQ3EV8bg0vvXAW3pjJq6mNkfTEU4DLB3hNEDSEU63//Z3N/egceZSqHvk4/Np4lzsEo9LMzCCOrT9yw4RSGlw+9XSjckwuedSKcfkGPoPetRj8uYP/SrhmJQTP/aYvZ2kHJOT5fv0XJrIkZSjcua/vUbZX0X5Pt/x82xT4mR6HXWpzff4CKfBHh/hNNjjI5zu+Nvzc2I6E4E7wvPwmdD4HzAfGv8DZkXjN7AjJ/nnHeTT/PO3idP8bQtfCpfF6TymKXT9NtryN5NmuirlmJzZoAqFbkyGkaXQoR2VdeYHqtJMlCQdk2SAQxrlmJzKP2+wDYcYzNsXjzMb9C8eZ57ffRPM81tvgnl+300wt7dTcX5tx8XWYNtolH0nTf2rifdPpx2XZXLT0yUelwZp6WaigHLiDY0OA33ycYkmXi2dtifr7+xUnGcM9orGeNPo9PP7RKfXU1tNzugK3UVpuZeezPs8yo0lo59M1rBC179bhN/mD58t2bAEMwtNJx2WZHLH2dKNVxS079g2KXbMrKZgTT0hz2CSdNqpsUGMh13JMRtfyzEr1+jSeZhnQraRk7xP3pP49nCwP5zOKaf51eAT9cmnJBpVTR6gn5I5XzG5Szwl7Z3JNA7Q9w9Z55jZFMzN2bIYOqm5O3GIzcCZOMSmJkSDq9fgfqwmG7hkgZ+Mru5awhEpRmpbpRyTY1IaSSc1j6QaYjMIphpimzcCB9nmzb9BNq83S/OVmzTKkdmezVFoyUYkiGIfsi+jgSCFekSe0WVfSzgiRdhecfGHgZya9MJV1GEzXUUdNtNV1GEzXUUdtvnjwyBbe3DYi9psRvErKqV54MoAl0HEygBXC5P0eLJNCtwqdOYnzB6PwcGyx2NwnuzxuEqJ8b0ITgUdYRs0UBig720inWbOsuhRG8/fGOf8LI5xkuF3MGpWMMgxMzciDvT+gumRDNNSjYyvQY5puUYm0yDHUAFq+zsoLG1/gEq69kdoHTJXibrP0Q+5k8kaNmRrzHey7FFPy6tqS5bmMmuOabkm2niIYUaqgUU1xDAt1bhu1ijX/FzYJ35ym+/BOME3ty62h0vWxfYwsy4M4jv79NMyRfUyAw/nGFNPOtuz4/W9nR7zPT9mzm6NPvmMxPlj+QD9jEyTxN9BDjO5Nr5cso0NZZMHyCYzsovjbOu8Pv2MTIPFO8QwI3V+4Q7QD2if4wFa6zEzw0QnnpBWOTDsD/MRnGNME9Ln/RQd2glZ7438eQP0EzLf3dCj6fgE7YSs/5q7rNJJp75wzlfC9TKyPpoqqWGWC+zPCXYTI3SCnQy814fZqiod2ok5+nA+gJPQVJqknpxzujOea7qbGhnbcsuZpY0NbX+cddDOcl/yvIc+6QHrZkzGJYtnTMb8uXBexrynYF7GvNtgXsb8jf+8jGAICw2qDvSoJ3fBHyf7m1lv1hDDhNRfZF7C28PBUGrLMKUHzI5zXfIJid/P2xJd4ql9KYot2x8L/h/TF9d4+uXSGVfgp6OJ21snnZA0a0nrpBOSZp2pOumEpHlbvEM7IQt6BJaGsgTthCyjsJQ++dzoZuz4HvWkPNNC+oMsE5JNauF3iCekGTmo++Tmpf7HWA3aWIyxzuujUdZ5NTTKOq99RlmViJfj+US3BpdlLV3/ZkH+NosXCt2YDIMMMYVwdCRmMSkd4jFpRt2nO7TmdyaDfAaXJoN8Brcmg3xu953NMut02kvfucNn/M4dPuN37vD13tno6lAjHVsxJld1KmXfVLg5H5MbI9+ASjkm5x+HRLRQtb+7nbcJB1nMDwBT7Aa2/xQ76b6XgT9CIRybnfe0nE0W0UlHJUH5O/sHgzu1IYYxqe+K3e68z09GEhviMWkf2HE3129XpRwflYmNrdOOyTKxrlXKMTk/A4xfsGtU+mmZD9hBg4yX7qMpIca7aUoIGX5f452lkE/P4AW7TGOYkXrpjhtgm37CRbuvwzIt2XwnqvRzozXflTrHtFzzHarS92Qei+QTjU2KF2iU43JmbU6N0jxJd4DLIEV3gGveOhnimj8VDHF5/fnZ5nt2PpjNkKQdn2v5+8yRtEc9Lq+K2zAIUh1mmZV8kczL18al8S0jjBeskEtbN48wzh8cRxjnfZUjjEH/G5WHYl/OKYQe9fg3N7C5O7TjslLZR2D+qm+Q4/KVdAE3eRS3+yhu71Hc/qO4g0dxh4/ijh7FrVTdfBD741YbetxyQ49bb+hxCw49bsWhxy059Lg1hy5adGPwY6pudZ7HQdAsP3kkv/tIfu+R/P4j+YNH8oeP5I8eyT8HSfMCHrsC0WOXIHrsGkSPXYTosasQPXYZoseuQ3ThQuyWKKz66pqEvf8d+L6TfB9qvg+XBcHPyzDJypyT0XpE8rK5r5t/wS6x8VuNMM6/yghjO/7vhCeCHZP6DSdf4INoEiSCay79MKOs8y8xyjrxGvYvs4Z5X6xkesQraQIe8mKagPb1fi2K3gt+e7+nuzy59BUrtse8pC7iQa+pi1DS8raFdECa5NXptP2Llvp3gwtDjXRcklmCcZ98XOIdS0UE87yDY5hlXrJZTuAYl/mF3YwEg6u7GQkGl3gzEgwyv2YkGCSBzUjwJ9YA++N04RLgHBOrlR5POSsvWVsay7zky9ZWl+vytTUi4YK1NSLhgrU1IuGCtTUi4YK1NSLBn1gDxmtL5RhfAdl5z47cTLpgbWks85IN7KkRnsvX1SD/BatqkP+CNTXIf8GKGuS/YD0N8vsTX914Nakc49/cpNpfl3ioQcEpT0wufDTKkXYktuj/YRCw1KUebZxgNK6WsidHpn/PCmnJehI+sb0dn497gwwonXS0+MERSmxsIeJ4Ll9tkOPCtPFhbtPs8WFu0yTyYW7TXPJhbtOU8mFuX8mdO++TG9gbt6KLfTGbO9ij733hf0DjHlvNZ50U2SfvSXxf77rvsozNbPYO7ZysGQ9oj7onjx/2j5/mb5xbshEJBscWlXBEiknyqkY5JsfEPNNJzeuTD7EZFCgfYiOdcZsdszq0I3PQ1gKSXqtLRFYsF87JCLvp3Iywz+PUJPs8UE2yzyPVJLs/sMDn9L1GOfJxDS50VcIRKVBLcstOZpJa4sHqdOUZvDR2SeesYp3WXBEO8hmowEE+peKc6Au95T8bgUaf3Lz+3BirQRm6Mdb5zTHKOr8xRlnnN8Uoa7shqihrs2nvEpu3KxtmNOhXNsw4P+EjjPPTPcI4P9kjjPMBKSOMgd6AyugDaZSXtZy6+NMMcRk2mbr4owxxzX+RIa75zzHENd8QdYgrVIC+4IaugX1Xkw2oCvjJyL5rCUekiBJeNjIQU1GOyKkL1ZpIamgnx4SNx4Qn5RBjOWTm3fAF7zY9Jtd4TO7MmMgFYyKD9eTtOxaX+Vz7HYXwotrpHSazgukdJrMq6R2mNl8GGgxyG3Cb384FWWqU/YmX90V3+enGzrfbMz9eioKO0zGBo1zmpvyMBANrfkaCgUE/I6Gd7T/Zfh7caqLeHMMPBsDWkg1KmL9la6gG+Y3qS6mEg1KE92tWhKAa5IciQnOVOBS6QRlqTqyBg3yYZVbyRTKN1/0I4/xyH2GcX+UjjPriNjjotWQD3qK66a6Z76lDbTx5Y5zzszfG2R7QRDrK9ZEebjgkGKQvDdD350WluaAs0ATf9DPqaBpz6TXHtFyzQkHDLNOSjZJlBjmm5RokywzQT8scCXk5jsn8ZTDENN5SbgJlxzyl99CwEypKzKPqKFe/YvQNPeYnA2NcJRyVYtJLSSM1rzs9xGZQd3qIjfTfPi/L2YLZOu3oHGTnfVoaSRKUo3JMep10aMdlcSM4Z4ayJO2orLviuE139GAkrCYelbalx2tm5zt6zYwEKvTjb2uSqNIlnljT24Phit6Ov6dJ3yuNtC+p6ccoLqCElNKwZ6TC8YDGkX3uS7pH9rnb/ZeyMr/e2+memmPbCE+/Sa56krG3xemUs4rD/ASk8w0/48iS/MDMPFJDDOZteMeZDbrwjjMbNOEdZ573Vk0wzzutJpj9wc8wnwLWo37QB7isBdMY52VTf1nzpTHOyyZ9uO1S0lS5qj+KWQ/jA7dLOHRzJGgk/F5L+D3m+nDLJp4x0zawS24OdWOsBjg3xjr/ZUdZ5z/tKKs3MHtG9Zn65A+YvYvrM42yXjJ7F9dnGmVVZu8+Vq6JLl7bwD26rDXR0x9FIzX/IENsBh9jiM3gQwyxuWMzabYYh3keOAEPWJaT/JdOycgC5XNzVxRJnUfQUBf76WU2xtQzTsYIbcilmUlVmOE1/hJmcua/iJmc+S9jJmceQszkzGtaMzn+9Dc93RWXf0zOZLZiOOGDV0zL+7gV05PzwBXTk/PAFdOT88AV05PzwBXTkzO8YipfvUkw9zjb5KrRSS9dN4PcD1o5U5IuWztTki5bPVOSLls/U5IuW0FTkrQ1xJXYf5/z1HDp6NSTK0ajvHTBDDE/aL1MCLpsuUwIumy1TAi6bLFMCLpsrUwI0pdKRQH2sKHBzLkkE/zp91SmI47JNFkkY6Ila2ucHvn6z2/ZRbHzY0zm5um0AAP7dFqA0g1WvWAw2LoD9OZBbaO8BnFto7wGoW2jvAbRbaO8npY/X6fPz89gj9q8sMcIp0GZqhFOgzpVI5ztEaWktO0JY/D+A/TmUR6jvAbxHaO8ZMCDfpdv022esYsP9n0J1Y9TDzGYtlGuB7jrhyVc4rIflmBw7p2RYOCamZEwr7HmJMxHPM5JCKa+9bz7eYzpMV/6Mmf0jIAHfefLXNMzAh70lQcc1Zd9ZFVA+42vqUhzBJAEgGEl259E3JfJtp5jNq+BbybIoCK+mSCD+vhmggyq5ZsJUj3bWcb40WVLb4vz3C2vQnu84O5ziM3EnT3AZuLKHmAzcWMPsLXTBLV+jowZpW53aM019iCfgbYe5DOIwRzkM8imGuQzSKMa5JtHl2G++bD5Yb5wtqjYMF80X0xs5MM7SppzeYbmDceTnRXHXTmT7KwTG6+jEcb5hTTCOL+SRhjnl9IIo9LV/NpmMrF1PltdIzXPOhtiM0g6G2IzSLgeYuvc72Tn/af5Gx2guuwOR+EwvLVROAzvaRQOA8ztcLSffVcInRVvz0fDjNlBDvPMgglugxSDCW6DXIMJ7vk5nOKeh+Qp7nlgnuKeh+cp7ja7CX6BknuGINAnN3e5jLEaeFzGWA0cLmOsysUmt65F0e8dg6ri0/5cndbcfTvIZ+CtHeQzcM4O8hn4Ygf5DFyvg3zzS3yYrz3QlDvQXdv8FqxuuGqEds1H+xYZ+kA+CP6fJf/fOP97wf9PNPsE/Mgn4NknkEc+ofUVQZjzTCafJOldbvDhND3cZyTopD1JIjtnWoIk6edpVY2TZlIRa6p+kZyq2RQyyX/u8s8nPjccxhnPDYdxqnPDYZzj3HAYJzc3HFoo4omvJDQXgSiI+o2r/zhsKezfOtVU1P+aFjbCYygbP0A2Hl0vVRFas2VTE1+8ejqM5ouow2i+ljqM5kuqw2i+sjqMvg5MeB6Y+h9JoMw0pyQZhZO59N+GjEuo/hnbp5vzLt7TfKvj2oysimZ8pWGzNYYvX1348nWFL19R+PK1hC9fRXgEoLABPuFZCMEPgCdsCE/4AfCEzeAJXwJP+KHwhB8KT/ih8IQfCk/4ofCEh+GJzMMTGYYnMg9PxPiDaOTzn0EjJx20IgZoRcaBk5gBJxlfusRs0ZLLlyu5fKH2Z6kyaYiJ3UNmNz95ALAQQ2AhDwAWYgYs5BJgIQ8FFvJQYCEPBRbyUGAhDwUW0gOW8zGme7s8HRk72eUnw3CMUS7jyZ+TMP8V5iTMf445CfPfZU7C/AeakzDvmJiTMO9/m5Mwf1EyJ8HgymR2STnzLVhmZRh0YZmV0bpL7s+73T0UkL1mM/elGqXxHhnimt8XQ1zze2GIa379D3G1vvsTPZ2KwmbQZrWuodOEBtURPoauJSnrdyHr90rW790gIe2Bwu4wwLIxJvNaf9MCDCr+TQsgw+83X4qmT97TtDrJ8ZSXM1UghhgeNlM684WzpDMbVEYcZzaojTjOPLLYy+SGpeeZkjiDHA+byw73hZPZ4R5Zb1B7zvx9gHp6tRmk7g/QD1Y3PZ0PPXwxxJUx9p58o7LJNeHoKGevrVTCUSnzW1+jHJVTF5mara3XJZ+XiC+TiEclnhjdGckCwlEpR3abz63fDu2orOREjeRwuvF5Mqvp25KOSpKV8OfjIwfoB6pqHDm27WhpX+eZKBWa2lu6T2XHDGNdPSdm4HnqzzOrcU76xFtpT8GGT9GZetJFzRSjvmgKYSXFNmiKNsBl0BFtgGteSQ5xzWvHIa5WLWbn7da+y9PTjckc9ajNa0iMcBrUkBjhNKghMcLZXtjTw4MV0xDroNxZxdQl7l+IKgSzCqpLPCgtLe7224Km/GjANfhMHcshhskxzqu/HrXxOhrjnF9HY5xk8B2MCkEOMUzOjAT3OQU1yDEptxRl78qb4mQ+YIXnQbPf58fa2C4sQDnMMvnWxoUox5hmpM8YNl3iSWkGBkWffFCiqUHRoe0b++1EtBnVFyQvjvJPP2HaeBhmMT90TbEbnLqm2A0OsVPs7vS04MunBT9uWvDjpgU/blrML+0m2b3pWSWXzyp53KySx81q/4ZpkMy9/L1cMwDwLpfsPW7GvMfNmPe4dej1tmfKGLd38ls2U46vohrvAHdHb9vW02at4DQW84uyKXaD67IpdoNLsyl2g6uzKXZvoO+cSbXVHnX/eF5s6dEu70tuu1/UH3yK0TyBaF6IQTbRvBCD1KJ5IQZ5RvNCDJKO5oUYZCDNCzFIR5oXYpCbNC8kalbj3w6QksmpDhetxXE245U4K2J+Hc6KmF+FsyLm1+CsCE8rTnsq25suI4weY+oXR6XlDaRLNOckWcLjQvfCsJSZh0z7bgZZzB04U+wGXpwpdgNXzhS7QU3QKXZv7tMZ1FadYHzkDF9acXVeyENn+9I6rPNCVDfkcZ+LkkyXrOgRpguckpMCTHyTkwJMXJSTAgxmeVqAMsP5ac/K0r6+3100x6Ns5rM8J8JgnudEGMz0nAiDuZ4T0c42zW37WMQF10mlpE2ZWszJ/LKGS6L7tCPs1BWmPniCfNphNMlq7iM0EWPgrjURM//ZjcS46vQZ+9fySfcaNKbaQc/x+4MstXR/ybeY5b6oFZeJJLP+XCaSzJp2mUhqv4vruPKCz7BY2QC98YyN887P0Tjv/KyM87bzwJqydNBA1WQlDXIYz8UU9/xsTHHPz8cUt9uz2aTlb24GK/QXW2h9XnPDrM9rbo/1edt52Ob7a3aEng2n4jIzapLTeG5MpMzPkomU+fkykTKv7k2kKPUvGE1uZChUeVFdxSnG/39rZ9TcKI5F4V9E1cTgZF/TSad7pjbbqXF2UtVvGpvYTGPkBZy0p2r++yIIBhtJ51xwVT91dD6sKyGkq6srPjcGhhCZMjCEyJuBIdEwEWV3Zbd9fsNGtrA83y/YqoTKcuWXytNi+jCC5Jg+DJEbhMEQCUMYDJHvjMEQWc8YDPYLUph/+bpWe8nzlbRjHYVTutU5ZFSnOoeM6lLnkFEd6hwyZyw/G2v52SUsP7uE5WeXsPzsEpafSSwfjrV8eAnLh5ewfHgJy4eXsHwosXw01vLRJSwfXcLy0SUsH13C8pHE8vOxlp9fwvLzS1h+fgnLzy9h+bnE8tdjLX99CctfX8Ly15ew/PUlLH8tsfzNWMvfXMLyN5ew/M0lLH9zCcvf2DzLx5CJpbmOHXt1z8tLXLkOLeW/dWh7Abf1Wa1kaUqqNFU/KTe1Q8TXyg8gquYHEE5pP6BbH2/VWv2dZMYlmJX1UTDCdWzXDB3U9nLMNRN+Ke+aZjCEX5rBEE5pBtM1zaMqdJYfgi9VA5rEc3fMzXYuEW0yAMDGAoDu3cxis3er85XJTV0wHc+qoGvmU+Nq+dS46X1qPHz71N24/bu5cGKfq6pjtZn3gpfGN+W1qkdH2xYzsIUxA9sZM7C1MQO7lTAD+5QwAzuUMAPHmWEGkdyB6GREegeCYr8MS3gxm3BkcUplV1wJxxSnNPKYQHoR2PQbwKZf/TX9zi//h7YbWXe6KLm+YlEM5j8vVamnutSTKbVofsQCN4BPSLcBAcHNQEBwSxAQPCoTEDwsE5BrS7doojBE/aIvEbw2HjnzznjkzAvjkTNX43nkvdVlvtxUw/XyJKJsZEoYO8ukxbQ/Dh+UPS89PB/XL9FE/nNLSpdMsKgECGZZCRChvZ5l/LNsErbxlew0fhsSR3kHxf3EXa6XphsSJ0KdMuoJYva4tj4VC1v5VOxoX+5aBbsEWKrbx8Thbh7hSMtZIVILWiGMCwZCIrvRjHtALQUvxYfAkZmimgXtVJ4U3M1aDg3dAH49m7jCpWdTWLj0vUlfvGqSepibKs+PUAi/Qy8frKea9TGreDqLA7E90D+ZsAj4qYRbTEwk3GJiGuEWA+vjIcItm2QY4fAAEeOM5BgaVuZQaVZf3FY0uW6IvuMS0WYCAGwkAOi+RD+y5C0WXYVqVdA186lxtXxq3Ow+de/4fpId2j6xUrl/0nVemD8qbRcSh6TtQuJ4tF1IHNC3C/F6zyG8tpo6TdabkrZ1XXqUsftKmbX7Spm5+0qZvftKmcH7ys7iO5NUtQ53FbzxLhF/gN0PII6w+wHEIXY/gDjG7gf0LkyrJjC5SUGwT7jdvPPigu01h5TZUnNIuw/DRu12h2BTzZpX6lDgvFSW8sND+dWkLa7P6xTLJHhNxBfPMoDjU3cZOKTPw2YOWDgGFjpg0RhY1MAq496l6rDV+W6TFFtut9KqoLufT417oE+NX2ef2nKoSBKu7xLJjxeNDdMHAMFBIxSe3x0ubYa2asW2jcvcnLOXnM61i0ec0vWCJKd1vSDJqV0v6GSnZ/Wu8x9mUTHRq/rSQ31srgXP5/kHzfPqu1rbS+Lw+GyXDIboYTHsInRoCLapqBBtJJKdMLec2gZzy6k9MLeccel75HOPVem8eX4p0X7NMSDhMxoRQSdy6rlEBH3dRMhcCfmtbEIfPEOM6YdniBDXczaunrPp9ZxNr+eMr2c4rp7h9HqG0+sZ8vWMxtUzml7PaHo9I76e83H1nE+v53x6PeeDen41U7L2ex68JOUmuNvnhc6DW3NmHk5PCf0wY9G+mss0AakbleRFeUjjgpviuYWC6R2EMFM7CGGmdRDCJGSBkO7bnGRFqda52rYdgs2T6hMON5rchWdjnzKTPCUc+5RQ8pRo7FMiyVMEGXJ/PVLOo22PD1pU64dDGaepbTrvfYxXSb98DAW/fQwFv34MBb9/DAV7ShkKjhFlKDhKlKHgOFGGQkSKUt2OiBWlOMR1YBTH1YOvZF34ytWHr2Sd+MrVi69k3fjK1Y+vZB35qvP/r+MszpvDSCrpBbULsxd+6TC3vwYvR8zAUfHF/P0r8k0cSw0G6vovv2YlA6iL2Qn/1mtdYEJdzPEbTGADgWjK0ePzUINH46EmPP2td3p3wL/UlLLX9VnrlKhqXUxW076ErGhfcl5PVTBNUhez17T9bj/DYLVhcS+RZsnsdyoiLXgqwt9piwh/li0i/BW2iK7PuiLryhqUFnbMoZLtn0PlWTd9wG6sXrlBt3pLir1Kg1VcJOvsuMLMyZH6j0Z936jbYxu5nW6iYFCQrk3g/81cjK5dQreiV46b0ivv2vPEmibKjArddKoGdjsveQt971YFbA/Cs2qXwF98H5cqSYM/kvhd9Lt7OrrNMQM3PGbgARMz8PiJGXg4xQy8pMGMm2Pb6yw152nfVbnc0Pn5XCK61QEANzkA4PYGgG5b8FMev5v5Qjsv/4hNpdb/QEubi+Ngq3EcbDyOE506TD8KvRt352Oy+kvv8yw+NJPg4PPrawzitVnIYHj7mqw3dSRV0CCajXSuBYGWbkGOg1uQ4+AW5DhdCy7Udp9Xq82HfZo2l4od/WSkK4wA8B4xHkY4xngY4R/jYZ1xi33+aq5q02ka/FktdFZ1yMJBfA0vwHSNaQoe9x/MgtnfdIPig1fstMiVAHcFWDMBawZYoYAVAlYkYA191/NfgurfYpcmZbBoukk7ljZfbS8dqukXiSXht4gl4VeIJXXvz4PZunvqh9cdTb/Akxmopq3JkrA1WRK2JkvqWdNsjsWL+uNwn6yTsppKPqr8R1wa9yQ12HMI3q4SHGFcCS7sbQOpvBpN/1PrntqkQN+13n5MPJjOxkIEm0MiILNPJAIyW0YiYNTL1nzQ2SooN3HwppMVSNB8UnY4eNcH1IPPx3wGTx8R4FSQLVRLmosiUe1EkagGokgnoZJBl/m9DaZfMqb0S4ftFudxlpSHZppah0o86OW+YBYMQMu3GcUhWoziEO1FcYhdWIrTBUJ8Uz++5PrNRKxksnWwV8lfg0ZQiJvQCApxGRpB6d6XL3Ebe/xR8sOVSxkPiXknOQcifOYcqPt03m30Utdzjk8qPw4v1lmJ/7ADz+GPQIiZxMEIMZM4LiFm9qZ06T5ZBfeHTG3N/TrtZ5e5Us8v5adwDIaYujEYYlLMYHrOj50ue86Sr03aj2bArEnMx4hjWFadSVkcm7v9iaLRl0Pwn0MJjvgqSnDEx1GC63l5Y5WvitptUzXKqmqVxqUoc3LRFN7zKyQSPmAhkfAGC4l4ZiIldnOUJoA2XgXPh13cvGp33Jkxr5JuL4aC24ih9MKRda6Lpd7FJ97x73qVqCU3yFME3tctoBEebwGN8HsLaLifSmh4609Cw5uAEhqOb5TQcJyjhEbEO4q6LxH3KOIR8Y8i3uz4Xv83/1Nlwbe3OAuekr//VqKPPhLTbzMJwi8yCcLvMAnCry8J6uUF0NWf69tyg+pzlC0PUw+KPjbAlwp42wCdx0WHRWFIpl0ymGIOi33KVbYqhOxGRNBxQIxDQ7Cfmpz80t/eyvgc3whBZPlGCPwmQETkMVUdADnWYKdiomEWcf6WLGPpc1oZ8YQ7IuebU+Xin5oV7Gw6NNJO5dDTPcqhp7uTQx8B28xG2GY20TazibaZTbTNjLRNOMI24UTbhBNtE060TUjaJhphm2iibaKJtokm2iYa2OZer6upYJyWJrZ0b9LwnPkuvFbqq890tKUwA1sLM7DFMAPP7DCjm9T9Ead6abZBPqfx2uTF78XuEKbHcj4WlkURIbEsioiMZVFEgCyL6lqnemNe46JIdKbS4DlXSWY26SUrIYpAt5GEhptJQsMtJaHhxpLQ5udjfO+aiZM9Imasd2mlYz7g0GM/4NDfAMDp3bis2+RBTRKx80Ume9EywHTbc8eCi7rgIzo/YhMMZtDnheBy1SaA1Du9z9AxCIcGsl821fpgozXwnrpl8Am3W7MDn4BlkVPFb3ICArGlCQjEBiYgRE4rPaUqk1moVkDr0wfTfMLRbTDquBoBkbeEBeJujN90komMZQSwKYjzdXaJJWJIvZqYx0Wd9Y3bILVKBPFBHjkTFuSRM9FAHjkTBOSRd5/1+ySv1i06D5oM7etc7Tb9uTVlZxbCL1lkQGL9IgMSixkZkFjZyIB410kIxBtPQiDeexIC8faTEEjsQEl79i+9wNQ4TVVVVO/TIrhrb5mVrUFZiCBMVQRkolVFQCZoVQTsOVoORal3icqCB1VsTNhUvXFBeVm8Un7UYjDEWMVgiBGKwXTmy+Msfld/pnFg0oesD2MXJ78fOZ8bjnPja1ASLk+sisFEYVAKLlCsCszF+112CSYvdLqvr4eQ0Y8yweWkAMHcTQoQobuez/Fyk+lUrw+yinY6bMtP1X+8JqXQlK0K86mNNqdqfEuJ9yURwdNOzBacSzS8+3ETx9XQHjxX39YiuN2XeqvrMf4Y3IdHbJLB3wgp4hGXQ4p4xD2RIl40DJu709t6haV1Jkt1RxHkYXQETRBOR9C63v1YDR4qWCyT4CERbcb4hLwPE0MIByaGEN5LDOmf2cpKHazzZBWUuXqL0/YqE1lczKca88VgnhuM40owV0EQpmsXCaJyvQAmCNcLCD31e4RXfDk0E2r3KLrcy6/v6hb//N8+qd/B9i6vpfpxTLs7ruN8PjLbG+XuDLNN+uXoRZTK+wsoAt0CEhpuDwkNDwcSWmSx8Elp3Jl9whH2dEIkZnRCJNZzQrAPiIBgvw8Bwb4eAtKlGnowR+Vu87LnIzlQufZ8Qv4EEoYQ548whDh9hCG4DxAQ3AcICO4DBOSm5/cvtsky+LY6FEV8CI4zM8mGPskQbMxIeMwejYTXv60ryYNCpdXkNKjzkq9MPlYTLj4tyPir4S5q7tce1elw6ZdHLpGzssPcS93fsRvkvLCP1gaGEmk/nSof/zlWW5ZqyjK/Vfor+RM3Ti1xvsapJU7TOLWRzQ58plaXyGdl5ksyLD7GxtKvhlMqsrD0C+GUEieRXFLi2JFLemN/y7qdZ1m3GCr9bzO50+/QjOklo/b3/frQVjdi63xQemCrB/Owt2oatzH3YmxVcXJU6UnlZbJMq1V/pt+Z085yHD+PG4smZndj0cScbyy6G0i/m2OgTzrJymp68OE7vc+T7IdwF17AoRtFzsStIWfiZpAzo14kalJsVa6C3+L3OM3rAO2dMBKVIAgiUXkaE4nK05hIVJ7GRKLytDZk5Z9//g9pyAhk', 'off'); INSERT INTO `wpxo_options` VALUES (4234, 'rs-templates-counter', '0', 'off'), (4235, 'revslider_table_version', '1.0.13', 'yes'), (4236, 'revslider-global-settings', '{"getTec":{"engine":"SR7"},"version":"6.2.0","tracking":"2024-08-08"}', 'yes'), (4239, 'revslider_update_version', '6.6.21', 'yes'), (4240, 'widget_rev-slider-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (4241, 'rs_cache_overlay', '6.7.14', 'yes'), (4242, 'revslider_update_revision_current', '6.6.21', 'yes'), (4269, 'sliderrevolution-v7-slide-map', 'a:3:{i:1;a:2:{s:1:"s";a:1:{i:1;i:2;}s:1:"n";a:1:{i:1;i:1;}}i:2;a:2:{s:1:"s";a:1:{i:2;i:4;}s:1:"n";a:1:{i:2;i:3;}}i:3;a:2:{s:1:"s";a:1:{i:3;i:6;}s:1:"n";a:1:{i:3;i:5;}}}', 'yes'), (4270, 'sliderrevolution-v7-migration-failed-map', 'a:0:{}', 'yes'), (4653, 'revslider-update-check', '1730302601', 'yes'), (4654, 'revslider_update_info', 'O:8:"stdClass":3:{s:7:"checked";i:1730302601;s:5:"basic";O:8:"stdClass":7:{s:4:"slug";s:9:"revslider";s:6:"plugin";s:23:"revslider/revslider.php";s:7:"version";s:6:"6.7.20";s:7:"package";s:0:"";s:6:"tested";s:5:"6.6.2";s:5:"icons";a:1:{s:2:"1x";s:62:"//updates.themepunch-ext-a.tools/revslider/logo.png?rev=6.2.23";}s:3:"url";s:33:"https://www.sliderrevolution.com/";}s:4:"full";O:8:"stdClass":20:{s:7:"banners";a:2:{s:3:"low";s:63:"//updates.themepunch-ext-a.tools/revslider/banner.png?rev=6.5.5";s:4:"high";s:63:"//updates.themepunch-ext-a.tools/revslider/banner.png?rev=6.5.5";}s:4:"name";s:17:"Slider Revolution";s:4:"slug";s:9:"revslider";s:6:"plugin";s:23:"revslider/revslider.php";s:6:"stable";s:5:"4.2.0";s:7:"version";s:6:"6.7.20";s:6:"tested";s:5:"6.6.2";s:14:"upgrade_notice";a:0:{}s:11:"last_update";s:10:"2024-09-30";s:12:"last_updated";s:10:"2024-09-30";s:8:"requires";s:3:"3.6";s:6:"author";s:51:"<a href="https://www.themepunch.com">ThemePunch</a>";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:9:"file_name";s:13:"revslider.zip";s:15:"active_installs";i:9100000;s:8:"homepage";s:33:"https://www.sliderrevolution.com/";s:8:"sections";a:3:{s:11:"description";s:497:"<h4>Slider Revolution WordPress Builder Plugin</h4>\n <p>Slider Revolution 6 is a new way to build rich & dynamic content for your websites. With our powerful visual editor, you can create modern designs in no time, and with no coding experience required.</p><p>Create Sliders & Carousels, Hero Headers, Content Modules, Full Websites, Dynamic Solutions and Special FX with our amazing Add-Ons.</p>\n <p>200+ templates are included in our online library. Cutting edge designs. Easily customized.</p>";s:9:"changelog";s:155:"<p>For Slider Revolution''s changelog, please visit <a \nhref="https://www.sliderrevolution.com/documentation/changelog/" \ntarget="_blank">this</a> site!</p>";s:3:"faq";s:2178:"<div class="tp-faq-content"><div class="tp-faq-column tp-faq-recent"><h4>Recent Solutions</h4><ul class="tp-faq-recent-content ready"><li><a href="https://www.youtube.com/watch?v=sCcnw5bZqYY&list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_&index=2&t=111s" target="_blank" title="Video Tutorials">Video Tutorials</a></li><li><a href="https://www.themepunch.com/faq/responsive-content/" target="_blank" title="Responsive Content Setup">Responsive Content Setup</a></li><li><a href="https://www.themepunch.com/faq/video-content-mobile/" target="_blank" title="Video Content & Mobile Considerations">Video Content & Mobile Considerations</a></li><li><a href="https://www.themepunch.com/faq/how-to-change-the-timing-of-slides/" target="_blank" title="How to change the timing of Slides">How to change the timing of Slides</a></li><li><a href="https://www.themepunch.com/faq/mouse-hovers-for-layer-content/" target="_blank" title="Mouse Hovers for Layer Content"> Mouse Hovers for Layer Content</a></li></ul></div><div class="tp-faq-column tp-faq-popular"><h4>Popular Solutions</h4><ul class="tp-faq-popular-content ready"><li><a href="https://www.themepunch.com/faq/after-updating-make-sure-to-clear-all-caches/" target="_blank" title="After updating – Make sure to clear all caches">After updating – Make sure to clear all caches</a></li><li><a href="https://www.themepunch.com/faq/purchase-code-registration-faqs/" target="_blank" title="Purchase Code Registration FAQ’s">Purchase Code Registration FAQ’s</a></li><li><a href="https://www.themepunch.com/faq/ideal-image-size/" target="_blank" title="Ideal Image Size">Ideal Image Size</a></li><li><a href="https://www.themepunch.com/faq/add-links-to-slides-and-layers/" target="_blank" title="How to Hyperlink Slides and Layers">How to Hyperlink Slides and Layers</a></li><li><a href="https://www.themepunch.com/faq/where-to-find-the-purchase-code/" target="_blank" title="Where to find the Purchase Code">Where to find the Purchase Code</a></li></ul></div><div style="clear: both"></div><p><a class="button button-primary" href="https://themepunch.com/support-center"><strong>See All Faq''s</strong></a></p></div>";}s:3:"url";s:33:"https://www.sliderrevolution.com/";s:8:"external";i:1;}}', 'yes'), (4667, 'hide_my_site_plk', '', 'yes'), (4668, 'hide_my_site_enabled', '1', 'yes'), (4669, 'hide_my_site_password', 'Py!r@te$', 'yes'), (4670, 'hide_my_site_password_hint', '', 'yes'), (4671, 'hide_my_site_duration', '1', 'yes'), (4672, 'hide_my_site_bruteforce', '1', 'yes'), (4673, 'hide_my_site_mobile_friendly_check', '1', 'yes'), (4674, 'hide_my_site_allow_ips', '', 'yes'), (4675, 'hide_my_site_custom_messaging_banner', '', 'yes'), (4676, 'hide_my_site_custom_messaging_banner_override', '', 'yes'), (4677, 'hide_my_site_pagetitle', 'Password Protected Site', 'yes'), (4678, 'hide_my_site_allow_admin', '1', 'yes'), (4679, 'hide_my_site_public_rss', '', 'yes'), (4680, 'hide_my_site_prev', '', 'yes'), (4681, 'hide_my_site_current_theme', 'hmsclassic', 'yes'), (4682, 'hide_my_site_custom_background_image_upload', '', 'yes'), (4683, 'hide_my_site_custom_background_image_position', '', 'yes'), (4684, 'hide_my_site_background_color', '', 'yes'), (4685, 'hide_my_site_custom_css', '', 'yes'), (4691, 'hide_my_site_cookie2suffix', 'c0a59dad991fffa74d3d1bdfd9c9c7c01c95e8980c90b7b6c992e8463be56de8', 'yes'), (5144, 'rs_image_meta_todo', 'a:0:{}', 'yes'), (6639, 'chaty_show_review_box_after', '2024-07-21', 'yes'), (6640, 'cht_created_on', '2024-07-07', 'yes'), (6641, 'cht_devices', '', 'yes'), (6642, 'cht_position', 'left', 'yes'), (6643, 'cht_cta', 'Start Chatting', 'yes'), (6644, 'cht_numb_slug', 'Telegram,Whatsapp,', 'yes'), (6645, 'cht_social_whatsapp', 'a:18:{s:5:"value";s:4:"+880";s:11:"full_number";s:4:"+880";s:15:"embedded_window";s:2:"no";s:16:"embedded_message";s:29:"<p>How can I help you? :)</p>";s:15:"is_default_open";s:2:"no";s:17:"wp_popup_headline";s:22:"Let''s chat on WhatsApp";s:22:"wp_popup_head_bg_color";s:7:"#4AA485";s:17:"wp_popup_nickname";s:0:"";s:16:"wp_popup_profile";s:0:"";s:17:"input_placeholder";s:21:"Write your message...";s:12:"emoji_picker";s:3:"yes";s:10:"is_desktop";s:7:"checked";s:9:"is_mobile";s:7:"checked";s:8:"bg_color";s:7:"#49E670";s:5:"title";s:8:"WhatsApp";s:10:"new_window";s:1:"1";s:9:"link_type";s:8:"personal";s:16:"use_whatsapp_web";s:3:"yes";}', 'yes'), (6646, 'cht_social_phone', '', 'yes'), (6647, 'cht_widget_size', '54', 'yes'), (6648, 'widget_icon', 'chat-db', 'yes'), (6649, 'cht_widget_img', '', 'yes'), (6650, 'cht_color', '#000', 'yes'), (6651, 'chaty_intro_popup', 'hide', 'yes'), (6652, 'Chaty_show_affiliate_box_after', '2024-07-12', 'yes'), (6654, 'chaty_show_upgrade_box_after', '2024-07-22', 'yes'), (6660, 'chaty_update_message', '2', 'yes'), (6664, 'chaty_updated_on', '1720336519', 'yes'), (6668, 'cht_social_Facebook_Messenger', '', 'yes'), (6669, 'cht_social_Email', '', 'yes'), (6670, 'cht_social_Instagram', '', 'yes'), (6671, 'cht_social_SMS', '', 'yes'), (6672, 'cht_social_Contact_Us', '', 'yes'), (6673, 'cht_social_Poptin', '', 'yes'), (6674, 'cht_social_Line', '', 'yes'), (6675, 'cht_social_Telegram', 'a:8:{s:5:"value";s:13:"@PYIRATES_Bot";s:10:"is_desktop";s:7:"checked";s:9:"is_mobile";s:7:"checked";s:8:"bg_color";s:7:"#3E99D8";s:5:"title";s:8:"Telegram";s:10:"new_window";s:1:"1";s:9:"link_type";s:8:"personal";s:16:"use_whatsapp_web";s:3:"yes";}', 'yes'), (6676, 'cht_social_Google_Maps', '', 'yes'), (6677, 'cht_social_Viber', '', 'yes'), (6678, 'cht_social_Twitter', '', 'yes'), (6679, 'cht_social_WeChat', '', 'yes'), (6680, 'cht_social_Snapchat', '', 'yes'), (6681, 'cht_social_TikTok', '', 'yes'), (6682, 'cht_social_Skype', '', 'yes'), (6683, 'cht_social_Waze', '', 'yes'), (6684, 'cht_social_Linkedin', '', 'yes'), (6685, 'cht_social_Vkontakte', '', 'yes'), (6686, 'cht_social_Slack', '', 'yes'), (6687, 'cht_social_Discord', '', 'yes'), (6688, 'cht_social_Microsoft_Teams', '', 'yes'), (6689, 'cht_social_Link', '', 'yes'), (6690, 'cht_social_Custom_Link', '', 'yes'), (6691, 'cht_social_Custom_Link_3', '', 'yes'), (6692, 'cht_social_Custom_Link_4', '', 'yes'), (6693, 'cht_social_Custom_Link_5', '', 'yes'), (6694, 'cht_custom_color', '', 'yes'), (6695, 'cht_widget_font', 'Ropa Sans', 'yes'), (6696, 'positionSide', '', 'yes'), (6697, 'cht_bottom_spacing', '', 'yes'), (6698, 'cht_side_spacing', '', 'yes'), (6699, 'cht_cta_switcher', '', 'yes'), (6700, 'chaty_attention_effect', '', 'yes'), (6701, 'chaty_default_state', 'hover', 'yes'), (6702, 'chaty_trigger_on_time', 'yes', 'yes'), (6703, 'chaty_trigger_time', '0', 'yes'), (6704, 'chaty_trigger_on_exit', 'no', 'yes'), (6705, 'chaty_trigger_on_scroll', 'no', 'yes'), (6706, 'chaty_trigger_on_page_scroll', '', 'yes'), (6707, 'cht_close_button', 'yes', 'yes'), (6708, 'cht_close_button_text', 'Hide', 'yes'), (6709, 'chaty_icons_view', 'vertical', 'yes'), (6710, 'cht_widget_title', 'Social Chat', 'yes'), (6711, 'cht_active', '1', 'yes'), (6712, 'cht_cta_action', 'click', 'yes'), (6713, 'cht_cta_text_color', '#333333', 'yes'), (6714, 'cht_cta_bg_color', '#ffffff', 'yes'), (6715, 'cht_pending_messages', 'off', 'yes'), (6716, 'cht_number_of_messages', '1', 'yes'), (6717, 'cht_number_color', '#ffffff', 'yes'), (6718, 'cht_number_bg_color', '#dd0000', 'yes'), (6719, 'cta_type', 'simple-view', 'yes'), (6720, 'cta_heading_text', '', 'yes'), (6721, 'cta_body_text', '', 'yes'), (6722, 'cta_header_text_color', '', 'yes'), (6723, 'cta_header_bg_color', '', 'yes'), (6724, 'cht_license_key', '', 'yes'), (6725, 'show_first_chaty_box', '2', 'yes'), (6779, 'elementor_unfiltered_files_upload', '1', 'yes'), (9240, 'theme_mods_oceanwp-child-theme-master', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:9:"main_menu";i:4;}s:18:"custom_css_post_id";i:434;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1720862070;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";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:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}}}}', 'yes'), (9241, 'fs_api_cache', 'a:0:{}', 'no'), (9407, 'updraftplus_version', '1.25.1', 'on'), (9408, 'updraftplus_tour_cancelled_on', 'intro', 'yes'), (9409, 'updraft_lastmessage', 'An error occurred when sending a backup report email and/or backup file(s) via email (wp_mail_failed): You must provide at least one recipient email address. (Feb 04 22:37:31)', 'on'), (9410, 'updraft_updraftvault', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-2dcb5509752d8cbab30e14847367ac52";a:3:{s:5:"token";s:0:"";s:5:"email";s:0:"";s:5:"quota";i:-1;}}}', 'yes'), (9411, 'updraft_dropbox', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-ace5b85fd03b21c085b2c4fbc1298d0c";a:4:{s:6:"appkey";s:0:"";s:6:"secret";s:0:"";s:6:"folder";s:0:"";s:15:"tk_access_token";s:0:"";}}}', 'yes'), (9412, 'updraft_s3', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-e28a55ef5c6c693a9f514f2282b2d97c";a:3:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";}}}', 'yes'), (9413, 'updraft_cloudfiles', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-005263e560e6017d37157f267f605758";a:5:{s:7:"authurl";s:35:"https://auth.api.rackspacecloud.com";s:6:"region";s:3:"DFW";s:4:"user";s:0:"";s:6:"apikey";s:0:"";s:4:"path";s:0:"";}}}', 'yes'), (9414, 'updraft_googledrive', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-44c7df86a0ba00690701e34e1bc97909";a:11:{s:8:"clientid";s:0:"";s:6:"secret";s:0:"";s:5:"token";s:0:"";s:6:"folder";s:11:"UpdraftPlus";s:7:"user_id";s:64:"15d272c44118a2834ba142a2fadccfc73019983d91a07f6301b56acce4227123";s:16:"tmp_access_token";a:4:{s:12:"access_token";s:225:"ya29.a0ARW5m77vD---WWvdQt3PoY4ZBJP53AY-IZmALVKOjkxY3eUJdppwd7uO-65x8iYvRLFxz8I8moweNUpkdWQtaM_QFpCVGAYS0pkNc6O8esbw8icaRDKJUbz-fUUTXt0ea6p69aasvCraxbl7aZ6D9lXsYkTiWxCb5dOhH6st9CoaCgYKATkSARMSFQHGX2Miq0FoLs3psi1NHCFc5YnHXw0178";s:7:"created";i:1737256640;s:10:"expires_in";i:3599;s:13:"refresh_token";s:0:"";}s:5:"scope";a:3:{i:0;s:16:"userinfo.profile";i:1;s:10:"drive.file";i:2;s:14:"drive.readonly";}s:10:"expires_in";i:1737260209;s:9:"ownername";s:20:"Mentors House Backup";s:10:"owneremail";s:28:"mentorshousebackup@gmail.com";s:16:"instance_enabled";i:1;}}}', 'on'), (9415, 'updraft_onedrive', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9416, 'updraft_ftp', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-a66dd6b35b32bf788a6ee5b9c44d6e14";a:5:{s:4:"host";s:0:"";s:4:"user";s:0:"";s:4:"pass";s:0:"";s:4:"path";s:0:"";s:7:"passive";s:1:"1";}}}', 'yes'), (9417, 'updraft_azure', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9418, 'updraft_sftp', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9419, 'updraft_googlecloud', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9420, 'updraft_backblaze', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9421, 'updraft_webdav', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9422, 'updraft_s3generic', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-07081c7c3b7e05df9eafc4a3a1832240";a:6:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";s:8:"endpoint";s:0:"";s:19:"bucket_access_style";s:10:"path_style";s:17:"signature_version";s:2:"v4";}}}', 'yes'), (9423, 'updraft_pcloud', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9424, 'updraft_openstack', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-85080337b9c1f04c46de9659a0ebdaeb";a:6:{s:7:"authurl";s:0:"";s:6:"tenant";s:0:"";s:6:"region";s:0:"";s:4:"user";s:0:"";s:8:"password";s:0:"";s:4:"path";s:0:"";}}}', 'yes'), (9425, 'updraft_dreamobjects', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-848f75dbd6a84cd44cf046964d1740b9";a:4:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";s:8:"endpoint";s:26:"objects-us-east-1.dream.io";}}}', 'yes'), (9426, 'updraftplus-addons_siteid', '07c3254f96c3b7c94565d3d9e8be0f39', 'no'), (9427, 'updraft_retain_extrarules', 'a:0:{}', 'yes'), (9428, 'updraft_email', '', 'yes'), (9429, 'updraft_report_warningsonly', 'a:0:{}', 'yes'), (9430, 'updraft_report_wholebackup', 'a:0:{}', 'yes'), (9431, 'updraft_extradbs', 'a:0:{}', 'yes'), (9432, 'updraft_include_more_path', 'a:0:{}', 'yes'), (9433, 'updraft_interval', 'weekly', 'yes'), (9434, 'updraft_retain', '2', 'yes'), (9437, 'updraft_interval_database', 'weekly', 'yes'), (9438, 'updraft_retain_db', '2', 'yes'), (9439, 'updraft_service', 'googledrive', 'yes'), (9440, 'updraft_include_plugins', '1', 'yes'), (9441, 'updraft_include_themes', '1', 'yes'), (9442, 'updraft_include_uploads', '1', 'yes'), (9443, 'updraft_include_uploads_exclude', 'backup*,*backups,backwpup*,wp-clone,snapshots', 'yes'), (9444, 'updraft_include_mu-plugins', '1', 'yes'), (9445, 'updraft_include_others', '1', 'yes'), (9446, 'updraft_include_others_exclude', 'upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log', 'yes'), (9447, 'updraft_split_every', '400', 'yes'), (9448, 'updraft_delete_local', '1', 'yes'), (9449, 'updraft_dir', 'updraft', 'yes'), (9450, 'updraft_debug_mode', '0', 'yes'), (9451, 'updraft_ssl_useservercerts', '0', 'yes'), (9452, 'updraft_ssl_disableverify', '0', 'yes'), (9453, 'updraft_ssl_nossl', '0', 'yes'), (9488, 'fm_key', 'lOt218vkLjGhBcZq63AzVndHr', 'yes'), (9491, 'filemanager_email_verified_1', 'yes', 'yes'), (9667, 'updraftplus_unlocked_fd', '1', 'no'), (9668, 'updraftplus_last_lock_time_fd', '2025-01-18 23:47:43', 'no'), (9669, 'updraftplus_semaphore_fd', '0', 'no'), (9670, 'updraft_last_scheduled_fd', '1737244063', 'yes'), (9672, 'updraft_backup_history', 'a:2:{i:1737244063;a:18:{s:7:"plugins";a:1:{i:0;s:56:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-plugins.zip";}s:12:"plugins-size";i:76186927;s:6:"themes";a:1:{i:0;s:55:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-themes.zip";}s:11:"themes-size";i:18241589;s:7:"uploads";a:1:{i:0;s:56:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-uploads.zip";}s:12:"uploads-size";i:93656507;s:6:"others";a:1:{i:0;s:55:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-others.zip";}s:11:"others-size";i:548;s:2:"db";s:50:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-db.gz";s:9:"checksums";a:2:{s:4:"sha1";a:5:{s:8:"plugins0";s:40:"05e2de07cfec94a7027671845fc86947d1e8138e";s:7:"themes0";s:40:"d88d1d88a5050c5b3486de73d2dacec07bbe645a";s:8:"uploads0";s:40:"13412b375275bb692b470791808f2694cc04af9a";s:7:"others0";s:40:"dbd8bc5d97cb673c26952f16e1a4288590d4dd93";s:3:"db0";s:40:"57d6434f77ccc4c5b9e61b36ba2cfbed259786eb";}s:6:"sha256";a:5:{s:8:"plugins0";s:64:"5e37eed41feaf6c5a80d547d74f2c1761a5f89d1050958cb72f4525b240ac3e2";s:7:"themes0";s:64:"9288aa0bece0c484d78c60b9ddcd57c8c6e2be0de5ea1a2c5c2ba9e60af0a412";s:8:"uploads0";s:64:"3936d1400e914f223ff57839680b1962b1a881eb77dee585c0ffbf85346e946e";s:7:"others0";s:64:"ca28a3ce2dae2186209367d9548465d7514ac4e914eda273a7a200ffd8cb1106";s:3:"db0";s:64:"62796601afe1605f99909d61f42cb64038b63cbf8e335a3c3d6cac66f93a68b9";}}s:5:"nonce";s:12:"e5ad8dc6deb8";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-44c7df86a0ba00690701e34e1bc97909";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1737244063;s:6:"themes";i:1737244093;s:7:"uploads";i:1737244098;s:6:"others";i:1737244105;}s:18:"created_by_version";s:6:"1.25.1";s:21:"last_saved_by_version";s:6:"1.25.1";s:12:"is_multisite";b:0;}i:1736639400;a:18:{s:7:"plugins";a:1:{i:0;s:56:"backup_2025-01-11-2350_Pyirates_0b8a6b196bbb-plugins.zip";}s:12:"plugins-size";i:76049875;s:6:"themes";a:1:{i:0;s:55:"backup_2025-01-11-2350_Pyirates_0b8a6b196bbb-themes.zip";}s:11:"themes-size";i:18241223;s:7:"uploads";a:1:{i:0;s:56:"backup_2025-01-11-2350_Pyirates_0b8a6b196bbb-uploads.zip";}s:12:"uploads-size";i:93642937;s:6:"others";a:1:{i:0;s:55:"backup_2025-01-11-2350_Pyirates_0b8a6b196bbb-others.zip";}s:11:"others-size";i:548;s:2:"db";s:50:"backup_2025-01-11-2350_Pyirates_0b8a6b196bbb-db.gz";s:9:"checksums";a:2:{s:4:"sha1";a:5:{s:8:"plugins0";s:40:"435a936a15c4bd965f8aae1d32659b6bb9307545";s:7:"themes0";s:40:"3fdca82f3ebaea0e8324f59e672492b7f5b8f6ab";s:8:"uploads0";s:40:"4dc3c6a039c17a1963114762b5c24069b56135cc";s:7:"others0";s:40:"a5a883f8b93ee5673080c7aece4418a02d528a3f";s:3:"db0";s:40:"8028ba1dc9ceb01dbb57db5e2d4ef6190f19cfb9";}s:6:"sha256";a:5:{s:8:"plugins0";s:64:"ec2980bf4cb934cff37a5cf59d6280cbb1511518aee590610ddac0d6d73af64c";s:7:"themes0";s:64:"51f66ed3af4470d1a7079ae69ed501daabe64e1173203b113853faa1572e56fd";s:8:"uploads0";s:64:"c64cf19583820db5c1b18c55efb0e2c6455af704b8f96a03789f644a4e980fc5";s:7:"others0";s:64:"f85c05377a72b3e8dfdb22c0768b83041b35f78b1d87aa2b95c885fc0a7e3358";s:3:"db0";s:64:"fc97122897efe87d1e9e83cc2b6449059b0a2506c8f294540f06d8855380b3b5";}}s:5:"nonce";s:12:"0b8a6b196bbb";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-44c7df86a0ba00690701e34e1bc97909";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1736639400;s:6:"themes";i:1736639441;s:7:"uploads";i:1736639445;s:6:"others";i:1736639452;}s:18:"created_by_version";s:6:"1.25.1";s:21:"last_saved_by_version";s:6:"1.25.1";s:12:"is_multisite";b:0;}}', 'off'), (9673, 'updraft_last_backup', 'a:6:{s:26:"nonincremental_backup_time";i:1737244063;s:11:"backup_time";i:1737244063;s:12:"backup_array";a:10:{s:7:"plugins";a:1:{i:0;s:56:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-plugins.zip";}s:12:"plugins-size";i:76186927;s:6:"themes";a:1:{i:0;s:55:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-themes.zip";}s:11:"themes-size";i:18241589;s:7:"uploads";a:1:{i:0;s:56:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-uploads.zip";}s:12:"uploads-size";i:93656507;s:6:"others";a:1:{i:0;s:55:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-others.zip";}s:11:"others-size";i:548;s:2:"db";s:50:"backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-db.gz";s:9:"checksums";a:2:{s:4:"sha1";a:5:{s:8:"plugins0";s:40:"05e2de07cfec94a7027671845fc86947d1e8138e";s:7:"themes0";s:40:"d88d1d88a5050c5b3486de73d2dacec07bbe645a";s:8:"uploads0";s:40:"13412b375275bb692b470791808f2694cc04af9a";s:7:"others0";s:40:"dbd8bc5d97cb673c26952f16e1a4288590d4dd93";s:3:"db0";s:40:"57d6434f77ccc4c5b9e61b36ba2cfbed259786eb";}s:6:"sha256";a:5:{s:8:"plugins0";s:64:"5e37eed41feaf6c5a80d547d74f2c1761a5f89d1050958cb72f4525b240ac3e2";s:7:"themes0";s:64:"9288aa0bece0c484d78c60b9ddcd57c8c6e2be0de5ea1a2c5c2ba9e60af0a412";s:8:"uploads0";s:64:"3936d1400e914f223ff57839680b1962b1a881eb77dee585c0ffbf85346e946e";s:7:"others0";s:64:"ca28a3ce2dae2186209367d9548465d7514ac4e914eda273a7a200ffd8cb1106";s:3:"db0";s:64:"62796601afe1605f99909d61f42cb64038b63cbf8e335a3c3d6cac66f93a68b9";}}}s:7:"success";i:0;s:6:"errors";a:6:{i:0;a:2:{s:5:"level";s:7:"warning";s:7:"message";s:215:"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/";}s:16:"infrequentvisits";a:2:{s:5:"level";s:7:"warning";s:7:"message";s:215:"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/";}i:1;a:2:{s:5:"level";s:5:"error";s:7:"message";s:129:"Google Drive: Account full: your Google Drive account has only 10713723 bytes left, but the file to be uploaded is 76186927 bytes";}i:2;a:2:{s:5:"level";s:5:"error";s:7:"message";s:154:"Google Drive: backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-plugins.zip: Failed to upload to Google Drive: The user has exceeded their Drive storage quota)";}i:3;a:2:{s:5:"level";s:5:"error";s:7:"message";s:129:"Google Drive: Account full: your Google Drive account has only 10713723 bytes left, but the file to be uploaded is 93656507 bytes";}i:4;a:2:{s:5:"level";s:5:"error";s:7:"message";s:154:"Google Drive: backup_2025-01-18-2347_Pyirates_e5ad8dc6deb8-uploads.zip: Failed to upload to Google Drive: The user has exceeded their Drive storage quota)";}}s:12:"backup_nonce";s:12:"e5ad8dc6deb8";}', 'on'), (11629, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:25:"mizanur@mentors-house.com";s:7:"version";s:5:"6.7.1";s:9:"timestamp";i:1732210264;}', 'off'), (13096, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'), (13097, 'litespeed.conf.debug-collapse_qs', '', 'auto'), (13098, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'), (17819, 'rsssl_previous_version', '9.1.4', 'off'), (22381, 'cmplz_detected_social_media', 'a:0:{}', 'auto'), (22382, 'cmplz_detected_thirdparty_services', 'a:0:{}', 'auto'), (22383, 'cmplz_detected_stats', 'a:0:{}', 'auto'), (22397, 'rsssl_404_cache', 'a:8:{s:15:"118.179.156.177";a:1:{i:0;i:1723115317;}s:27:"45.143.82.123,172.71.150.10";a:1:{i:0;i:1728559454;}s:27:"185.228.19.107,172.68.22.14";a:1:{i:0;i:1730326778;}s:28:"185.228.19.107,172.71.146.25";a:2:{i:0;i:1730328189;i:1;i:1730328189;}s:28:"185.228.19.107,172.71.146.24";a:1:{i:0;i:1730328189;}s:27:"185.228.19.107,172.71.147.8";a:1:{i:0;i:1730328190;}s:27:"185.228.19.107,172.71.146.1";a:1:{i:0;i:1730328190;}s:27:"183.83.54.170,172.69.194.15";a:1:{i:0;i:1732304364;}}', 'off'), (24067, 'rsssl_encryption_keys_set', '1', 'off'), (24072, 'rsssl_upgrade_le_key', '1', 'off'), (24325, 'rsssl_folder_name', 'really-simple-ssl/89a7a1d1187debf7c6ab2b4ef8e89c30', 'auto'), (40788, 'elementor_1_elementor_updater_batch_8e99df96d10fffa5bd7856c150a4', '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'), (51520, 'updraft_lock_f9aab80604f9', '0', 'no'), (53243, '_elementor_global_css', 'a:6:{s:4:"time";i:1727895130;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;b:0;}', 'auto'), (58095, 'updraft_lock_96766ee365f2', '0', 'no'), (62504, 'updraft_lock_67816af63bfa', '0', 'no'), (65988, 'cmplz_transients', 'a:2:{s:23:"cmplz_default_banner_id";a:2:{s:5:"value";b:0;s:7:"expires";i:1733757941;}s:19:"cmplz_min_banner_id";a:2:{s:5:"value";N;s:7:"expires";i:1733757941;}}', 'auto'), (66959, 'updraft_lock_e00fe934ec11', '0', 'no'), (69896, 'elementor_checklist', '{"last_opened_timestamp":-1,"first_closed_checklist_in_editor":false,"is_popup_minimized":false,"editor_visit_count":0,"steps":[]}', 'auto'), (69899, 'cmplz_dismissed_warnings', 'a:2:{i:0;s:13:"upgraded_to_6";i:1;s:13:"upgraded_to_7";}', 'off'), (71495, 'ocean_extra_dismiss_rating_notice', '1', 'auto'), (71522, 'cmplz_tc_review_notice_shown', '1', 'auto'), (71523, 'cmplz_review_notice_shown', '1', 'off'), (71573, 'elementor_allow_tracking', 'no', 'auto'), (71574, 'elementor_tracker_notice', '1', 'auto'), (74150, 'updraft_lock_44c6955a1609', '0', 'no'), (76006, 'rsssl_reset_fix', '1', 'off'), (78563, 'updraft_lock_91821ebaf768', '0', 'no'), (79813, 'db_upgraded', '', 'on'), (80933, 'updraft_lock_4db17105256f', '0', 'no'), (82700, '_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.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.7.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.7.1-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.7.1";s:7:"version";s:5:"6.7.1";s:11:"php_version";s:6:"7.2.24";s:13:"mysql_version";s:5:"5.5.5";s:11:"new_bundled";s:3:"6.7";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1738708649;s:15:"version_checked";s:5:"6.7.1";s:12:"translations";a:0:{}}', 'off'), (83141, '_transient_wp_styles_for_blocks', 'a:2:{s:4:"hash";s:32:"8c7d46a72d7d4591fc1dd9485bedb304";s:6:"blocks";a:5:{s:11:"core/button";s:0:"";s:14:"core/site-logo";s:0:"";s:18:"core/post-template";s:120:":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}";s:12:"core/columns";s:102:":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}";s:14:"core/pullquote";s:69:":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}";}}', 'on'), (83154, 'can_compress_scripts', '1', 'on'), (83614, 'updraft_lock_754913905f6a', '0', 'no'), (88573, 'updraft_lock_9ad04810eccd', '0', 'no'), (90717, 'updraft_lock_d08e1c446e3e', '0', 'no'), (93720, 'updraft_lock_90874fde6e21', '0', 'no'), (93996, 'litespeed.conf._version', '6.5.4', 'auto'), (94449, 'updraft_lock_3b929df07297', '0', 'no'), (97201, 'updraft_lock_d51ef875a6af', '0', 'no'), (99988, 'updraft_lock_8cab3b0e40af', '0', 'no'), (100997, 'cmplz_wsc_onboarding_status', 'a:3:{s:5:"terms";b:0;s:10:"newsletter";b:0;s:7:"plugins";b:0;}', 'off'), (101787, 'updraft_lock_0b8a6b196bbb', '0', 'no'), (104227, '_elementor_assets_data', 'a:1:{s:3:"svg";a:1:{s:9:"font-icon";a:18:{s:14:"eicon-menu-bar";a:2:{s:7:"content";a:4:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"path";s:279:"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z";s:3:"key";s:14:"eicon-menu-bar";}s:7:"version";s:6:"5.13.0";}s:11:"eicon-close";a:2:{s:7:"content";a:4:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"path";s:361:"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z";s:3:"key";s:11:"eicon-close";}s:7:"version";s:6:"5.13.0";}s:14:"fas-caret-down";a:2:{s:7:"content";a:4:{s:5:"width";i:320;s:6:"height";i:512;s:4:"path";s:119:"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z";s:3:"key";s:14:"fas-caret-down";}s:7:"version";s:6:"5.15.3";}s:9:"far-clock";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:324:"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z";s:3:"key";s:9:"far-clock";}s:7:"version";s:6:"5.15.3";}s:21:"fab-internet-explorer";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:857:"M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z";s:3:"key";s:21:"fab-internet-explorer";}s:7:"version";s:6:"5.15.3";}s:10:"fas-camera";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:342:"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z";s:3:"key";s:10:"fas-camera";}s:7:"version";s:6:"5.15.3";}s:9:"fas-users";a:2:{s:7:"content";a:4:{s:5:"width";i:640;s:6:"height";i:512;s:4:"path";s:644:"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z";s:3:"key";s:9:"fas-users";}s:7:"version";s:6:"5.15.3";}s:18:"fas-map-marker-alt";a:2:{s:7:"content";a:4:{s:5:"width";i:384;s:6:"height";i:512;s:4:"path";s:244:"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z";s:3:"key";s:18:"fas-map-marker-alt";}s:7:"version";s:6:"5.15.3";}s:19:"fas-money-check-alt";a:2:{s:7:"content";a:4:{s:5:"width";i:640;s:6:"height";i:512;s:4:"path";s:1057:"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z";s:3:"key";s:19:"fas-money-check-alt";}s:7:"version";s:6:"5.15.3";}s:13:"fas-handshake";a:2:{s:7:"content";a:4:{s:5:"width";i:640;s:6:"height";i:512;s:4:"path";s:823:"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z";s:3:"key";s:13:"fas-handshake";}s:7:"version";s:6:"5.15.3";}s:13:"fas-user-edit";a:2:{s:7:"content";a:4:{s:5:"width";i:640;s:6:"height";i:512;s:4:"path";s:492:"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z";s:3:"key";s:13:"fas-user-edit";}s:7:"version";s:6:"5.15.3";}s:8:"fas-plus";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:239:"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z";s:3:"key";s:8:"fas-plus";}s:7:"version";s:6:"5.15.3";}s:9:"fas-minus";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:116:"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z";s:3:"key";s:9:"fas-minus";}s:7:"version";s:6:"5.15.3";}s:12:"fab-facebook";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:264:"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z";s:3:"key";s:12:"fab-facebook";}s:7:"version";s:6:"5.15.3";}s:13:"fab-instagram";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:922:"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z";s:3:"key";s:13:"fab-instagram";}s:7:"version";s:6:"5.15.3";}s:11:"fab-twitter";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:791:"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z";s:3:"key";s:11:"fab-twitter";}s:7:"version";s:6:"5.15.3";}s:11:"fab-youtube";a:2:{s:7:"content";a:4:{s:5:"width";i:576;s:6:"height";i:512;s:4:"path";s:470:"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z";s:3:"key";s:11:"fab-youtube";}s:7:"version";s:6:"5.15.3";}s:10:"fab-reddit";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:908:"M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.3 24.9-24.9s-11.1-24.9-24.9-24.9c-9.7 0-18 5.8-22.1 13.8l-61.2-13.6c-3-.8-6.1 1.4-6.9 4.4l-19.1 86.4c-33.2 1.4-63.1 11.3-85.5 26.8-6.1-6.4-14.7-10.2-24.1-10.2-34.9 0-46.3 46.9-14.4 62.8-1.1 5-1.7 10.2-1.7 15.5 0 52.6 59.2 95.2 132 95.2 73.1 0 132.3-42.6 132.3-95.2 0-5.3-.6-10.8-1.9-15.8 31.3-16 19.8-62.5-14.9-62.5zM302.8 331c-18.2 18.2-76.1 17.9-93.6 0-2.2-2.2-6.1-2.2-8.3 0-2.5 2.5-2.5 6.4 0 8.6 22.8 22.8 87.3 22.8 110.2 0 2.5-2.2 2.5-6.1 0-8.6-2.2-2.2-6.1-2.2-8.3 0zm7.7-75c-13.6 0-24.6 11.1-24.6 24.9 0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.1 24.9-24.6 0-13.8-11-24.9-24.9-24.9z";s:3:"key";s:10:"fab-reddit";}s:7:"version";s:6:"5.15.3";}}}}', 'auto'), (105165, 'updraft_lock_e5ad8dc6deb8', '0', 'no'), (109702, '_site_transient_timeout_theme_roots', '1738710448', 'off'), (109703, '_site_transient_theme_roots', 'a:3:{s:26:"oceanwp-child-theme-master";s:7:"/themes";s:7:"oceanwp";s:7:"/themes";s:16:"twentytwentyfive";s:7:"/themes";}', 'off'), (109705, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1738708649;s:7:"checked";a:3:{s:26:"oceanwp-child-theme-master";s:3:"1.0";s:7:"oceanwp";s:5:"4.0.4";s:16:"twentytwentyfive";s:3:"1.0";}s:8:"response";a:1:{s:7:"oceanwp";a:6:{s:5:"theme";s:7:"oceanwp";s:11:"new_version";s:5:"4.0.5";s:3:"url";s:37:"https://wordpress.org/themes/oceanwp/";s:7:"package";s:55:"https://downloads.wordpress.org/theme/oceanwp.4.0.5.zip";s:8:"requires";s:3:"5.6";s:12:"requires_php";s:3:"7.4";}}s:9:"no_update";a:1:{s:16:"twentytwentyfive";a:6:{s:5:"theme";s:16:"twentytwentyfive";s:11:"new_version";s:3:"1.0";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfive/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfive.1.0.zip";s:8:"requires";s:3:"6.7";s:12:"requires_php";s:3:"7.2";}}s:12:"translations";a:0:{}}', 'off'), (109706, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1738708650;s:8:"response";a:2:{s:23:"elementor/elementor.php";O:8:"stdClass":13:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:6:"3.27.3";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip";s:5:"icons";a:2:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597";s:2:"1x";s:62:"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.3";s:6:"tested";s:5:"6.7.1";s:12:"requires_php";s:3:"7.4";s:16:"requires_plugins";a:0:{}}s:27:"ocean-extra/ocean-extra.php";O:8:"stdClass":13:{s:2:"id";s:25:"w.org/plugins/ocean-extra";s:4:"slug";s:11:"ocean-extra";s:6:"plugin";s:27:"ocean-extra/ocean-extra.php";s:11:"new_version";s:5:"2.4.4";s:3:"url";s:42:"https://wordpress.org/plugins/ocean-extra/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/ocean-extra.2.4.4.zip";s:5:"icons";a:2:{s:2:"1x";s:56:"https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940";s:3:"svg";s:56:"https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/ocean-extra/assets/banner-1544x500.png?rev=2814940";s:2:"1x";s:66:"https://ps.w.org/ocean-extra/assets/banner-772x250.png?rev=2814940";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.6";s:6:"tested";s:5:"6.7.1";s:12:"requires_php";s:3:"7.4";s:16:"requires_plugins";a:0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:9:{s:41:"anywhere-elementor/anywhere-elementor.php";O:8:"stdClass":10:{s:2:"id";s:32:"w.org/plugins/anywhere-elementor";s:4:"slug";s:18:"anywhere-elementor";s:6:"plugin";s:41:"anywhere-elementor/anywhere-elementor.php";s:11:"new_version";s:6:"1.2.12";s:3:"url";s:49:"https://wordpress.org/plugins/anywhere-elementor/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/anywhere-elementor.1.2.12.zip";s:5:"icons";a:1:{s:2:"1x";s:71:"https://ps.w.org/anywhere-elementor/assets/icon-128x128.jpg?rev=1614331";}s:7:"banners";a:1:{s:2:"1x";s:73:"https://ps.w.org/anywhere-elementor/assets/banner-772x250.jpg?rev=1538122";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}s:19:"chaty/cht-icons.php";O:8:"stdClass":10:{s:2:"id";s:19:"w.org/plugins/chaty";s:4:"slug";s:5:"chaty";s:6:"plugin";s:19:"chaty/cht-icons.php";s:11:"new_version";s:5:"3.3.4";s:3:"url";s:36:"https://wordpress.org/plugins/chaty/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/chaty.3.3.4.zip";s:5:"icons";a:2:{s:2:"2x";s:58:"https://ps.w.org/chaty/assets/icon-256x256.gif?rev=2938062";s:2:"1x";s:58:"https://ps.w.org/chaty/assets/icon-128x128.gif?rev=2938062";}s:7:"banners";a:2:{s:2:"2x";s:61:"https://ps.w.org/chaty/assets/banner-1544x500.png?rev=2938062";s:2:"1x";s:60:"https://ps.w.org/chaty/assets/banner-772x250.png?rev=2938062";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.1";}s:57:"complianz-terms-conditions/complianz-terms-conditions.php";O:8:"stdClass":10:{s:2:"id";s:40:"w.org/plugins/complianz-terms-conditions";s:4:"slug";s:26:"complianz-terms-conditions";s:6:"plugin";s:57:"complianz-terms-conditions/complianz-terms-conditions.php";s:11:"new_version";s:5:"1.2.8";s:3:"url";s:57:"https://wordpress.org/plugins/complianz-terms-conditions/";s:7:"package";s:75:"https://downloads.wordpress.org/plugin/complianz-terms-conditions.1.2.8.zip";s:5:"icons";a:2:{s:2:"2x";s:79:"https://ps.w.org/complianz-terms-conditions/assets/icon-256x256.png?rev=2900489";s:2:"1x";s:79:"https://ps.w.org/complianz-terms-conditions/assets/icon-128x128.png?rev=2900489";}s:7:"banners";a:2:{s:2:"2x";s:82:"https://ps.w.org/complianz-terms-conditions/assets/banner-1544x500.png?rev=2881007";s:2:"1x";s:81:"https://ps.w.org/complianz-terms-conditions/assets/banner-772x250.png?rev=2881007";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.7";}s:33:"complianz-gdpr/complianz-gpdr.php";O:8:"stdClass":10:{s:2:"id";s:28:"w.org/plugins/complianz-gdpr";s:4:"slug";s:14:"complianz-gdpr";s:6:"plugin";s:33:"complianz-gdpr/complianz-gpdr.php";s:11:"new_version";s:5:"7.2.0";s:3:"url";s:45:"https://wordpress.org/plugins/complianz-gdpr/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/complianz-gdpr.7.2.0.zip";s:5:"icons";a:2:{s:2:"2x";s:67:"https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064";s:2:"1x";s:67:"https://ps.w.org/complianz-gdpr/assets/icon-128x128.png?rev=2881064";}s:7:"banners";a:2:{s:2:"2x";s:70:"https://ps.w.org/complianz-gdpr/assets/banner-1544x500.png?rev=2881064";s:2:"1x";s:69:"https://ps.w.org/complianz-gdpr/assets/banner-772x250.png?rev=2881064";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.9";}s:33:"happy-elementor-addons/plugin.php";O:8:"stdClass":10:{s:2:"id";s:36:"w.org/plugins/happy-elementor-addons";s:4:"slug";s:22:"happy-elementor-addons";s:6:"plugin";s:33:"happy-elementor-addons/plugin.php";s:11:"new_version";s:6:"3.16.1";s:3:"url";s:53:"https://wordpress.org/plugins/happy-elementor-addons/";s:7:"package";s:72:"https://downloads.wordpress.org/plugin/happy-elementor-addons.3.16.1.zip";s:5:"icons";a:2:{s:2:"2x";s:75:"https://ps.w.org/happy-elementor-addons/assets/icon-256x256.png?rev=2110879";s:2:"1x";s:75:"https://ps.w.org/happy-elementor-addons/assets/icon-128x128.png?rev=2110879";}s:7:"banners";a:2:{s:2:"2x";s:78:"https://ps.w.org/happy-elementor-addons/assets/banner-1544x500.jpg?rev=2112944";s:2:"1x";s:77:"https://ps.w.org/happy-elementor-addons/assets/banner-772x250.jpg?rev=2112944";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}s:35:"litespeed-cache/litespeed-cache.php";O:8:"stdClass":10:{s:2:"id";s:29:"w.org/plugins/litespeed-cache";s:4:"slug";s:15:"litespeed-cache";s:6:"plugin";s:35:"litespeed-cache/litespeed-cache.php";s:11:"new_version";s:5:"6.5.4";s:3:"url";s:46:"https://wordpress.org/plugins/litespeed-cache/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/litespeed-cache.6.5.4.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181";s:2:"1x";s:68:"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181";}s:7:"banners";a:2:{s:2:"2x";s:71:"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181";s:2:"1x";s:70:"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.9";}s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";O:8:"stdClass":10:{s:2:"id";s:31:"w.org/plugins/really-simple-ssl";s:4:"slug";s:17:"really-simple-ssl";s:6:"plugin";s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";s:11:"new_version";s:5:"9.2.0";s:3:"url";s:48:"https://wordpress.org/plugins/really-simple-ssl/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/really-simple-ssl.9.2.0.zip";s:5:"icons";a:2:{s:2:"2x";s:70:"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720";s:2:"1x";s:70:"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720";}s:7:"banners";a:2:{s:2:"2x";s:73:"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=3100992";s:2:"1x";s:72:"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=3100992";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.9";}s:27:"updraftplus/updraftplus.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/updraftplus";s:4:"slug";s:11:"updraftplus";s:6:"plugin";s:27:"updraftplus/updraftplus.php";s:11:"new_version";s:6:"1.25.1";s:3:"url";s:42:"https://wordpress.org/plugins/updraftplus/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/updraftplus.1.25.1.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200";s:2:"1x";s:64:"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200";s:2:"1x";s:66:"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.2";}s:39:"wp-file-manager/file_folder_manager.php";O:8:"stdClass":10:{s:2:"id";s:29:"w.org/plugins/wp-file-manager";s:4:"slug";s:15:"wp-file-manager";s:6:"plugin";s:39:"wp-file-manager/file_folder_manager.php";s:11:"new_version";s:5:"8.0.1";s:3:"url";s:46:"https://wordpress.org/plugins/wp-file-manager/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/wp-file-manager.zip";s:5:"icons";a:1:{s:2:"1x";s:68:"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299";}s:7:"banners";a:1:{s:2:"1x";s:70:"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.0";}}s:7:"checked";a:14:{s:41:"anywhere-elementor/anywhere-elementor.php";s:6:"1.2.12";s:19:"chaty/cht-icons.php";s:5:"3.3.4";s:57:"complianz-terms-conditions/complianz-terms-conditions.php";s:5:"1.2.8";s:33:"complianz-gdpr/complianz-gpdr.php";s:5:"7.2.0";s:23:"elementor/elementor.php";s:6:"3.27.1";s:33:"happy-elementor-addons/plugin.php";s:6:"3.16.1";s:22:"hide-my-site/index.php";s:3:"2.2";s:35:"litespeed-cache/litespeed-cache.php";s:5:"6.5.4";s:27:"ocean-extra/ocean-extra.php";s:5:"2.4.3";s:29:"pro-elements/pro-elements.php";s:6:"3.23.3";s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";s:5:"9.2.0";s:28:"revslider6714n/revslider.php";s:6:"6.7.14";s:27:"updraftplus/updraftplus.php";s:6:"1.25.1";s:39:"wp-file-manager/file_folder_manager.php";s:5:"8.0.1";}}', 'off'), (109707, '_transient_timeout_feed_3a39ef5d0240c40133252ada9b3c6e81', '1738751851', 'off'), (109708, '_transient_feed_3a39ef5d0240c40133252ada9b3c6e81', 'a:6:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"UpdraftPlus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:24:"https://updraftplus.com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:48:"The World''s Most Trusted WordPress Backup Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Dec 2024 20:02:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=6.6.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:73:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Happy Christmas 2024";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://updraftplus.com/happy-christmas-2024/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"https://updraftplus.com/happy-christmas-2024/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Dec 2024 20:02:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:16:"UpdraftPlus News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2328987";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:618:"<p>A merry Christmas to all users of Team Updraft software in 2024. We hope that you’ve had a productive year, and may 2025 be even more so! To celebrate the Christmas break, here is a beautiful acoustic song by UK … <a href="https://updraftplus.com/happy-christmas-2024/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/happy-christmas-2024/">Happy Christmas 2024</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"udadmin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:977:"<p>A merry Christmas to all users of <a href="https://teamupdraft.com">Team Updraft</a> software in 2024. We hope that you’ve had a productive year, and may 2025 be even more so!</p>\n<p>To celebrate the Christmas break, here is a beautiful acoustic song by UK song-writer Graham Kendrick. I hope that you will enjoy it as much as I have.</p>\n<p><iframe title="Thorns in the Straw (Acoustic Trio Sessions) - Graham Kendrick" width="1080" height="608" src="https://www.youtube.com/embed/QeZ2zl_QhT0?feature=oembed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>\n<p>The post <a href="https://updraftplus.com/happy-christmas-2024/">Happy Christmas 2024</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"https://updraftplus.com/happy-christmas-2024/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"The best Black Friday plugin deals";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"https://updraftplus.com/black-friday-plugin-deals/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Nov 2024 17:04:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"UpdraftPlus News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:14:"WordPress news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2289611";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:595:"<p>Grab amazing Black Friday plugin deals! Save 20% on top WordPress plugins like UpdraftPlus, WP-Optimize, AIOS & more. Don''t miss out on these plugin deals this Black Friday! <a href="https://updraftplus.com/black-friday-plugin-deals/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/black-friday-plugin-deals/">The best Black Friday plugin deals</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Team Updraft";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11438:"<div class="et_pb_section et_pb_section_0 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_0">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">This Black Friday, grab the best deals on top WordPress plugins that can transform your website’s functionality and performance! </span></p>\n<p><span style="font-weight: 400;">With exclusive discounts on the Premium versions of UpdraftPlus, WP-Optimize, Internal Link Juicer, All-In-One Security and WPGetAPI, there’s never been a better time to upgrade. </span></p>\n<p><span style="font-weight: 400;">Let’s explore the exciting features of each plugin and why they’re must-haves for your WordPress toolkit.</span></p></div>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_1">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_image et_pb_image_0">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="300" height="80" src="https://updraftplus.com/wp-content/uploads/2024/11/UpdraftPlus-logo-300x80.png" alt="UpdraftPlus logo" title="UpdraftPlus logo on a white background" class="wp-image-2290769" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>Backup and migrate your WordPress site</h2>\n<h3 style="font-size: 1.17em; font-weight: normal; color: #db6939;"><strong>20% off UpdraftPlus with coupon code: blackfridaysale2024</strong></h3>\n<p>UpdraftPlus is genuinely one of the WordPress community’s most valued WordPress plugins. Back up to almost anywhere e.g. Google Drive, Dropbox, Amazon S3 and more than a dozen more.</p>\n<p>Give Premium a go and back up more files and databases, back up to multiple locations, back up automatically before updates, back up incremental changes and more. Plus migrations without the headaches! Migrate successfully even when connections time out, where memory or storage is low, and when databases are large.</p></div>\n </div><div class="et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_module ">\n <a class="et_pb_button et_pb_button_0 et_pb_bg_layout_light" href="https://updraftplus.com/blackfriday/">Go to offer</a>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_2">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_image et_pb_image_1">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="300" height="61" src="https://updraftplus.com/wp-content/uploads/2024/11/wp-optimize-logo-300x61.webp" alt="WP-Optimize logo" title="WP-Optimize logo on a white background" class="wp-image-2290773" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>Speed up your WordPress site</h2>\n<h3 style="font-size: 1.17em; font-weight: normal; color: #db6939;"><strong>20% off WP-Optimize with coupon code: blackfridaysale2024</strong></h3>\n<p>Large images and a bloated WordPress database can really slow your site down, impacting user experience and your ability to achieve your goals.<br />\nWP-Optimize gives you four clever ways to boost your page speed load times. Clear out the database, optimize images, minify and caching help you improve core web vitals, boost speed and deliver a better user experience. </div>\n </div><div class="et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_module ">\n <a class="et_pb_button et_pb_button_1 et_pb_bg_layout_light" href="https://getwpo.com/blackfriday?utm_source=udp-website&utm_medium=referral&utm_campaign=bf24-udp-blog">Go to offer</a>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_3">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_image et_pb_image_2">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="362" height="79" src="https://updraftplus.com/wp-content/uploads/2024/11/ilj-logo.png" alt="Internal Link Juicer logo" title="Internal Link Juicer logo on a white background" srcset="https://updraftplus.com/wp-content/uploads/2024/11/ilj-logo.png 362w, https://updraftplus.com/wp-content/uploads/2024/11/ilj-logo-300x65.png 300w" sizes="(max-width: 362px) 100vw, 362px" class="wp-image-2290778" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>Boost your SEO</h2>\n<h3 style="font-size: 1.17em; font-weight: normal; color: #db6939;"><strong>20% off Internal Link Juicer with coupon code: blackfridaysale2024</strong></h3>\n<p>Internal links between pages helps Google to crawl your website and understand what it’s all about so you can rank for the search terms you care about. Use Internal link Juicer to automate internal linking, boost SEO efforts and save time. </div>\n </div><div class="et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_module ">\n <a class="et_pb_button et_pb_button_2 et_pb_bg_layout_light" href="https://www.internallinkjuicer.com/blackfriday?utm_source=udp-website&utm_medium=referral&utm_campaign=bf24-udp-blog">Go to offer</a>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_4">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_image et_pb_image_3">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="300" height="130" src="https://updraftplus.com/wp-content/uploads/2024/11/aios-logo-300x130.png" alt="All-in-one Security plugin logo" title="All-in-one Security plugin logo on a white background" class="wp-image-2290780" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>Protect your WordPress site</h2>\n<h3 style="font-size: 1.17em; font-weight: normal; color: #db6939;"><strong>20% off AIOS with coupon code: blackfridaysale2024</strong></h3>\n<p>AIOS is the ‘All-in-One’ security solution for WordPress website owners. It’s absolutely packed full of features to keep your WordPress site safe. </p>\n<p>From login security features, to an audit log so you can see what’s happening on your site. Get alerted to file changes, block traffic by country of origin, scan for malware, uptime and response time issues and tonnes more. It’s really cost effective too, even at full price! Give it a go this Black Friday and get 30% off! </div>\n </div><div class="et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_module ">\n <a class="et_pb_button et_pb_button_3 et_pb_bg_layout_light" href="https://aiosplugin.com/blackfriday?utm_source=udp-website&utm_medium=referral&utm_campaign=bf24-udp-blog">Go to offer</a>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_5">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_image et_pb_image_4">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="300" height="58" src="https://updraftplus.com/wp-content/uploads/2024/11/wpgetapi-logo-300x58.png" alt="Internal Link Juicer logo" title="wpgetapi-logo" class="wp-image-2299563" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>Simplify your API integration</h2>\n<h3 style="font-size: 1.17em; font-weight: normal; color: #db6939;"><strong>20% off WPGetAPI with coupon code: blackfridaysale2024</strong></h3>\n<p>Save development costs and time. Connect to virtually any REST API to display always-on, fresh content to your users, without writing a single line of code.</div>\n </div><div class="et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_module ">\n <a class="et_pb_button et_pb_button_4 et_pb_bg_layout_light" href="https://wpgetapi.com/blackfriday?utm_source=udp-website&utm_medium=referral&utm_campaign=bf24-udp-blog">Go to offer</a>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_6">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_6 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_image et_pb_image_5">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="279" height="76" src="https://updraftplus.com/wp-content/uploads/2024/11/wp-overnight-logo.png" alt="Internal Link Juicer logo" title="wp-overnight-logo" class="wp-image-2306418" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_6 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>Enhance your Woo store</h2>\n<h3 style="font-size: 1.17em; font-weight: normal; color: #db6939;"><strong>20% off plugins for Woo with coupon code: BFCM2024</strong></h3>\n<p>Upgrade your e-commerce site with quality add-ons for Woo from the five-star rated team at WP Overnight. Create professional PDF invoices, automatically attaching them to order confirmation emails, install a shopping cart in your navigation or increase retention and sales with automatic reminder emails.</div>\n </div><div class="et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_module ">\n <a class="et_pb_button et_pb_button_5 et_pb_bg_layout_light" href="https://wpovernight.com/blackfriday?utm_source=udp-website&utm_medium=referral&utm_campaign=bf24-udp-blog">Go to offer</a>\n </div><div class="et_pb_module et_pb_text et_pb_text_7 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p> </p>\n<p>Take advantage of these incredible deals and upgrade your WordPress toolkit this Black Friday. With powerful features to back up, migrate, optimize and secure, these plugins are must-haves.</p>\n<p>Remember, these plugin deals for Black Friday are only available until<strong> 2nd December 2024</strong>, so act fast to secure your savings!</p></div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div>\n<p>The post <a href="https://updraftplus.com/black-friday-plugin-deals/">The best Black Friday plugin deals</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"UpdraftPlus releases v1.24.7 and v2.24.7: UpdraftClone now supports PHP 8.4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://updraftplus.com/updraftplus-release-v1-24-7-and-v2-24-7/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Nov 2024 15:47:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"UpdraftPlus News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:20:"UpdraftPlus Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2280738";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:740:"<p>This release introduces full compatibility between UpdraftClone and PHP 8.4, allowing you to test your WordPress site with the latest version of PHP before upgrading it on your live site. In addition, there are two important multisite fixes and a … <a href="https://updraftplus.com/updraftplus-release-v1-24-7-and-v2-24-7/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/updraftplus-release-v1-24-7-and-v2-24-7/">UpdraftPlus releases v1.24.7 and v2.24.7: UpdraftClone now supports PHP 8.4</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Team Updraft";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6105:"<p><span style="font-weight: 400;">This release introduces full compatibility between </span><a href="https://updraftplus.com/updraftclone/"><span style="font-weight: 400;">UpdraftClone</span></a><span style="font-weight: 400;"> and </span><a href="https://php.watch/versions/8.4"><span style="font-weight: 400;">PHP 8.4</span></a><span style="font-weight: 400;">, allowing you to test your WordPress site with the latest version of PHP before upgrading it on your live site. </span><span style="font-weight: 400;">In addition, there are two important </span><a href="https://developer.wordpress.org/advanced-administration/multisite/"><span style="font-weight: 400;">multisite fixes</span></a><span style="font-weight: 400;"> and a number of tweaks to improve overall user experience.<br />\n</span></p>\n<h2>UpdraftClone now supports PHP 8.4</h2>\n<p><a href="https://updraftplus.com/wp-content/uploads/2024/11/udp-blog-1.24.7.png"><img loading="lazy" decoding="async" class="alignnone wp-image-2280739" src="https://updraftplus.com/wp-content/uploads/2024/11/udp-blog-1.24.7.png" alt="" width="894" height="428" /></a></p>\n<p><span style="font-weight: 400;">Quickly spin up a clone of your WordPress website to run on PHP 8.4 and check for any compatibility issues, before updating on live. It takes just a few clicks. Spin it up directly from UpdraftPlus and shut the clone down when you’re done.</span></p>\n<h3><span style="font-weight: 400;">To test your WordPress site with PHP 8.4:</span></h3>\n<ol>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Buy UpdraftClone tokens from our website.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Visit the </span><b>UpdraftPlus</b><span style="font-weight: 400;"> >> </span><b>Migrate / Clone</b><span style="font-weight: 400;"> tab on your website.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Click the </span><b>Create a temporary clone on our servers (UpdraftClone</b><span style="font-weight: 400;">) button.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Login to your account.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Select </span><b>PHP</b> <b>version </b><span style="font-weight: 400;">8.4. </span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Choose the nearest </span><b>clone region</b><span style="font-weight: 400;"> to your location. </span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Click the </span><b>Create clone</b><span style="font-weight: 400;"> button.</span></li>\n</ol>\n<p><span style="font-weight: 400;"><br />\n</span><span style="font-weight: 400;">UpdraftClone is great for experimenting with upgrades, new themes, plugins and so on. </span><a href="https://updraftplus.com/shop/updraftclone-tokens"><span style="font-weight: 400;">Learn more </span><span style="font-weight: 400;">about UpdraftClone</span></a><span style="font-weight: 400;"> or </span><a href="https://updraftplus.com/ask-a-pre-sales-question/"><span style="font-weight: 400;">contact us</span></a><span style="font-weight: 400;"> if you have any questions.</span></p>\n<h2>Other improvements</h2>\n<ul>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Multisite to single site migrations now have improved reliability after an important fix which ensures UpdraftPlus remains active after the restoration has completed.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">This release also fixes an issue that caused the UpdraftPlus plugin page to become inaccessible. It generated a page access error if the WP_ALLOW_MULTISITE constant was not declared in the wp-config.php file. </span></li>\n</ul>\n<p><span style="font-weight: 400;">For a full list of changes, please review our changelog below.</span></p>\n<h2>Changelog:</h2>\n<p><span style="font-weight: 400;">* FIX: Implement code to enable automatic activation of the UpdraftPlus plugin during the migration process from a multisite setup to a standalone site.</span></p>\n<p><span style="font-weight: 400;">* FIX: In a multisite environment, ensure that users can access the UpdraftPlus plugin page even in the absence of the WP_ALLOW_MULTISITE constant.</span></p>\n<p><span style="font-weight: 400;">* TWEAK: Prevent a potential PHP deprecation notice when zip creation fails.</span></p>\n<p><span style="font-weight: 400;">* TWEAK: Add customised “unserialize” method into the UpdraftPlus class which can handle the use of the “options” argument or its absence when running across different PHP versions.</span></p>\n<p><span style="font-weight: 400;">* TWEAK: Add the UPDRAFTPLUS_SEND_UNWRITABLE_BACKUP_DIRECTORY_EMAIL constant to disable the sending of unwritable backup directory emails to users.</span></p>\n<p><span style="font-weight: 400;">* TWEAK: During the resumption of OneDrive’s chunk uploads, the authorisation header and bearer token should not be included as it may lead to an unauthenticated error due to a different upload URL.</span></p>\n<p><span style="font-weight: 400;">* TWEAK: Clearer notifications to users regarding unconfigured remote storage settings and/or the selection of remote storage that are not part of their UpdraftPlus version.</span></p>\n<p><span style="font-weight: 400;">* TWEAK: The update functionalities in the WordPress plugin information box (6.5 and later) have been adjusted to stop updates from taking place in the same window, ensuring that the “auto-backup before update” dialog appears as intended.</span></p>\n<p>The post <a href="https://updraftplus.com/updraftplus-release-v1-24-7-and-v2-24-7/">UpdraftPlus releases v1.24.7 and v2.24.7: UpdraftClone now supports PHP 8.4</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:98:"UpdraftPlus releases v1.24.5 and v2.24.5: Improved S3 compatibility and LearnDash LMS conflict fix";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://updraftplus.com/updraftplus-releases-v1-24-5-and-v2-24-5/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 30 Oct 2024 15:47:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"UpdraftPlus News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:20:"UpdraftPlus Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2277532";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:793:"<p>UpdraftPlus free version 1.24.5 The latest version of UpdraftPlus has arrived. For users of our free version, version 1.24.5 resolves an S3 storage provider compatibility issue by fixing a PHP warning that occurred when using UpdraftVault and DigitalOcean Spaces together. … <a href="https://updraftplus.com/updraftplus-releases-v1-24-5-and-v2-24-5/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/updraftplus-releases-v1-24-5-and-v2-24-5/">UpdraftPlus releases v1.24.5 and v2.24.5: Improved S3 compatibility and LearnDash LMS conflict fix</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Team Updraft";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2201:"<h2>UpdraftPlus free version 1.24.5</h2>\n<p><span style="font-weight: 400;">The latest version of UpdraftPlus has arrived. For users of our free version, version 1.24.5 resolves an S3 storage provider compatibility issue by fixing a PHP warning that occurred when using UpdraftVault and DigitalOcean Spaces together. </span></p>\n<h2>UpdraftPlus Premium version 2.24.5</h2>\n<p><span style="font-weight: 400;">For premium users on version 2.24.5, we’ve fixed a CSS conflict with the LearnDash LMS Instructor Role add-on. This issue caused the account connection status on the premium / extensions tab and the selection menu on the restoration wizard to be inadvertently hidden.</span></p>\n<p><span style="font-weight: 400;">For a full list of changes, please review our changelog below.</span></p>\n<h3><b>Changelog:</b><b><br />\n</b></h3>\n<p><span style="font-weight: 400;">* <strong>FIX:</strong> Incorrect regular expression for DigitalOcean Spaces endpoint.</span></p>\n<p><span style="font-weight: 400;">*<strong> FIX:</strong> CSS conflicts with the LearnDash LMS Instructor Role Add-on plugin which caused some UI elements to disappear.</span></p>\n<p><span style="font-weight: 400;">* <strong>TWEAK:</strong> Reorganise UpdraftPlus in left-hand menu and rename it to “UpdraftPlus”; <a href="https://updraftplus.com/new-location-of-updraftplus-in-the-wordpress-dashboard/">to disable it, follow this guide</a></span></p>\n<p><span style="font-weight: 400;">* <strong>TWEAK:</strong> Add span wrapper to UpdraftCentral connection failed message.</span></p>\n<p><span style="font-weight: 400;">*<strong> TWEAK:</strong> Add the “Go here to complete your settings” link into the appropriate admin notice that when clicked will jump to the UpdraftVault configuration if no settings are specified.</span></p>\n<p>The post <a href="https://updraftplus.com/updraftplus-releases-v1-24-5-and-v2-24-5/">UpdraftPlus releases v1.24.5 and v2.24.5: Improved S3 compatibility and LearnDash LMS conflict fix</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:57:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Plugin Comparison: UpdraftPlus vs BackUpWordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://updraftplus.com/updraftplus-vs-backupwordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Sep 2024 08:42:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:17:"Plugin comparison";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2244483";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:573:"<p>Compare UpdraftPlus vs BackUpWordPress. Learn the key differences, features, and which plugin offers better value and functionality <a href="https://updraftplus.com/updraftplus-vs-backupwordpress/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/updraftplus-vs-backupwordpress/">Plugin Comparison: UpdraftPlus vs BackUpWordPress</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Brenda Barron";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:34808:"<div class="et_pb_section et_pb_section_1 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_7">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_7 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_8 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p>There are many WordPress backup plugins out there, and figuring out which one is best is no easy task. BackUpWordPress is loved for its straightforward simplicity. But how does it compare to UpdraftPlus? And can it provide everything you need in a backup plugin?</p>\n<p>A simple comparison can clear things up and help you figure out which plugin suits you best. Our goal is to be objective and factual about the differences between these plugins.</p>\n<p>Let’s get into it.</p></div>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_8">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_9 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><table class="w-full table table-fixed text-md">\n<thead>\n<tr class="text-left">\n<th scope="col">Feature</th>\n<th scope="col">UpdraftPlus</th>\n<th scope="col">BackUpWordPress</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td scope="row">Manual and scheduled backups</td>\n<td>\nUpdraftPlus supports both manual and scheduled backups.</td>\n<td>\nBackUpWordPress also supports manual and scheduled backups.</td>\n</tr>\n<tr>\n<td scope="row">Backup to remote storage</td>\n<td>\nThe free version of UpdraftPlus gives you 10 remote storage options to choose from, plus the option to save backups to your server. The premium version offers 15+ remote storage options.</td>\n<td>\nDoes not support remote storage at all. All backups are saved on your server.</td>\n</tr>\n<tr>\n<td scope="row">Backup restore</td>\n<td>\nAllows you to restore backups at any time. It even supports restoring backups taken with other plugins.\n</td>\n<td>\nDoesn’t allow you to restore backups, only take them.\n</td>\n</tr>\n<tr>\n<td scope="row">Multisite support</td>\n<td>\nPremium UpdraftPlus supports multisite.\n</td>\n<td>\nSupports multisite for free.\n</td>\n</tr>\n<tr>\n<td scope="row">Incremental backups</td>\n<td>\nSupports incremental backups in the premium version.\n</td>\n<td>\nNo incremental backups feature.\n</td>\n</tr>\n<tr>\n<td scope="row">\nBackup non-WordPress files\n</td>\n<td>\nYou can backup non-WordPress files with UpdraftPlus premium.\n</td>\n<td>Backs up any files in your root directory, including non-WordPress files.</td>\n</tr>\n<tr>\n<td scope="row">Backup encryption</td>\n<td>\nUpdraftPlus premium allows users to Encrypt your database with UpdraftPlus Premium. <a href="https://updraftplus.com/updraftvault/">UpdraftVault</a> also supports encryption.</p>\n</td>\n<td>Does not support database or file encryption.</td>\n</tr>\n<tr>\n<td scope="row">Migration and cloning</td>\n<td>Can migrate with the free or premium versions of UpdraftPlus. Can also spin up temporary clone sites on UpdraftPlus servers with UpdraftClone. </td>\n<td>No migration or cloning features.</td>\n</tr>\n<tr>\n<td scope="row">Reporting</td>\n<td>The site administrator receives a basic report when a backup is taken. UpdraftPlus premium allows you to send this email to several people. It also includes advanced reporting with a lot more information.</td>\n<td>\nIncludes basic reporting features sent to a single email of your choice.\n</td>\n</tr>\n<tr>\n<td scope="row">Premium, priority support</td>\n<td>\nUpdraftPlus premium users receive priority ticket support. Free users can get support through the plugin page’s forum.</td>\n<td>\nThere is no way to get support except through the plugin forum, which appears to be abandoned.</td>\n</tr>\n</tbody>\n</table></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_10 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Going off the number of features alone, it’s clear that UpdraftPlus is more feature-rich. Sometimes a simple and straightforward plugin can be preferable. The issue is that BackUpWordPress is missing several key, necessary features.</p>\n<p>For one, BackUpWordPress doesn’t support remote storage. This used to be a paid feature, but it’s been discontinued entirely, so backups are only stored on your server. UpdraftPlus supports many remote storage options for free.</p>\n<p>There’s also no way to restore a backup through the plugin, unlike UpdraftPlus with its one-click restoration. Advanced features, like incremental backups, are also missing.</p>\n<p>BackUpWordPress does some things that the free version of UpdraftPlus doesn’t. Namely, multisite support and backing up non-WordPress files. But the lack of support for basic features like remote storage is a major trade-off.</p>\n<p>BackUpWordPress does a good job if you want a simple backup plugin, but it’s missing a lot of necessary features. And UpdraftPlus does a lot more for free.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_11 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>UpdraftPlus vs BackUpWordPress: Areas of difference</h2></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_12 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p>UpdraftPlus and BackUpWordPress are very different plugins. While UpdraftPlus has all the bells and whistles, BackUpWordPress is relatively simple. Let’s take a closer look at how these two plugins look and feel, and the major differences between them.</p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_13 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Backup options</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_14 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">When you install a backup plugin, the most important feature is how it backs up your content.</p>\n<p>Does it let you schedule backups? Save them to remote storage? Is taking a backup straightforward and easy, or is it buried in several layers of menus? What about extra features like<a href="https://updraftplus.com/tell-me-more-about-incremental-backups/"> incremental backups</a>?</p>\n<p>Let’s compare the backup features UpdraftPlus vs. BackUpWordPress offers.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_15 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>UpdraftPlus</h4>\n<p>Once you install UpdraftPlus, you can find it out of the way in <strong>Settings > UpdraftPlus Backups</strong>. All plugin features are conveniently located on this page.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_6">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1032" height="391" src="https://updraftplus.com/wp-content/uploads/2024/09/updraft-plus-backup-restore-66e800503f2fa.webp" alt="updraft-plus-backup-restore" title="updraft-plus-backup-restore" srcset="https://updraftplus.com/wp-content/uploads/2024/09/updraft-plus-backup-restore-66e800503f2fa.webp 1032w, https://updraftplus.com/wp-content/uploads/2024/09/updraft-plus-backup-restore-66e800503f2fa-980x371.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/updraft-plus-backup-restore-66e800503f2fa-480x182.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1032px, 100vw" class="wp-image-2244493" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_16 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Taking a manual backup is as simple as clicking <strong>Backup Now</strong>. A menu will pop up where you can configure what files to include and where the backup gets sent. With the premium version, you can pick exactly what database tables and files you include.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_7">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="628" height="486" src="https://updraftplus.com/wp-content/uploads/2024/09/take-a-new-backup-dialogue-66e8005034376.webp" alt="take-a-new-backup-dialogue" title="take-a-new-backup-dialogue" srcset="https://updraftplus.com/wp-content/uploads/2024/09/take-a-new-backup-dialogue-66e8005034376.webp 628w, https://updraftplus.com/wp-content/uploads/2024/09/take-a-new-backup-dialogue-66e8005034376-480x371.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 628px, 100vw" class="wp-image-2244494" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_17 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Premium UpdraftPlus users can also take a manual incremental backup. Click<strong> Add changed files</strong> below the <strong>Backup Now</strong> button.</p>\n<p>As for setting up scheduled backups, you can find these in the <strong>Settings</strong> tab at the top of the page. Just set the <strong>Files backup schedule</strong> and <strong>Database backup schedule</strong>. Then select how often you want new backups to run.</p>\n<p>UpdraftPlus premium gives you fine control over exactly what time backups are taken. You can also set up advanced retention rules. The free version lets you pick from preset times, like every 12 hours or every month.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_8">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="995" height="256" src="https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-66e8004f41941.webp" alt="files-backup-schedule" title="files-backup-schedule" srcset="https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-66e8004f41941.webp 995w, https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-66e8004f41941-980x252.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-66e8004f41941-480x123.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 995px, 100vw" class="wp-image-2244495" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_18 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Finally, you can choose where to send backups. There are 10 cloud storage options in the free version and 17 in the premium version of UpdraftPlus. Premium users can send backups to several storage sites, while free users can pick one.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_9">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="928" height="417" src="https://updraftplus.com/wp-content/uploads/2024/09/choose-your-remote-storage-66e8004f37dfb.webp" alt="choose-your-remote-storage" title="choose-your-remote-storage" srcset="https://updraftplus.com/wp-content/uploads/2024/09/choose-your-remote-storage-66e8004f37dfb.webp 928w, https://updraftplus.com/wp-content/uploads/2024/09/choose-your-remote-storage-66e8004f37dfb-480x216.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 928px, 100vw" class="wp-image-2244496" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_19 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Taking backups with UpdraftPlus is easy, but there are plenty of advanced features. Migration, cloning, WP-CLI support, encryption, and advanced reporting are all premium features that UpdraftPlus users can take advantage of.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_20 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>BackUpWordPress</h4>\n<p>Taking a backup with BackUpWordPress works a little differently. Like UpdraftPlus, BackUpWordPress keeps itself out of the way in Tools > Backups. For multisite, it’s in the Network Settings menu.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_10">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1030" height="359" src="https://updraftplus.com/wp-content/uploads/2024/09/backupwordpress-wordpress-completed-66e8004e5af3e.webp" alt="backupwordpress-wordpress-completed" title="backupwordpress-wordpress-completed" srcset="https://updraftplus.com/wp-content/uploads/2024/09/backupwordpress-wordpress-completed-66e8004e5af3e.webp 1030w, https://updraftplus.com/wp-content/uploads/2024/09/backupwordpress-wordpress-completed-66e8004e5af3e-980x342.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/backupwordpress-wordpress-completed-66e8004e5af3e-480x167.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1030px, 100vw" class="wp-image-2244497" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_21 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Things are pretty simple here. You can click the <strong>Help</strong> menu in the top right for some FAQs, but otherwise, there are no plugin settings to tweak. All you can do is set up a backup.</p>\n<p>BackUpWordPress actually comes with some backup schedules in place. You can tweak these by clicking <strong>Settings</strong>, click <strong>Run now</strong> to run the backup outside of its schedule, or press <strong>Delete</strong> to get rid of the premade schedules.</p>\n<p>To create your own backup schedules, click the <strong>+ add schedule</strong> button. Pick whether to backup files, database, or both, configure the exact start time, the number of backups to keep, and where to send an email notification.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_11">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1024" height="764" src="https://updraftplus.com/wp-content/uploads/2024/09/database-settings-66e8004e55f16.webp" alt="database-settings" title="database-settings" srcset="https://updraftplus.com/wp-content/uploads/2024/09/database-settings-66e8004e55f16.webp 1024w, https://updraftplus.com/wp-content/uploads/2024/09/database-settings-66e8004e55f16-980x731.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/database-settings-66e8004e55f16-480x358.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" class="wp-image-2244498" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_22 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">It’s a little confusing – if you want to set up a manual backup, you have to set the <strong>Schedule</strong> to <strong>Manual Only</strong>. Then you can click <strong>Run now</strong> whenever you want to take a backup.</p>\n<p>Once you’ve created a file or complete backup, you’ll have access to another setting: <strong>Excludes</strong>. This lets you exclude directories and files from the backup.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_12">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1023" height="207" src="https://updraftplus.com/wp-content/uploads/2024/09/complete-backup-manually-66e8004d51c95.webp" alt="complete-backup-manually" title="complete-backup-manually" srcset="https://updraftplus.com/wp-content/uploads/2024/09/complete-backup-manually-66e8004d51c95.webp 1023w, https://updraftplus.com/wp-content/uploads/2024/09/complete-backup-manually-66e8004d51c95-980x198.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/complete-backup-manually-66e8004d51c95-480x97.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1023px, 100vw" class="wp-image-2244499" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_23 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">And that’s all there is to it. BackUpWordPress actually does have some features that UpdraftPlus doesn’t offer for free. This includes setting the exact time backups start and backing up non-WordPress files and databases. You can also send backup reports to someone other than the administrator.</p>\n<p>But some major features are missing, most notably the ability to send backups to remote storage. While this used to be offered as a paid add-on, it’s now no longer an option at all.</p>\n<p>Keeping a backup only on your server is a lot like not having a backup at all. If something happens (your site gets hacked, server file corruption, bugs resulting in file deletion, etc.) then your backup will be gone along with your site.</p>\n<p>While you can download backups manually, it’s not a good idea to rely on your memory. BackUpWordPress itself even <a href="https://wordpress.org/plugins/backupwordpress/">recommends using UpdraftPlus</a> for remote storage backups.</p>\n<p>Some useful features like incremental backups and advanced retention rules are also missing. Overall, everything you’ve seen so far is basically it – unlike UpdraftPlus, there aren’t any advanced features.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_24 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Backup restore</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_25 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">A great backup plugin will always include the ability to restore the backups it takes from within the dashboard.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_26 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>UpdraftPlus</h4>\n<p>Restoring a backup with UpdraftPlus is just as easy as taking one, and can be done in the same central dashboard at Settings > UpdraftPlus Backups.</p>\n<p>Once there, scroll down to the Existing backups section. If you’ve already taken a backup, either manually or scheduled, you’ll find the list here. Click Restore and you’re good to go.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_13">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1029" height="529" src="https://updraftplus.com/wp-content/uploads/2024/09/backup-log-66e8004d34a49.webp" alt="backup-log" title="backup-log" srcset="https://updraftplus.com/wp-content/uploads/2024/09/backup-log-66e8004d34a49.webp 1029w, https://updraftplus.com/wp-content/uploads/2024/09/backup-log-66e8004d34a49-980x504.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/backup-log-66e8004d34a49-480x247.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1029px, 100vw" class="wp-image-2244500" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_27 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">You can also download the backup files from the remote storage you sent them to, then <strong>Upload backup files</strong>, and drop the zip file in. This also works with backup files taken from other plugins.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_14">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1013" height="383" src="https://updraftplus.com/wp-content/uploads/2024/09/drop-backlup-files-66e8004c5ac91.webp" alt="drop-backlup-files" title="drop-backlup-files" srcset="https://updraftplus.com/wp-content/uploads/2024/09/drop-backlup-files-66e8004c5ac91.webp 1013w, https://updraftplus.com/wp-content/uploads/2024/09/drop-backlup-files-66e8004c5ac91-980x371.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/drop-backlup-files-66e8004c5ac91-480x181.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1013px, 100vw" class="wp-image-2244501" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_28 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">You can restore the entire backup all at once or only the database, plugins, themes or uploads. </div>\n </div><div class="et_pb_module et_pb_text et_pb_text_29 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>BackUpWordPress</h4>\n<p>Unfortunately, BackUpWordPress lacks any sort of way to restore the backups taken with it.</p>\n<p>While you can restore backups manually, this can be difficult for WordPress beginners and you may not have access to tools like FTP, cPanel or phpMyAdmin. It’s a big blow to the plugin’s ease of use, since it’s much more convenient to just upload a backup file and click ‘Restore’.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_30 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Multisite support and management</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_31 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Finding a backup plugin that works well with multisite installations, or one that can handle several websites spread across different servers, isn’t easy. How well do UpdraftPlus and BackUpWordPress work with multiple websites?</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_32 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>UpdraftPlus</h4>\n<p>The free version of UpdraftPlus doesn’t support multisite. For that you’ll need UpdraftPlus Premium.</p>\n<p>Once installed on a multisite setup, UpdraftPlus will move to the Network dashboard and only the super admin will be able to access this.</p>\n<p>You can then backup and restore sub-sites instead of the entire WordPress multisite network.</p>\n<p>You can migrate a single site into a WordPress multisite network and you can migrate a subsite into another multisite network. However these are considered <a href="https://updraftplus.com/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/">permanent beta features</a>.</p>\n<p>UpdraftPlus can’t guarantee results because of the nature and complexity of how multisites are configured.</p>\n<p>You can’t currently clone a sub-site within the same multisite network or export a sub-site to a standalone WordPress site with Updraft.</p>\n<p>As for keeping track of backups across multiple sites on different servers – useful for agencies who have several clients, or people who run several websites at once – this can be done with <a href="https://updraftplus.com/updraftcentral/">UpdraftCentral</a>.</p>\n<p>UpdraftCentral is free for up to five websites, and allows you to manage updates, backups, and other administrative tasks from a single dashboard. For large agencies or networks, there’s a plan that lets you manage unlimited sites.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_33 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>BackUpWordPress</h4>\n<p>BackUpWordPress works with multisite for free out of the box, which makes it pretty unique among backup plugins. Most, including UpdraftPlus, require you to upgrade to the pro version or buy an add-on.</p>\n<p>The downside here is that the lack of scheduled backups is only amplified by having to manage backups from several sites at once. Having to manually download backups from individual sites isn’t ideal.</p>\n<p>BackUpWordPress also lacks any sort of centralised management dashboard, unlike UpdraftPlus.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_34 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Plugin documentation, support, and maintenance</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_35 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Finally, an aspect you definitely should not overlook: plugin support and maintenance. Many users rely on support from the plugin developers when something goes wrong. Others use detailed documentation to help them fix the issue themselves.</p>\n<p>And it goes without saying that an actively maintained plugin is ideal.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_36 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>UpdraftPlus</h4>\n<p>UpdraftPlus is actively maintained and updated, and has been for many years. New updates are released several times per year, both to add new features, streamline existing ones, and patch security issues.</p>\n<p>As for support, premium UpdraftPlus users can send in a ticket and get a response within 24 hours. Free users must use the WordPress plugin support forum, which is actively maintained so that everyone gets help.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_15">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="429" height="201" src="https://updraftplus.com/wp-content/uploads/2024/09/no-of-issues-resolved-66e8004b86976.webp" alt="no-of-issues-resolved" title="no-of-issues-resolved" srcset="https://updraftplus.com/wp-content/uploads/2024/09/no-of-issues-resolved-66e8004b86976.webp 429w, https://updraftplus.com/wp-content/uploads/2024/09/no-of-issues-resolved-66e8004b86976-300x141.webp 300w" sizes="(max-width: 429px) 100vw, 429px" class="wp-image-2244502" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_37 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>BackUpWordPress</h4>\n<p>BackUpWordPress is certainly not an abandoned plugin. However, development seems to have ceased and no new features are being added. New updates are only released to update to the latest version of WordPress and PHP, or to fix security issues. Whether that will change in the future is unclear.</p>\n<p>While that means it’s safe to use BackUpWordPress long-term, the lack of new features in a plugin already lacking some major ones is a let-down.</p>\n<p>There’s also no documentation, though it’s a very simple plugin, so you may not need it.</p>\n<p>Unfortunately, it seems like the support forums are not maintained at all anymore. Most topics don’t have any developer replies. If you run into a problem, you’re on your own.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_16">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1141" height="792" src="https://updraftplus.com/wp-content/uploads/2024/09/backup-wordpress-support-66e8004c18ae1.webp" alt="backup-wordpress-support" title="backup-wordpress-support" srcset="https://updraftplus.com/wp-content/uploads/2024/09/backup-wordpress-support-66e8004c18ae1.webp 1141w, https://updraftplus.com/wp-content/uploads/2024/09/backup-wordpress-support-66e8004c18ae1-980x680.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/backup-wordpress-support-66e8004c18ae1-480x333.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1141px, 100vw" class="wp-image-2244492" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_38 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Pricing and plans</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_39 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Now here’s the big question: How much does each plugin cost? And if one costs more, is it the better choice? You need to budget appropriately, so here’s what you need to know.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_40 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>UpdraftPlus</h4>\n<p>With the free version of UpdraftPlus, you get everything you’ll need to take a backup: manual and scheduled backups, backup restore, remote storage, file exclusion, and more. Basic, necessary features aren’t locked behind paywalls.</p>\n<p>If you need advanced features like incremental backups, fine control over scheduling, direct site-to-site migration and cloning, or extra remote storage options, you can <a href="https://updraftplus.com/shop/">upgrade to UpdraftPlus Premium.</a></p>\n<p>This costs $70-$400/year depending on your plan.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_41 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4>BackUpWordPress</h4>\n<p>BackUpWordPress was once like UpdraftPlus, a freemium plugin with paid add-ons, including the ability to backup to remote storage. But those add-ons are no longer sold or supported, and only the free plugin is left.</p>\n<p>This means that BackUpWordPress is entirely free. But there are no advanced features, including necessary ones like cloud storage support and restoring backups, and no way to buy them.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_42 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>Conclusion and recommendations</h2></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_43 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">BackUpWordPress is a decent choice if you just want a plugin that’s simple, free, and gets to the point. The big downside is that it lacks a lot of necessary features like the ability to restore backups or send them to remote storage. It’s also no longer under active development, and plugin support is minimal to nonexistent.</p>\n<p>UpdraftPlus is opposite in every way: it’s packed full of features that BackUpWordPress is missing. It’s actively developed and supported, including for free users. And while UpdraftPlus Premium includes advanced features like incremental backups, the free version has everything you’ll need to take, schedule, and restore backups.</p>\n<p>In short, BackUpWordPress is good at what it does, but it’s missing a lot. <a href="https://wordpress.org/plugins/updraftplus/">UpdraftPlus</a> is the superior option if you’re looking for an all-in-one backup solution, and <a href="https://updraftplus.com/shop/updraftplus-premium/">UpdraftPlus Premium</a> has even more to offer.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_44 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>FAQs</h2></div>\n </div><div class="et_pb_module et_pb_accordion et_pb_accordion_0">\n \n \n \n \n <div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0 et_pb_toggle_open">\n \n \n \n \n <h5 class="et_pb_toggle_title">What is the main difference between UpdraftPlus and BackUpWordPress?</h5>\n <div class="et_pb_toggle_content clearfix"><p>UpdraftPlus offers a much more comprehensive set of features compared to BackUpWordPress. While both provide basic backup functionality, UpdraftPlus also supports backup restore, cloud storage, incremental backups, and a lot more.</p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Is UpdraftPlus or BackUpWordPress easier to use?</h5>\n <div class="et_pb_toggle_content clearfix"><p>Both plugins are pretty easy to use, and BackUpWordPress is fairly simple and straightforward. However, some of its UI can be confusing, while UpdraftPlus is designed with user-friendliness in mind.</p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Can UpdraftPlus back up my WordPress site to cloud storage?</h5>\n <div class="et_pb_toggle_content clearfix"><p>Yes, UpdraftPlus supports multiple cloud storage options, including Google Drive, Dropbox, Amazon S3, and more. BackUpWordPress does not offer built-in support for cloud storage at all.</p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_3 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Is there a free version of UpdraftPlus?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">Yes, UpdraftPlus offers a free version with essential backup and restore features. While BackUpWordPress is entirely free, it lacks many of the advanced features found in UpdraftPlus.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_4 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Does BackUpWordPress offer support?</h5>\n <div class="et_pb_toggle_content clearfix"><p>While BackUpWordPress does offer basic forum support, these forums are not maintained. UpdraftPlus offers fast and active support for free and premium users, plus extensive documentation and tutorials.</p></div>\n </div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div>\n<p>The post <a href="https://updraftplus.com/updraftplus-vs-backupwordpress/">Plugin Comparison: UpdraftPlus vs BackUpWordPress</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"Tutorial: How to back up your WordPress site with UpdraftPlus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://updraftplus.com/how-to-backup-with-updraftplus/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Sep 2024 08:20:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:18:"Training materials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Backup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2244519";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:596:"<p>Discover how to back up your WordPress site with UpdraftPlus. Our guide covers both free and premium versions for secure, hassle-free backups. <a href="https://updraftplus.com/how-to-backup-with-updraftplus/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/how-to-backup-with-updraftplus/">Tutorial: How to back up your WordPress site with UpdraftPlus</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Brenda Barron";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:40905:"<div class="et_pb_section et_pb_section_2 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_9">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_45 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Regular backups are essential for every WordPress site, and UpdraftPlus offers an easy and efficient way to manage them. This guide will take you through the backup process step by step, whether you’re using the free or Premium version of UpdraftPlus.</p>\n<p>While both versions follow the same core backup process, UpdraftPlus Premium offers extra features like scheduling incremental backups to save storage space and backing up before updates for extra protection.</p>\n<p>Curious about what else UpdraftPlus Premium offers? Check out our detailed free vs premium UpdraftPlus comparison.</p>\n<p>Now, let’s dive into the backup process.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_46 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>How to back up with UpdraftPlus free</h2></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_47 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">First, let’s go over how to back up with the <a href="https://wordpress.org/plugins/updraftplus/">free version of UpdraftPlus</a>, which you can download from the WordPress plugin directory.</p>\n<p>While it may not have the advanced features of the premium version, it’s still a very convenient and efficient way to start backing up your website. Everything you need to schedule backups and send them to cloud storage is here.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_48 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 1: Turn on reporting</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_49 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Before doing anything else, it’s a good idea to enable reporting. This will let you know whether your backups were successful.</p>\n<p>To get started, navigate to <strong>Settings</strong> in your WordPress dashboard and select <strong>UpdraftPlus Backups</strong>. Then, go to the <strong>Settings</strong> tab within the plugin.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_17">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="658" height="58" src="https://updraftplus.com/wp-content/uploads/2024/09/settings-66e810b59ca70.webp" alt="settings" title="settings" srcset="https://updraftplus.com/wp-content/uploads/2024/09/settings-66e810b59ca70.webp 658w, https://updraftplus.com/wp-content/uploads/2024/09/settings-66e810b59ca70-480x42.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 658px, 100vw" class="wp-image-2244532" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_50 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Scroll down to the <strong>Email</strong> section and check the box to enable email reporting. Click <strong>Save Changes</strong> at the bottom. Reports will now be sent to your admin email.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_18">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="910" height="99" src="https://updraftplus.com/wp-content/uploads/2024/09/email-reporting-66e810b537359.webp" alt="email-reporting" title="email-reporting" srcset="https://updraftplus.com/wp-content/uploads/2024/09/email-reporting-66e810b537359.webp 910w, https://updraftplus.com/wp-content/uploads/2024/09/email-reporting-66e810b537359-480x52.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 910px, 100vw" class="wp-image-2244533" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_51 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Upgrade to Premium to send reports to multiple email addresses and receive detailed information, including backup contents, backup size, warnings, and cryptographic checksums to verify the integrity of your backups.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_52 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 2: Choose a backup location</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_53 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">UpdraftPlus supports numerous cloud backup locations so you can store your backups in a safe, off-site location. It’s a good idea to do this. If something happens to your server or hosting provider, your backup is gone too.</p>\n<p>If you still want to save backups to your server, you can still do that with UpdraftPlus. To save to a cloud backup location, go to the <strong>Settings</strong> tab.</p>\n<p>Look for <strong>Choose your remote storage</strong> and tap the icon for the remote storage you want to use. Follow the relevant instructions to connect UpdraftPlus. For instance, if you’re using Dropbox, you’ll need to authenticate your Dropbox account, for FTP, enter your FTP credentials, and so forth. When you’re done, click <strong>Save Changes</strong> at the bottom.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_19">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="928" height="417" src="https://updraftplus.com/wp-content/uploads/2024/09/choose-your-remote-storage-66e8004f37dfb.webp" alt="choose-your-remote-storage" title="choose-your-remote-storage" srcset="https://updraftplus.com/wp-content/uploads/2024/09/choose-your-remote-storage-66e8004f37dfb.webp 928w, https://updraftplus.com/wp-content/uploads/2024/09/choose-your-remote-storage-66e8004f37dfb-480x216.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 928px, 100vw" class="wp-image-2244496" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_54 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">UpdraftPlus supports the following backup locations in the free version:</p>\n<ul>\n<li>UpdraftVault.</li>\n<li>Dropbox.</li>\n<li>Amazon S3.</li>\n<li>Rackspace Cloud Files.</li>\n<li>Google Drive.</li>\n<li>FTP.</li>\n<li>OpenStack (Swift).</li>\n<li>DreamObjects.</li>\n<li>S3-Compatible (DigitalOcean</li>\n<li>Spaces, Linode Object Storage, etc.).</li>\n<li>Email.</li>\n</ul></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_55 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Upgrading to Premium gives you access to these extra storage locations, plus the ability to back up to more than one location:</p>\n<ul>\n<li>UpdraftVault (1GB of integrated storage is included).</li>\n<li>Microsoft OneDrive.</li>\n<li>Microsoft Azure.</li>\n<li>SFTP/SCP.</li>\n<li>Google Cloud.</li>\n<li>Backblaze.</li>\n<li>WebDAV.</li>\n<li>pCloud.</li>\n</ul></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_56 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 3: Schedule your backups</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_57 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">UpdraftPlus lets you schedule backups at regular intervals, so you don’t have to remember to run them manually. It’s a convenient ‘set it and forget it’ solution that ensures your site is always backed up.</p>\n<p>From the same <strong>Settings</strong> tab as before, look for <strong>Files backup schedule</strong> and <strong>Database backup schedule</strong>. You can back up the files and database at separate times, which is useful if you don’t want to use too many server resources all at once.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_20">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="748" height="122" src="https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-every-2-hrs-66e810b4e732f.webp" alt="files-backup-schedule-every-2-hrs" title="files-backup-schedule-every-2-hrs" srcset="https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-every-2-hrs-66e810b4e732f.webp 748w, https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-every-2-hrs-66e810b4e732f-480x78.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 748px, 100vw" class="wp-image-2244534" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_58 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">In the free version, you can pick from the following scheduling options:</p>\n<ul>\n<li>Manual backups only.</li>\n<li>Every 2 hours.</li>\n<li>Every 4 hours.</li>\n<li>Every 8 hours.</li>\n<li>Every 12 hours.</li>\n<li>Daily.</li>\n<li>Weekly.</li>\n<li>Fortnightly.</li>\n<li>Monthly.</li>\n</ul></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_59 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">If you need to schedule backups at specific times—like overnight when server resources are more available—or to stagger multiple website backups and reduce server load, consider upgrading to UpdraftPlus Premium.</p>\n<p>You can choose how many backups you retain with the free version. UpdraftPlus will delete excess backups so they don’t clutter your server or eat up your cloud storage.</p>\n<p>You can also choose which files are included or excluded from backups. Scroll down to the<strong> Include in files backup</strong> section and untick anything you don’t want to include.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_21">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="914" height="666" src="https://updraftplus.com/wp-content/uploads/2024/09/what-to-include-in-files-backup-66e810b46362d.webp" alt="what-to-include-in-files-backup" title="what-to-include-in-files-backup" srcset="https://updraftplus.com/wp-content/uploads/2024/09/what-to-include-in-files-backup-66e810b46362d.webp 914w, https://updraftplus.com/wp-content/uploads/2024/09/what-to-include-in-files-backup-66e810b46362d-480x350.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 914px, 100vw" class="wp-image-2244535" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_60 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Hit <strong>Save Changes</strong>. Now you don’t need to do anything – UpdraftPlus will run on its own in the background.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_61 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 4: Take a manual backup</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_62 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Even if you’ve scheduled backups, you might still want to take a manual backup. For example, you might want to back up manually before <a href="https://updraftplus.com/migrator/">migrating to a dev site</a> or installing major updates (note: UpdraftPlus Premium <a href="https://updraftplus.com/automatic-backups-before-wordpress-updates/">automatically backs up before updates</a>).</p>\n<p>To manually back up with UpdraftPlus, click the Backup / Restore tab. You’ll see a blue button that says Backup Now; click it.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_22">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="989" height="165" src="https://updraftplus.com/wp-content/uploads/2024/09/backup-now-manually-66e810b4473cf.webp" alt="backup-now-manually" title="backup-now-manually" srcset="https://updraftplus.com/wp-content/uploads/2024/09/backup-now-manually-66e810b4473cf.webp 989w, https://updraftplus.com/wp-content/uploads/2024/09/backup-now-manually-66e810b4473cf-980x163.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/backup-now-manually-66e810b4473cf-480x80.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 989px, 100vw" class="wp-image-2244536" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_63 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">A pop-up will appear. You can choose whether to include your files or database, and which file directories to include. If you want, you can enable or disable sending it to remote storage, or just store the backup on your server. Finally, you can ensure the backup isn’t deleted even once you hit the retention limits you set in the last step.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_23">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="633" height="486" src="https://updraftplus.com/wp-content/uploads/2024/09/take-a-new-backup-dialogue-check-all-66e810b3882c9.webp" alt="take-a-new-backup-dialogue-check-all" title="take-a-new-backup-dialogue-check-all" srcset="https://updraftplus.com/wp-content/uploads/2024/09/take-a-new-backup-dialogue-check-all-66e810b3882c9.webp 633w, https://updraftplus.com/wp-content/uploads/2024/09/take-a-new-backup-dialogue-check-all-66e810b3882c9-480x369.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 633px, 100vw" class="wp-image-2244537" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_64 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">When you’re finished, click <strong>Backup Now</strong> and wait for the backup process to complete.</p>\n<p>If you want to take incremental backups, you’ll need to upgrade to the premium version.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_65 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 5: Restore a backup</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_66 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">If you ever need to <a href="https://updraftplus.com/faqs/restore-site-updraftplus/">restore a backup</a>, this can be done quickly from the same Backup / Restore tab as before. Scroll down to the <strong>Existing backups</strong> section. The backups you’ve taken, whether automatically or manually, will appear here. Just click <strong>Restore</strong> next to any one of them to revert back.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_24">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1023" height="355" src="https://updraftplus.com/wp-content/uploads/2024/09/existing-backup-log-66e810b37f5c4.webp" alt="existing-backup-log" title="existing-backup-log" srcset="https://updraftplus.com/wp-content/uploads/2024/09/existing-backup-log-66e810b37f5c4.webp 1023w, https://updraftplus.com/wp-content/uploads/2024/09/existing-backup-log-66e810b37f5c4-980x340.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/existing-backup-log-66e810b37f5c4-480x167.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1023px, 100vw" class="wp-image-2244538" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_67 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">If you instead have a backup stored on your computer, just click <strong>Upload backup files</strong> and drop the zip file in to restore that way.</p>\n<p>Once you click <strong>Restore</strong>, the restoration wizard will open. You can choose exactly which parts of your website to roll back.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_25">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="887" height="371" src="https://updraftplus.com/wp-content/uploads/2024/09/updraft-restoration-settings-66e810b2a9cb5.webp" alt="updraft-restoration-settings" title="updraft-restoration-settings" srcset="https://updraftplus.com/wp-content/uploads/2024/09/updraft-restoration-settings-66e810b2a9cb5.webp 887w, https://updraftplus.com/wp-content/uploads/2024/09/updraft-restoration-settings-66e810b2a9cb5-480x201.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 887px, 100vw" class="wp-image-2244539" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_68 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">With all that, you now know how to take a backup and restore it within the free version of UpdraftPlus.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_69 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2 class="relative group" id="how-to-back-up-with-updraftplus-premium">How to back up with UpdraftPlus Premium</h2>\n<p>Backing up with UpdraftPlus Premium is very similar to the free version, but there are a bunch of extra features you can take advantage of. If you don’t have it yet, you can <a href="https://updraftplus.com/shop/updraftplus-premium/">purchase UpdraftPlus premium here</a>.</p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_70 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 1: Turn on reporting</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_71 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Just like in the free version, the first step in setting up your backups with UpdraftPlus is to enable reporting.</p>\n<p>There’s a lot more information in the report compared to the free version. It will tell you exactly what was included in the backup, the backup size and where it was sent to. Reports even include cryptographic checksums so you can verify the integrity of backups.</p>\n<p>Open UpdraftPlus, then click the <strong>Settings</strong> tab at the top.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_26">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="658" height="58" src="https://updraftplus.com/wp-content/uploads/2024/09/settings-66e810b59ca70.webp" alt="settings" title="settings" srcset="https://updraftplus.com/wp-content/uploads/2024/09/settings-66e810b59ca70.webp 658w, https://updraftplus.com/wp-content/uploads/2024/09/settings-66e810b59ca70-480x42.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 658px, 100vw" class="wp-image-2244532" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_72 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Scroll down to the <strong>Send reports</strong> section. Here you can send the backup reports to as many email addresses as you like. You can also configure reports so they only send if there are errors. Or, you could attach the backup itself to the report.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_27">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="965" height="517" src="https://updraftplus.com/wp-content/uploads/2024/09/send-reports-dialogue-66e810b288097.webp" alt="send-reports-dialogue" title="send-reports-dialogue" srcset="https://updraftplus.com/wp-content/uploads/2024/09/send-reports-dialogue-66e810b288097.webp 965w, https://updraftplus.com/wp-content/uploads/2024/09/send-reports-dialogue-66e810b288097-480x257.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 965px, 100vw" class="wp-image-2244541" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_73 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Click <strong>Save Changes</strong> once you’ve entered the email addresses you’d like to send backup reports and/or backups to.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_74 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 2: Choose backup locations</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_75 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Now you need to set your remote storage locations. In the premium version of UpdraftPlus, you can set multiple storage locations, not just one. That way, if you lose access to the backup, if something goes wrong with the cloud provider, or if the backup is deleted through human error, you’ll have another one ready to replace it.</p>\n<p>In this same <strong>Settings</strong> tab, look for the <strong>Choose your remote storage</strong> option. You’ll see a list of the following options to choose from:</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_76 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><ul>\n<li>UpdraftVault (1GB of free Vault storage included with Premium).</li>\n<li>Dropbox.</li>\n<li>Amazon S3.</li>\n<li>Rackspace Cloud Files.</li>\n<li>Google Drive.</li>\n<li>FTP.</li>\n<li>OpenStack (Swift).</li>\n<li>DreamObjects.</li>\n<li>S3-Compatible (DigitalOcean Spaces, Linode Object Storage, etc.).</li>\n<li>Email.</li>\n<li>Microsoft OneDrive.</li>\n<li>Microsoft Azure.</li>\n<li>SFTP/SCP.</li>\n<li>Google Cloud.</li>\n<li>Backblaze.</li>\n<li>WebDAV.</li>\n<li>pCloud.</li>\n</ul>\n<p>Click on any number of storage options. Several tabs will appear below the remote storage menu, and you can click between them to authenticate each remote storage option.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_28">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1029" height="595" src="https://updraftplus.com/wp-content/uploads/2024/09/remote-storage-options-66e810b1d642f.webp" alt="remote-storage-options" title="remote-storage-options" srcset="https://updraftplus.com/wp-content/uploads/2024/09/remote-storage-options-66e810b1d642f.webp 1029w, https://updraftplus.com/wp-content/uploads/2024/09/remote-storage-options-66e810b1d642f-980x567.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/remote-storage-options-66e810b1d642f-480x278.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1029px, 100vw" class="wp-image-2244540" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_77 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">When you’ve selected and authenticated all your options, click <strong>Save Changes</strong>.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_78 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 3: Schedule your backups</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_79 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">You can schedule backups from the same <strong>Settings</strong> page. Just look for the sections that read <strong>Files backup schedule</strong> and <strong>Database backup schedule</strong>. File and database settings can be modified individually, ensuring a schedule that makes sense for you.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_29">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="995" height="256" src="https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-66e8004f41941-1.webp" alt="files-backup-schedule" title="files-backup-schedule" srcset="https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-66e8004f41941-1.webp 995w, https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-66e8004f41941-1-980x252.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/files-backup-schedule-66e8004f41941-1-480x123.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 995px, 100vw" class="wp-image-2244554" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_80 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">There’s plenty to customise here on this settings page. You can choose a time from when backups will run and then pick a frequency e.g. from midnight and then:</p>\n<ul>\n<li>Every 2 hours.</li>\n<li>Every 4 hours.</li>\n<li>Every 8 hours.</li>\n<li>Every 12 hours.</li>\n<li>Daily.</li>\n<li>Weekly.</li>\n<li>Fortnightly.</li>\n<li>Monthly.</li>\n</ul></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_81 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Setting exact timing for backups is useful particularly on multisite installations – you can choose separate backup times and significantly spread out the server load.</p>\n<p>You can also tell UpdraftPlus to automatically delete backups once they reach a certain age, to save you from having to manually delete them.</p>\n<p>Finally, you can also schedule incremental backups. Full backups can take up a lot of space. Incremental backups only back up files that have changed or been uploaded.</p>\n<p>Make sure to click <strong>Save Changes</strong> when you’re done.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_82 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 4: Include or exclude files</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_83 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">You may need to specifically exclude certain files or directories. You can find this in the <strong>Settings</strong> tab, scrolling down to the<strong> Include in files backup</strong> section.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_30">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="936" height="761" src="https://updraftplus.com/wp-content/uploads/2024/09/what-to-include-in-files-backup2-66e810b19be13.webp" alt="what-to-include-in-files-backup2" title="what-to-include-in-files-backup2" srcset="https://updraftplus.com/wp-content/uploads/2024/09/what-to-include-in-files-backup2-66e810b19be13.webp 936w, https://updraftplus.com/wp-content/uploads/2024/09/what-to-include-in-files-backup2-66e810b19be13-480x390.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 936px, 100vw" class="wp-image-2244542" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_84 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">While this is available in the free version of UpdraftPlus, a major difference is that you can back up WordPress core files, and also back up any other files also located on your server, not just those within your WordPress install.</p>\n<p>Click <strong>Save Changes</strong> when you’ve finished setting up your custom rules.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_85 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 5: Take a manual backup</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_86 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Even if scheduling backups, there are times when a manual backup is necessary. Taking a manual backup is the same as with the free version of UpdraftPlus, but there are a few notable premium features you can take advantage of.</p>\n<p>On the Backup / Restore tab, click the blue <strong>Backup Now</strong> plugin.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_31">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="986" height="164" src="https://updraftplus.com/wp-content/uploads/2024/09/database-backup-now-66e82cb08439a.webp" alt="database-backup-now" title="database-backup-now" srcset="https://updraftplus.com/wp-content/uploads/2024/09/database-backup-now-66e82cb08439a.webp 986w, https://updraftplus.com/wp-content/uploads/2024/09/database-backup-now-66e82cb08439a-980x163.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/database-backup-now-66e82cb08439a-480x80.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 986px, 100vw" class="wp-image-2244559" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_87 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">A pop-up will appear, where you can customise exactly what to include in the backup. Click the ellipsis symbol next to each option to select which files and database tables are included.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_32">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="628" height="480" src="https://updraftplus.com/wp-content/uploads/2024/09/updraft-plus-perform-a-backup-66e82cb0d3e03.webp" alt="updraft-plus-perform-a-backup" title="updraft-plus-perform-a-backup" srcset="https://updraftplus.com/wp-content/uploads/2024/09/updraft-plus-perform-a-backup-66e82cb0d3e03.webp 628w, https://updraftplus.com/wp-content/uploads/2024/09/updraft-plus-perform-a-backup-66e82cb0d3e03-480x367.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 628px, 100vw" class="wp-image-2244558" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_88 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">There’s also an option to anonymise personal, sensitive information in the database.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_33">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="628" height="482" src="https://updraftplus.com/wp-content/uploads/2024/09/anonymize-senstive-information-in-backup-66e810b10d255-1.webp" alt="anonymize-senstive-information-in-backup" title="anonymize-senstive-information-in-backup" srcset="https://updraftplus.com/wp-content/uploads/2024/09/anonymize-senstive-information-in-backup-66e810b10d255-1.webp 628w, https://updraftplus.com/wp-content/uploads/2024/09/anonymize-senstive-information-in-backup-66e810b10d255-1-480x368.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 628px, 100vw" class="wp-image-2244556" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_89 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Once your backup settings are configured, click <strong>Backup Now</strong> to start the process.</p>\n<p>As a premium user, you can also take a manual backup of incremental changes made (instead of a full site backup) to save on file space. Below the <strong>Backup Now</strong> button, click <strong>Add changed files (incremental backup)</strong>. A similar pop-up will appear, and you can again customise what is included.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_34">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="628" height="480" src="https://updraftplus.com/wp-content/uploads/2024/09/manual-backup-of-incremental-changes-66e810b0ba472-1.webp" alt="manual-backup-of-incremental-changes" title="manual-backup-of-incremental-changes" srcset="https://updraftplus.com/wp-content/uploads/2024/09/manual-backup-of-incremental-changes-66e810b0ba472-1.webp 628w, https://updraftplus.com/wp-content/uploads/2024/09/manual-backup-of-incremental-changes-66e810b0ba472-1-480x367.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 628px, 100vw" class="wp-image-2244557" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_90 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3>Step 6: Restore a backup</h3></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_91 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">It’s easy to restore a backup with UpdraftPlus. Go to the <strong>Backup / Restore tab</strong>, then scroll down to the <strong>Existing backups</strong> section.</p>\n<p>Click <strong>Restore</strong> on the backup you want to revert to. Alternatively, if you’ve downloaded a backup manually, you can click<strong> Upload backup files</strong> to restore the backup that way.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_35">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1032" height="545" src="https://updraftplus.com/wp-content/uploads/2024/09/august-backup-log-66e810b6641de.webp" alt="august-backup-log" title="august-backup-log-" srcset="https://updraftplus.com/wp-content/uploads/2024/09/august-backup-log-66e810b6641de.webp 1032w, https://updraftplus.com/wp-content/uploads/2024/09/august-backup-log-66e810b6641de-980x518.webp 980w, https://updraftplus.com/wp-content/uploads/2024/09/august-backup-log-66e810b6641de-480x253.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1032px, 100vw" class="wp-image-2244530" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_92 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">Once you click to restore a file, you’ll be taken to a wizard. You can restore some or all components – for example, you can restore your uploads folder but not your plugins.</div>\n </div><div class="et_pb_module et_pb_image et_pb_image_36">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="887" height="371" src="https://updraftplus.com/wp-content/uploads/2024/09/restore-files-from-august-66e810b5dfddc.webp" alt="restore-files-from-august" title="restore-files-from-august" srcset="https://updraftplus.com/wp-content/uploads/2024/09/restore-files-from-august-66e810b5dfddc.webp 887w, https://updraftplus.com/wp-content/uploads/2024/09/restore-files-from-august-66e810b5dfddc-480x201.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 887px, 100vw" class="wp-image-2244531" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_93 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">And with that, you now know how to use UpdraftPlus Premium to take and restore a backup.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_94 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>Conclusion</h2></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_95 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner">You now know the ins and outs of backing up with UpdraftPlus, both free and premium versions. To learn even more, check out the <a href="https://updraftplus.com/frequently-asked-questions/">frequently asked questions</a> or contact support for assistance.</p>\n<p>If you’re a free user intrigued by the premium features, consider purchasing <a href="https://updraftplus.com/shop/updraftplus-premium/">UpdraftPlus Premium</a>. Incremental backups, more remote storage locations and granular control over every setting are just some of what the premium version has to offer.</div>\n </div><div class="et_pb_module et_pb_text et_pb_text_96 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>FAQs</h2></div>\n </div><div class="et_pb_module et_pb_accordion et_pb_accordion_1">\n \n \n \n \n <div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_5 et_pb_toggle_open">\n \n \n \n \n <h5 class="et_pb_toggle_title">How do I schedule backups in UpdraftPlus?</h5>\n <div class="et_pb_toggle_content clearfix">For both free and premium versions, just go to<strong> Settings > UpdraftPlus Backups</strong> and click the <strong>Settings</strong> tab. You can then set up scheduled backups for certain intervals, though you have finer control over the exact times with the premium version.</div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_6 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Can I back up my WordPress site to multiple locations using UpdraftPlus?</h5>\n <div class="et_pb_toggle_content clearfix">Yes, UpdraftPlus premium allows you to back up to as many locations as are supported. Just click on each remote storage location you want and authenticate each one.</div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_7 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">What is the difference between UpdraftPlus free and premium?</h5>\n <div class="et_pb_toggle_content clearfix">UpdraftPlus premium offers several extra features, including incremental backups, the ability to back up to multiple remote storage locations, advanced retention settings for old backups and customize exactly what files are backed up.</div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_8 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">How do I restore a WordPress site using UpdraftPlus?</h5>\n <div class="et_pb_toggle_content clearfix">You can restore an UpdraftPlus backup – or even backups from other plugins – from within the UpdraftPlus interface. Just go to<strong> Settings > UpdraftPlus Backups</strong> and look for the <strong>Existing Backups</strong> section. You can click <strong>Restore</strong> on any backup, or upload ones you took manually.</div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_9 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">What are incremental backups?</h5>\n <div class="et_pb_toggle_content clearfix">Incremental backups allow you to back up only the changes made since the last backup. This can very much reduce server load and storage space spent on backups.</div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_10 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">How often should I back up my files and/or database?</h5>\n <div class="et_pb_toggle_content clearfix">Ask yourself how often your content is changing and updating. If your site is fairly static, a monthly or fortnightly schedule will work fine. If it’s constantly updating, you may need to back up every few hours. A daily or weekly backup is appropriate for most websites.</div>\n </div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div>\n<p>The post <a href="https://updraftplus.com/how-to-backup-with-updraftplus/">Tutorial: How to back up your WordPress site with UpdraftPlus</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Discover the new location of UpdraftPlus in the WordPress dashboard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"https://updraftplus.com/new-location-of-updraftplus-in-the-wordpress-dashboard/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Sep 2024 07:29:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"UpdraftPlus News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:20:"UpdraftPlus Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2233410";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:649:"<p>Discover the new location of UpdraftPlus in the WordPress dashboard. Find it easily alongside your other go-to plugins in the left-hand menu. <a href="https://updraftplus.com/new-location-of-updraftplus-in-the-wordpress-dashboard/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/new-location-of-updraftplus-in-the-wordpress-dashboard/">Discover the new location of UpdraftPlus in the WordPress dashboard</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Team Updraft";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2945:"<div class="et_pb_section et_pb_section_3 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_10">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_97 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><b>A very simple change to announce. </b></p>\n<p><span style="font-weight: 400;">Since its launch, locating UpdraftPlus in the WordPress dashboard has required an assumed level of knowledge. The knowledge to look under ‘Settings’ to find it. </span></p>\n<p><span style="font-weight: 400;">So we made a simple change. </span></p>\n<h2><span style="font-weight: 400;">What’s new?</span></h2>\n<p><span style="font-weight: 400;">In our next release, you will find UpdraftPlus alongside your other favorite plugins in the left hand menu.</span></p>\n<h2><span style="font-weight: 400;">Customising your experience</span></h2>\n<p><span style="font-weight: 400;">We’ve made that change to help new users find our plugin. But we’ve also made it easy to turn it off too; if you don’t want UpdraftPlus to show in the new location, simply add the following to your wp-config.php file:</span></p>\n<p><span style="font-weight: 400;">define(‘UPDRAFTPLUS_DISABLE_TOP_LEVEL_MENU_ENTRY’, true);</span></p>\n<p><span style="font-weight: 400;">This should be placed after ‘Add any custom values between this line and the “stop editing” line.’ in the file. </span></p>\n<p><span style="font-weight: 400;">You can then continue accessing UpdraftPlus via the settings menu as you did before. </span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_37">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="166" height="300" src="https://updraftplus.com/wp-content/uploads/2024/09/new-location-od-updraftplus-in-the-wordpress-dashboard-166x300.webp" alt="new-location-od-updraftplus-in-the-wordpress-dashboard" title="The new location of UpdraftPlus in the WordPress dashboard" srcset="https://updraftplus.com/wp-content/uploads/2024/09/new-location-od-updraftplus-in-the-wordpress-dashboard-166x300.webp 166w, https://updraftplus.com/wp-content/uploads/2024/09/new-location-od-updraftplus-in-the-wordpress-dashboard.webp 373w" sizes="(max-width: 166px) 100vw, 166px" class="wp-image-2233430" /></span>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div>\n<p>The post <a href="https://updraftplus.com/new-location-of-updraftplus-in-the-wordpress-dashboard/">Discover the new location of UpdraftPlus in the WordPress dashboard</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"How to Back up Your WordPress Site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://updraftplus.com/how-to-backup-wordpress-site/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Aug 2024 10:35:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Tips and tricks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:18:"Training materials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2213851";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:561:"<p>Learn how to backup your WordPress site safely and easily in our step-by-step guide. Complete WordPress backups manually or with a plugin. <a href="https://updraftplus.com/how-to-backup-wordpress-site/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/how-to-backup-wordpress-site/">How to Back up Your WordPress Site</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Brenda Barron";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:48413:"<p><div class="et_pb_section et_pb_section_4 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_11">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_11 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_98 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p>If there’s one thing every WordPress user should do, it’s back up their website. Server crashes, website malfunctions, and malware are more common than you think, and it can all lead to the total loss of your website and its content.</p>\n<p>You probably know this already, which is why you’re here. You want to learn the best way to back up your website and keep your content safe.</p>\n<p>Which backup method is best will heavily depend on the individual user, so we’re going to cover five different ways to back up your website. This guide will walk you step by step through the process whether you want to take manual backups, schedule automated ones with a plugin, or use other tools.</p>\n<p>That way, you can go with the backup method that suits you best and protect your website from catastrophic data loss.</p>\n<h2><span style="font-weight: 400;">Why back up your WordPress site?</span></h2>\n<p><span style="font-weight: 400;">Imagine losing everything – all your hand-written posts, all the pages you carefully crafted, your theme customisations, plugin settings, and everything.</span></p>\n<p><span style="font-weight: 400;">For individual bloggers and creators, it can be a massive loss of all your hard work. For businesses and e-commerce sites, it can be all that and financially devastating on top of it.</span></p>\n<p><span style="font-weight: 400;">Consider just a few of the reasons why backing up your website is extremely important.</span></p>\n<h3><span style="font-weight: 400;">Preventing data loss</span></h3>\n<p><span style="font-weight: 400;">Whether you’re writing a blog full of personal posts that are important to you, or running a business where having to set up your entire website from scratch would sink your company, data loss is a major issue.</span></p>\n<p><span style="font-weight: 400;">A few missing posts or defaced pages may not be a big deal, but what about your entire website? Data loss can happen at any moment – whether due to simple mistakes or malicious deletion.</span></p>\n<p><span style="font-weight: 400;">Consider a few common causes:</span></p>\n<p><b></b></p>\n<ul>\n<li aria-level="1"><b>Accidental deletion:</b><span style="font-weight: 400;"> You go to remove an unwanted post or page or make some edits – only to realise later that you deleted the wrong thing entirely. WordPress’ revisions feature and trash folder usually guards against this, but it can fail and this type of mistake is common.</span></li>\n</ul>\n<ul>\n<li aria-level="1"><b>Glitches and corruption:</b><span style="font-weight: 400;"> You go to perform a routine WordPress update when all of a sudden your site is nothing more than a </span><a href="https://updraftplus.com/how-to-fix-unable-to-access-wordpress-admin-dashboard/"><span style="font-weight: 400;">white screen of death</span></a><span style="font-weight: 400;">. Or you install a new plugin and run into a strange conflict that results in parts of your site being broken and corrupted. Websites are finicky; anything can happen.</span></li>\n</ul>\n<ul>\n<li aria-level="1"><b>Server crashes:</b><span style="font-weight: 400;"> When server components crash, they may corrupt the data on them – your website and database. This can happen randomly through no fault of your own.</span></li>\n</ul>\n<ul>\n<li aria-level="1"><b>Malware and hacks:</b><span style="font-weight: 400;"> If hackers manage to break in, they may delete or deface content and infect your site with malware. Besides losing content, purging all files of malware isn’t easy. The best thing to do is restore your site to a pre-attack state.</span></li>\n</ul>\n<p><span style="font-weight: 400;">Total data loss may not be common, but if you run a website for very long at all, you’ll likely encounter at least one of these issues.</span></p>\n<h3><span style="font-weight: 400;">Minimise downtime and troubleshooting</span></h3>\n<p><span style="font-weight: 400;">Backups make fixing issues easy. Malware? Accidentally deleted a post? Messed up your theme? Restore a backup and everything will be just as it was.</span></p>\n<p><span style="font-weight: 400;">Without backups, fixing your website can take a long time and require a lot of annoying troubleshooting. If the data loss is bad, that means your site will be down for a while. And for businesses, </span><a href="https://updraftplus.com/how-to-prevent-downtime-on-your-wordpress-site/"><span style="font-weight: 400;">extended downtime</span></a><span style="font-weight: 400;"> can severely impact your profits.</span></p>\n<p><span style="font-weight: 400;">Even if you have your most important content saved elsewhere, you’d still need to spend days or weeks setting up your entire website again. Try to remember all your site settings and theme customisations off the top of your head. It won’t be any easier if you do actually lose your website.</span></p>\n<p><span style="font-weight: 400;">And even without something that extreme happening, you may make a mistake you want to roll back.</span></p>\n<h3><span style="font-weight: 400;">Easier migrations</span></h3>\n<p><span style="font-weight: 400;">If you ever want to </span><a href="https://updraftplus.com/faqs/how-do-i-migrate-to-a-new-site-location/"><span style="font-weight: 400;">migrate your site</span></a><span style="font-weight: 400;"> to a new server, a </span><a href="http://updraftplus.com"><span style="font-weight: 400;">WordPress backup and migration plugin</span></a><span style="font-weight: 400;"> can make that much easier. Rather than having to manually save your website files and database, you can just click a button and restore a snapshot on the server you want to move to.</span></p>\n<p><span style="font-weight: 400;">This can also be used for troubleshooting or making a staging site to test things out on before pushing those changes to your live website.</span></p>\n<p><span style="font-weight: 400;">While protecting against data loss is the main reason to back up your website, there are plenty of other reasons. If you haven’t taken a backup of your site yet, there’s no reason not to do it now – except for not knowing the best way to do it.</span></p>\n<h2><span style="font-weight: 400;">What is the best way to back up a WordPress site?</span></h2>\n<p><span style="font-weight: 400;">There are several ways you can back up WordPress, including doing it manually with various tools or installing a plugin to automate the process. Each has its pros and cons, and we’ll go into detail on how to do these below.</span></p>\n<p><span style="font-weight: 400;">For now, when should you use a particular method?</span><span style="font-weight: 400;"><b></b></span></p>\n<p><b>1. Back up with a plugin:</b><span style="font-weight: 400;"> Best all-around option for quick and easy backups. It’s the fastest way to take a backup and also has the benefit of letting you automate recurring backups. Also, if you don’t have access to tools like cPanel and FTP, it’s your only option.</span></p>\n<p><b>2. Manual backup with cPanel:</b><span style="font-weight: 400;"> The quickest way to take a manual backup. Provides a web-based interface that allows you to download your files and database.</span></p>\n<p><b>3. Manual backup with FTP:</b><span style="font-weight: 400;"> This requires you to install an FTP client and remotely connect to your site. It can be confusing for beginners. Also, this does not capture your database, so you’ll need to combine this with another method.</span></p>\n<p><b>4. Manual backup with phpMyAdmin:</b><span style="font-weight: 400;"> This allows you to download your database, but not your website files. phpMyAdmin uses a web interface, so backing up your database is quick and convenient, but you’ll need to use cPanel or FTP alongside it.</span></p>\n<p><b>5. Backup through your web host:</b><span style="font-weight: 400;"> This functions similarly to a backup plugin, allowing you to schedule automatic backups, but you access it through your web host’s dashboard rather than through WordPress. It can be unreliable, however, depending on the host, so it’s a good idea to employ other backup methods alongside it. It also takes away control. You might not know how often backups are made or where they’re being stored. </span></p>\n<p><span style="font-weight: 400;">The important thing to know is that your WordPress website is split into two sections: your website files and the database. Website files include WordPress core, your themes and styling, and your installed plugins. The database includes your posts, pages, users, and other content.</span></p>\n<p><span style="font-weight: 400;">A common mistake people make is only downloading their website files, only to find that all their blog posts are gone when they try to restore their site. To take a full backup, you need both the website files and database.</span></p>\n<h2><span style="font-weight: 400;">5 ways to back up your WordPress site</span></h2>\n<p><span style="font-weight: 400;">There are plenty of ways to back up your WordPress files, but we’ve collected five of the easiest and most straightforward methods. We’ll walk you through each one step by step, and you can decide which one to go with.</span></p>\n<p><span style="font-weight: 400;">Note: While WordPress does have an Export feature (which you can find in </span><b>Tools > Export</b><span style="font-weight: 400;">), this only exports a few things – posts, pages, comments, etc. If you want to take a full backup, you’ll need one of the methods below.</span></p>\n<p><span style="font-weight: 400;">Now let’s go into detail on how to back up WordPress.</span><span style="font-weight: 400;"></span></p>\n<ul>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-1"><span style="font-weight: 400;">Method 1: Back up a WordPress site using a plugin (Recommended)</span></a></li>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-2"><span style="font-weight: 400;">Method 2: Manually back up a WordPress site via cPanel</span></a></li>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-3"><span style="font-weight: 400;">Method 3: Manually back up a WordPress site via FTP</span></a></li>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-4"><span style="font-weight: 400;">Method 4: Manually back up a database with phpMyAdmin</span></a></li>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-5"><span style="font-weight: 400;">Method 5: Back up your WordPress site through your webhost</span></a></li>\n</ul>\n<h2 id="method-1"><span style="font-weight: 400;">Method 1: Back up a WordPress site using a plugin (Recommended)</span></h2>\n<p><span style="font-weight: 400;">When you’re looking to back up your WordPress site, finding the right plugin can make the job much easier. The </span><a href="https://wordpress.org/plugins/"><span style="font-weight: 400;">WordPress Plugin Directory</span></a><span style="font-weight: 400;"> is a great place to start. But as you browse, make sure to check a few important details:</span><span style="font-weight: 400;"></span></p>\n<ul>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Is the plugin tested with the latest version of WordPress?</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Does it have a good number of active installs?</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Is it well-reviewed? </span></li>\n</ul>\n<p><span style="font-weight: 400;">Be sure to skim through the reviews to see what other users are saying. Once you find a plugin you’d like to use, you can proceed. </span></p>\n<p><span style="font-weight: 400;">In this guide, we’ll walk you through setting up UpdraftPlus, a plugin that meets all the above criteria. It’s one of the most popular and trusted backup plugins out there – for good reason. </span></p>\n<p><span style="font-weight: 400;">So first, we’ll walk you through backing up your website using the free version of our plugin, </span><a href="https://wordpress.org/plugins/updraftplus/"><span style="font-weight: 400;">UpdraftPlus</span></a><span style="font-weight: 400;">. Using a backup plugin is quicker than backing up your site manually; it just takes one button to save a snapshot, rather than having to get into your site’s files and download them manually.</span></p>\n<p><span style="font-weight: 400;">Plus, not all web hosts give you cPanel or FTP access, and those unfamiliar with navigating a website’s back end may have trouble with it. If you aren’t able to back up manually, a plugin is your best bet.</span></p>\n<h3><span style="font-weight: 400;">Step 1: Install and activate UpdraftPlus</span></h3>\n<p><span style="font-weight: 400;">The first thing you need to do is install the free version of UpdraftPlus. You can find it on the WordPress plugin repository and install it directly through your dashboard.</span></p>\n<p><span style="font-weight: 400;">Navigate to </span><b>Plugins > Add New Plugin</b><span style="font-weight: 400;"> and search for UpdraftPlus. Click </span><b>Install Now</b><span style="font-weight: 400;"> and then </span><b>Activate</b><span style="font-weight: 400;">.</span></p></div>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_12">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_12 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_image et_pb_image_38">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1206" height="597" src="https://updraftplus.com/wp-content/uploads/2024/08/install-updraftplus-plugin-1.png" alt="install-updraftplus-plugin" title="Install UpdraftPlus plugin from the plugin directory" srcset="https://updraftplus.com/wp-content/uploads/2024/08/install-updraftplus-plugin-1.png 1206w, https://updraftplus.com/wp-content/uploads/2024/08/install-updraftplus-plugin-1-980x485.png 980w, https://updraftplus.com/wp-content/uploads/2024/08/install-updraftplus-plugin-1-480x238.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1206px, 100vw" class="wp-image-2213860" /></span>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_13">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_13 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_99 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">If you have the </span><a href="https://updraftplus.com/support/installing-updraftplus-premium-your-add-on/"><span style="font-weight: 400;">premium version of UpdraftPlus</span></a><span style="font-weight: 400;"> or installed it manually from the repository, you can also click </span><b>Upload Plugin</b><span style="font-weight: 400;"> and drop the zip file in there.</span></p>\n<h3><span style="font-weight: 400;">Step 2: Set up remote storage</span></h3>\n<p><span style="font-weight: 400;">First, choose where you’d like to back up to. </span></p>\n<p><span style="font-weight: 400;">Storing backups on your website’s server is a bad idea. If your server files get corrupted or infected with malware, the backups will be rendered useless. </span></p>\n<p><span style="font-weight: 400;">Generally speaking, you should employ the 3-2-1 rule for backups, according to Tom Jauncey, CEO at at </span><a href="https://nautilusmarketing.co.uk"><span style="font-weight: 400;">Nautilus Marketing</span></a><span style="font-weight: 400;">. The 3-2-1 rule, “means that you should retain three copies of your data in other places,” he says, then adds, “[f]or instance, there is the original, one backup on another medium, and another backup offsite.”</span></p>\n<p><span style="font-weight: 400;">So, you could, “keep one locally on your computer and another on an external hard drive; keep another copy in the cloud,” he says. </span></p>\n<p><span style="font-weight: 400;">Open UpdraftPlus by going to </span><b>Settings > UpdraftPlus Backups</b><span style="font-weight: 400;">, then click the </span><b>Settings</b><span style="font-weight: 400;"> tab. </span></p>\n<p><span style="font-weight: 400;">Click the storage you want to export your backups to. Follow the steps to authenticate with the chosen service.</span></p></div>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_14">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_14 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_image et_pb_image_39">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1042" height="728" src="https://updraftplus.com/wp-content/uploads/2024/08/choose-backup-storage-options.png" alt="choose-backup-storage-options" title="Choose your backup storage options" srcset="https://updraftplus.com/wp-content/uploads/2024/08/choose-backup-storage-options.png 1042w, https://updraftplus.com/wp-content/uploads/2024/08/choose-backup-storage-options-980x685.png 980w, https://updraftplus.com/wp-content/uploads/2024/08/choose-backup-storage-options-480x335.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1042px, 100vw" class="wp-image-2213861" /></span>\n </div>\n </div>\n \n \n \n \n </div><div class="et_pb_row et_pb_row_15">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_15 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_100 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Now when you run manual or automatic backups, they’ll have a place to be stored. </span></p>\n<h3><span style="font-weight: 400;">Step 3: Take a manual backup in UpdraftPlus</span></h3>\n<p><span style="font-weight: 400;">If you want to create a backup right now, it’s super easy: just click the blue </span><b>Backup Now</b><span style="font-weight: 400;"> button.</span></p>\n<p> </p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_40">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1223" height="648" src="https://updraftplus.com/wp-content/uploads/2024/08/creating-a-backup-in-updraftplus.png" alt="creating-a-backup-in-updraftplus" title="Creating a backup in UpdraftPlus" srcset="https://updraftplus.com/wp-content/uploads/2024/08/creating-a-backup-in-updraftplus.png 1223w, https://updraftplus.com/wp-content/uploads/2024/08/creating-a-backup-in-updraftplus-980x519.png 980w, https://updraftplus.com/wp-content/uploads/2024/08/creating-a-backup-in-updraftplus-480x254.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1223px, 100vw" class="wp-image-2213862" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_101 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">A pop-up will appear allowing you to choose what to back up. Make sure you select both files and database for a full WordPress backup. Then click </span><b>Backup Now</b><span style="font-weight: 400;"> to start the process.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_41">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="909" height="629" src="https://updraftplus.com/wp-content/uploads/2024/08/starting-the-backup-process.png" alt="starting-the-backup-process" title="Starting the backup process" srcset="https://updraftplus.com/wp-content/uploads/2024/08/starting-the-backup-process.png 909w, https://updraftplus.com/wp-content/uploads/2024/08/starting-the-backup-process-480x332.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 909px, 100vw" class="wp-image-2213866" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_102 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">After a few minutes, your site will be backed up. You can find your backups and restore from the same tab as before. </span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_42">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1055" height="263" src="https://updraftplus.com/wp-content/uploads/2024/08/you-can-find-your-existing-backups-here.png" alt="you-can-find-your-existing-backups-here" title="Find your existing backups here" srcset="https://updraftplus.com/wp-content/uploads/2024/08/you-can-find-your-existing-backups-here.png 1055w, https://updraftplus.com/wp-content/uploads/2024/08/you-can-find-your-existing-backups-here-980x244.png 980w, https://updraftplus.com/wp-content/uploads/2024/08/you-can-find-your-existing-backups-here-480x120.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1055px, 100vw" class="wp-image-2213868" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_103 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3><span style="font-weight: 400;">Step 3: Schedule backups</span></h3>\n<p><span style="font-weight: 400;">If you prefer, you can schedule automatic backups. Click the </span><b>Settings</b><span style="font-weight: 400;"> tab.</span></p>\n<p><span style="font-weight: 400;">Here you can set the </span><b>Files backup schedule</b><span style="font-weight: 400;"> and </span><b>Database backup schedule</b><span style="font-weight: 400;">. You can pick from a few options. You can also retain a certain number of backups before automatically deleting older backups</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_43">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="968" height="370" src="https://updraftplus.com/wp-content/uploads/2024/08/schedule-backups-to-run-at-set-times.png" alt="schedule-backups-to-run-at-set-times" title="You can schedule backups to run at set times here" srcset="https://updraftplus.com/wp-content/uploads/2024/08/schedule-backups-to-run-at-set-times.png 968w, https://updraftplus.com/wp-content/uploads/2024/08/schedule-backups-to-run-at-set-times-480x183.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 968px, 100vw" class="wp-image-2213872" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_104 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><span style="font-weight: 400;">And that’s it! UpdraftPlus will now periodically back up your website and store the files somewhere safe.</span></p>\n<h2 id="method-2"><span style="font-weight: 400;">Method 2: Manually back up a WordPress site via cPanel</span></h2>\n<p><span style="font-weight: 400;">If you’d rather manually save a backup, the easiest way is through cPanel. Most web hosts use cPanel or a reskin of it, and you can usually access it through a web interface. Check your host’s documentation to see if they use it.</span></p>\n<h3><span style="font-weight: 400;">Step 1: Login to cPanel</span></h3>\n<p><span style="font-weight: 400;">First, you’ll need to access cPanel. You can usually find it by going to your host’s website and logging in with your hosting account. There may be a link or menu item directing you to cPanel. You can usually find your cPanel login information here as well.</span></p>\n<p><span style="font-weight: 400;">You may also be able to add </span><b>/cpanel</b><span style="font-weight: 400;"> to your website’s address.</span></p>\n<h3><span style="font-weight: 400;">Step 2: Run the Backup Wizard</span></h3>\n<p><span style="font-weight: 400;">Once you log in to cPanel, you’ll see the home screen. Look for the </span><b>Files</b><span style="font-weight: 400;"> submenu and click </span><b>Backup Wizard</b><span style="font-weight: 400;">.</span></p>\n<p><span style="font-weight: 400;">This will let you back up your website in a few clicks. It contains your database and home directory, which is usually where your WordPress files are located. Just click </span><b>Back Up</b><span style="font-weight: 400;"> to get started.</span></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_44">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="979" height="491" src="https://updraftplus.com/wp-content/uploads/2024/08/c-panel-backup-wizard-window-for-manual-wordpress-backups.png" alt="c-panel-backup-wizard-window-for-manual-wordpress-backups" title="C-panel backup wizard for manual WordPress backups" srcset="https://updraftplus.com/wp-content/uploads/2024/08/c-panel-backup-wizard-window-for-manual-wordpress-backups.png 979w, https://updraftplus.com/wp-content/uploads/2024/08/c-panel-backup-wizard-window-for-manual-wordpress-backups-480x241.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 979px, 100vw" class="wp-image-2213873" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_105 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">You can either take a </span><b>Full Backup</b><span style="font-weight: 400;"> or individually download the home directory (website files) and database. The full backup does not allow you to restore through cPanel, so you may want to save a partial backup instead.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_45">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="980" height="467" src="https://updraftplus.com/wp-content/uploads/2024/08/choose-a-full-or-partial-backup.png" alt="choose-a-full-or-partial-backup" title="Choose a full or partial backup" srcset="https://updraftplus.com/wp-content/uploads/2024/08/choose-a-full-or-partial-backup.png 980w, https://updraftplus.com/wp-content/uploads/2024/08/choose-a-full-or-partial-backup-480x229.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 980px, 100vw" class="wp-image-2213874" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_106 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">After that, you’ll be prompted to download the files.</span></p>\n<p><span style="font-weight: 400;">Alternatively, you can use the </span><b>Backup</b><span style="font-weight: 400;"> menu instead of the Backup Wizard. This is the exact same, just without step-by-step guidance.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_46">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="963" height="671" src="https://updraftplus.com/wp-content/uploads/2024/08/backup-menu-window.png" alt="backup-menu-window" title="Backup menu window" srcset="https://updraftplus.com/wp-content/uploads/2024/08/backup-menu-window.png 963w, https://updraftplus.com/wp-content/uploads/2024/08/backup-menu-window-480x334.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 963px, 100vw" class="wp-image-2213875" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_107 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><span style="font-weight: 400;">And that’s all; you’ve now taken a manual backup of your website.</span></p>\n<h2 id="method-3"><span style="font-weight: 400;">Method 3: Manually back up a WordPress site via FTP</span></h2>\n<p><span style="font-weight: 400;">If your host doesn’t use cPanel, then the next best option is to back up your website with FTP, or File Transfer Protocol. This allows you to remotely access your website and download files.</span></p>\n<p><span style="font-weight: 400;">Important note: This method only downloads your website files, not your database. The database is where the bulk of your content (posts, pages, comments, etc.) are located. Don’t forget to take a database backup as well using the next method.</span></p>\n<h3><span style="font-weight: 400;">Step 1: Download an FTP client</span></h3>\n<p><span style="font-weight: 400;">FTP does not use a web interface; you’ll need to download an FTP client. Some common ones include </span><a href="https://filezilla-project.org/download.php?show_all=1"><span style="font-weight: 400;">FileZilla</span></a><span style="font-weight: 400;"> and </span><a href="https://winscp.net/eng/index.php"><span style="font-weight: 400;">WinSCP</span></a><span style="font-weight: 400;">. We’ll use FileZilla for this example.</span></p>\n<p><span style="font-weight: 400;">You’ll also need to get your FTP credentials from your web host. You can often find these somewhere in their dashboard, or you can ask them for the credentials.</span></p>\n<h3><span style="font-weight: 400;">Step 2: Connect with FTP</span></h3>\n<p><span style="font-weight: 400;">Once you have your FTP credentials (including host URL, username, password, and port), open up FileZilla and enter them in the bar at the top of the screen. Then click </span><b>Quickconnect</b><span style="font-weight: 400;">.</span></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_47">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="772" height="184" src="https://updraftplus.com/wp-content/uploads/2024/08/enter-your-ftp-credentials-in-filezilla-here.png" alt="enter-your-ftp-credentials-in-filezilla-here" title="Enter your FTP credentials into FileZilla here" srcset="https://updraftplus.com/wp-content/uploads/2024/08/enter-your-ftp-credentials-in-filezilla-here.png 772w, https://updraftplus.com/wp-content/uploads/2024/08/enter-your-ftp-credentials-in-filezilla-here-480x114.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 772px, 100vw" class="wp-image-2213878" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_108 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">In the panels below, you’ll see your computer files on the left side and your website’s files on the right. Navigate to your WordPress directory if you need to, which may be located in the </span><b>public_html </b><span style="font-weight: 400;">or </span><b>www </b><span style="font-weight: 400;">folder.</span></p>\n<h3><span style="font-weight: 400;">Step 3: Download website files</span></h3>\n<p><span style="font-weight: 400;">The most important files to capture are the ones in the root folder (the folder WordPress is located in) and the wp-content folder. The other folders are mostly the core files that run WordPress, but there’s no harm in downloading everything.</span></p>\n<p><span style="font-weight: 400;">Select all the files and folders in your WordPress site by clicking in the panel and pressing Ctrl+A on your keyboard. Then right click and click </span><b>Download</b><span style="font-weight: 400;">.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_48">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="489" height="306" src="https://updraftplus.com/wp-content/uploads/2024/08/select-the-files-in-your-wordpress-directory-to-backup-1.png" alt="select-the-files-in-your-wordpress-directory-to-backup" title="select-the-files-in-your-wordpress-directory-to-backup" srcset="https://updraftplus.com/wp-content/uploads/2024/08/select-the-files-in-your-wordpress-directory-to-backup-1.png 489w, https://updraftplus.com/wp-content/uploads/2024/08/select-the-files-in-your-wordpress-directory-to-backup-1-480x300.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 489px, 100vw" class="wp-image-2213880" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_109 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><span style="font-weight: 400;">With that done, you should also follow the next steps to take a database backup, as many important files are located in the database.</span></p>\n<h2 id="method-4"><span style="font-weight: 400;">Method 4: Manually back up a database with phpMyAdmin</span></h2>\n<p><span style="font-weight: 400;">Your database contains much of your website’s content, like your blog posts, pages, and comments. Many WordPress users make the unfortunate mistake of thinking that these are stored in the files you access through FTP; they’re actually in the database.</span></p>\n<p><span style="font-weight: 400;">You can access phpMyAdmin through cPanel, or you may be able to find it in your web hosting dashboard.</span></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_49">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1222" height="400" src="https://updraftplus.com/wp-content/uploads/2024/08/accessing-php-my-admin.png" alt="accessing-php-my-admin" title="Accessing PHP my admin panel" srcset="https://updraftplus.com/wp-content/uploads/2024/08/accessing-php-my-admin.png 1222w, https://updraftplus.com/wp-content/uploads/2024/08/accessing-php-my-admin-980x321.png 980w, https://updraftplus.com/wp-content/uploads/2024/08/accessing-php-my-admin-480x157.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1222px, 100vw" class="wp-image-2213882" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_110 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Once you open phpMyAdmin, click on your WordPress database to open it. Then click the </span><b>Export</b><span style="font-weight: 400;"> tab at the top.</span></p>\n<p><span style="font-weight: 400;">If you just want a quick, full database backup, click </span><b>Export</b><span style="font-weight: 400;"> now. You can also set the </span><b>Export Method</b><span style="font-weight: 400;"> to </span><b>Custom</b><span style="font-weight: 400;"> if you want more control over the database entries that are backed up, formatting, and so on.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_50">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="981" height="415" src="https://updraftplus.com/wp-content/uploads/2024/08/exporting-tables-from-the-wordpress-database.png" alt="exporting-tables-from-the-wordpress-database" title="Exporting tables from the WordPress database" srcset="https://updraftplus.com/wp-content/uploads/2024/08/exporting-tables-from-the-wordpress-database.png 981w, https://updraftplus.com/wp-content/uploads/2024/08/exporting-tables-from-the-wordpress-database-480x203.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 981px, 100vw" class="wp-image-2213885" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_111 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><span style="font-weight: 400;">This is a really quick way to back up your database, but don’t forget to grab your website files using cPanel or FTP.</span></p>\n<h2 id="method-5"><span style="font-weight: 400;">Method 5: Back up your WordPress site through your webhost</span></h2>\n<p><span style="font-weight: 400;">Finally, many web hosts offer their own built-in backup, which you can access through their dashboard. How this looks will vary significantly depending on your hosts – not all even offer this option.</span></p>\n<p><span style="font-weight: 400;">Here’s a general guide:</span></p>\n<ol>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Go to your host’s website and log in with your account credentials.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Look for a backup option in your hosting dashboard.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Check if there’s a way to take a manual backup, set up automatic backups, or both.</span></li>\n</ol>\n<p><span style="font-weight: 400;">Consider combining this with other backup methods, like using a backup plugin.</span></p>\n<h2><span style="font-weight: 400;">Wrapping up</span></h2>\n<p><span style="font-weight: 400;">There are many ways to back up your site, including manually (cPanel, FTP, and phpMyAdmin), through your web host, or using a plugin. Each has its advantages. For many people, using a plugin is the easiest and simplest way to schedule regular backups.</span></p>\n<p><span style="font-weight: 400;">UpdraftPlus has a free plugin which has all the core features you’ll need like automated scheduling and multiple remote locations to save your backups. Many users rely on UpdraftPlus to manage their backups.</span></p>\n<p><span style="font-weight: 400;">If you love the plugin but need a little more, consider upgrading to </span><a href="https://updraftplus.com/updraftplus-full-feature-list/"><span style="font-weight: 400;">UpdraftPlus Premium</span></a><span style="font-weight: 400;">. You’ll unlock more storage locations and the ability to send backups to multiple of them, encryption, multisite support, and more fine-tuned scheduling.</span></div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div><div class="et_pb_section et_pb_section_5 home-header et_pb_with_background et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_16 et_pb_equal_columns">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_16 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_112 updraftclone et_pb_text_align_left et_pb_bg_layout_dark">\n \n \n \n \n <div class="et_pb_text_inner"><h2 style="margin-top: 0px; text-align: center;"><b>Don’t want the hassle of managing backups yourself?</b></h2></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_113 updraftclone et_pb_text_align_left et_pb_bg_layout_dark">\n \n \n \n \n <div class="et_pb_text_inner"><p style="text-align: center;"><span style="font-weight: 400;">UpdraftPlus makes it easy! Join over 3+ million users who trust UpdraftPlus to back up and migrate their WordPress sites.</span></p></div>\n </div><div class="et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module ">\n <a class="et_pb_button et_pb_button_6 et_pb_button_main et_pb_bg_layout_dark" href="https://updraftplus.com/shop/updraftplus-premium/" target="_blank">Explore UpdraftPlus Premium</a>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div><div class="et_pb_section et_pb_section_6 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_17">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_17 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_114 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>FAQS</h2></div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div><div class="et_pb_section et_pb_section_7 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_18">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_18 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_accordion et_pb_accordion_2">\n \n \n \n \n <div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_11 et_pb_toggle_open">\n \n \n \n \n <h5 class="et_pb_toggle_title">How often should I back up my WordPress site?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">How often you back up your website depends on how often it’s updated. For sites with frequent changes, such as daily blogs or ecommerce stores, daily backups are recommended. Weekly or even monthly backups may be more appropriate if your site is updated less often.</span></p>\n<p><span style="font-weight: 400;">It’s also important to make a backup of your site before you make any major changes, such as updating WordPress or modifying site files.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_12 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">How do I back up my WordPress site for free?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">All the methods listed above can be done totally for free. </span><a href="https://updraftplus.com/10-best-free-wordpress-backup-plugins-2024/"><span style="font-weight: 400;">Free WordPress backup plugins</span></a><span style="font-weight: 400;"> are common, often offering an optional premium upgrade. This includes the </span><a href="https://wordpress.org/plugins/updraftplus/"><span style="font-weight: 400;">free version of UpdraftPlus</span></a><span style="font-weight: 400;">, which you can install from the WordPress repository. Manual backups can be done at no cost to you as well.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_13 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">How do I back up my WordPress site to my desktop?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">If you do a manual backup, the files will automatically be downloaded to your desktop. If you’re using a backup plugin like UpdraftPlus, you can simply download the backup file.</span></p>\n<p><span style="font-weight: 400;">What if you want to </span><a href="https://updraftplus.com/faqs/can-make-backup-directly-pcmac/"><span style="font-weight: 400;">back up directly to your PC</span></a><span style="font-weight: 400;">? You’ll need to connect UpdraftPlus to a third-party service like Dropbox, which can sync files to your computer. There’s no way to simply send the backup directly to your PC.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_14 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">How do I back up my WordPress site without plugins?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">To back up your site without plugins, you’ll need to manually download your WordPress files via FTP and export your database using a tool like phpMyAdmin. You can also use cPanel or back up through your web host. See the links below:</span></p>\n<ul>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-2"><span style="font-weight: 400;">Method 2: Manually back up a WordPress site via cPanel</span></a></li>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-3"><span style="font-weight: 400;">Method 3: Manually back up a WordPress site via FTP</span></a></li>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-4"><span style="font-weight: 400;">Method 4: Manually back up a database with phpMyAdmin</span></a></li>\n<li style="font-weight: 400;" aria-level="1"><a href="#method-5"><span style="font-weight: 400;">Method 5: Back up your WordPress site through your webhost</span></a></li>\n</ul></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_15 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Does WordPress have a backup option?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">WordPress has a very simple Export tool, but this only saves your posts, pages, and some other data. For a full backup of all your site and database files, you’ll need to install a plugin or take a manual backup.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_16 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">How do I back up and restore my WordPress site for free?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">Along with backing up your site, all the methods we outlined above let you restore for free as well. You can either manually restore files through FTP, phpMyAdmin, and/or cPanel, you can </span><a href="https://updraftplus.com/faqs/restore-site-updraftplus/"><span style="font-weight: 400;">restore your site through UpdraftPlus</span></a><span style="font-weight: 400;"> or any backup plugin.</span></p>\n<p><span style="font-weight: 400;">Note that some backup plugins are not compatible with each other and can only restore backups made from their own plugin. UpdraftPlus can restore backups from other plugins or manual backups you took yourself.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_17 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">How do I automatically back up my WordPress site?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">If you want to </span><a href="https://updraftplus.com/faqs/how-do-i-schedule-backups-for-my-files-and-databases/"><span style="font-weight: 400;">create a backup schedule</span></a><span style="font-weight: 400;">, manual backup methods are out of the question. Instead, you’ll need to either set it up through your web host or use a backup plugin.</span></p>\n<p><span style="font-weight: 400;">For example, UpdraftPlus allows you to schedule backups whenever you want. You can also turn on </span><a href="https://updraftplus.com/automatic-backups-before-wordpress-updates/"><span style="font-weight: 400;">automatic backups before WordPress updates</span></a><span style="font-weight: 400;"> in the premium version of the plugin.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_18 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">What is a WordPress backup?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">A WordPress backup is a copy of all your site’s data, including the database, themes, plugins, and media files. It’s a safeguard against data loss which you can restore in case of server crashes, malware, or accidental deletions. </span></p></div>\n </div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div></p>\n<p>The post <a href="https://updraftplus.com/how-to-backup-wordpress-site/">How to Back up Your WordPress Site</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:57:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"The lucrative business of cybercrime – inside the hacking industry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://updraftplus.com/the-lucrative-business-of-cybercrime-inside-the-hacking-industry/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Jul 2024 10:28:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2187332";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:682:"<p>Uncover the reality of website hacking: highly organised criminal gangs using sophisticated techniques to breach websites and steal valuable information. <a href="https://updraftplus.com/the-lucrative-business-of-cybercrime-inside-the-hacking-industry/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/the-lucrative-business-of-cybercrime-inside-the-hacking-industry/">The lucrative business of cybercrime – inside the hacking industry</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Team Updraft";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:14776:"<div class="et_pb_section et_pb_section_8 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_19">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_19 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_115 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Hollywood would have you believe that most websites are hacked by hoody-wearing teens from their bedrooms, or by a shady-looking man from a basement. The reality is different from the movies: many websites are breached by highly organised criminal gangs using sophisticated techniques that evolve as quickly as the defences against them.</span></p>\n<p><span style="font-weight: 400;">Worldwide, cybercrime is on a dramatic rise. Its global cost is expected to surge</span><a href="https://www.statista.com/chart/28878/expected-cost-of-cybercrime-until-2027/"> <span style="font-weight: 400;">from $9.22 trillion in 2024 to $13.82 trillion in 2028</span></a><span style="font-weight: 400;">. And as more people come online there are increasing opportunities for criminals to exploit, destroying data and stealing money, personal information, and intellectual property. One in two businesses</span><a href="https://www.gov.uk/government/statistics/cyber-security-breaches-survey-2024/cyber-security-breaches-survey-2024"> <span style="font-weight: 400;">reported a cyber breach or attack in the past 12 months</span></a><span style="font-weight: 400;">, according to a UK government survey.</span></p>\n<p><span style="font-weight: 400;">In line with this trend, WordPress websites are an increasingly popular target. The widespread use of the platform – it powers over 40% of websites – makes it an attractive target for malicious actors. It’s estimated that</span><a href="https://colorlib.com/wp/wordpress-hacking-statistics/"> <span style="font-weight: 400;">a WordPress site is compromised every nine minutes on average</span></a><span style="font-weight: 400;">.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_116 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">The hacking underworld</span></h2>\n<p><span style="font-weight: 400;">What was once a disorganised landscape of individual hackers motivated by everything from financial gain to the pursuit of notoriety has evolved into a fully-fledged marketplace complete with buyers, sellers and middlemen. Today, hacking is</span><a href="https://www.mckinsey.com/capabilities/risk-and-resilience/our-insights/cybersecurity/cybersecurity-trends-looking-over-the-horizon"> <span style="font-weight: 400;">a multi-billion dollar business</span></a><span style="font-weight: 400;">, complete with its own R&D budget and corporate structure.</span></p>\n<p><span style="font-weight: 400;">Hacking forums and marketplaces have emerged on the dark web – the part of the internet intentionally hidden from standard browsers and search engines – offering everything from hacking tutorials and tools to hacking services for hire and bundles of stolen data from previous breaches.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_117 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">The players</span></h2>\n<p><span style="font-weight: 400;">On the supply side are the hackers themselves – tech whizzes motivated by everything from financial gain to political causes to the pursuit of notoriety. While some are self-taught freelancers, others operate as part of organised groups leveraging their combined resources and skills.</span></p>\n<p><span style="font-weight: 400;">Individual hackers often work for themselves or on the client side take on freelance jobs for individuals or small businesses. This might include small-scale identity theft, fraud or website defacement. Or sometimes they may be recruited for black hat SEO – using their skills to game search algorithms such as with keyword stuffing or creating networks of websites that link to one another to boost rankings.</span></p>\n<p><span style="font-weight: 400;">With more resources and specialised skills, larger groups often take on more complex projects with bigger targets and potential pay offs. Their clients may include criminal gangs, nation states or large corporations. And their work may include carrying out large scale data breaches of major companies, stealing sensitive data, conducting corporate espionage, or state-sponsored cyber-attacks, for example.</span></p>\n<p><span style="font-weight: 400;">No matter who the client is, they can easily find and hire hackers through the growing number of</span><a href="https://socradar.io/top-10-deep-web-and-dark-web-forums/"> <span style="font-weight: 400;">dark web forums and marketplaces</span></a><span style="font-weight: 400;"> that have cropped up which offer anonymity and enable illicit transactions.</span></p>\n<p><span style="font-weight: 400;">It’s important to point out that not all hackers’ work is for nefarious purposes though – some larger companies work with ethical hackers on bug bounty programmes, encouraging them to find, report and fix security flaws before malicious hackers can access them, for example.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_118 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">The middlemen</span></h2>\n<p><span style="font-weight: 400;">Sitting between the cybercriminals and their clients these days there is often a tier of middlemen who act as intermediaries. Sometimes referred to as ‘initial access brokers’, these cybercriminals play an important role in the modern cybercrime ecosystem. They often specialise in gaining unauthorised access to networks and systems, which they then sell on.</span></p>\n<p><span style="font-weight: 400;">The emergence of these brokers has been significant in the world of cybercrime, representing a</span><a href="https://www.abc.net.au/news/2024-04-06/initial-access-brokers-cybercrime-hacking-data-breach/103617306"> <span style="font-weight: 400;">shift towards a more specialised and professional system</span></a><span style="font-weight: 400;">. It has also lowered the barriers to access, allowing actors with a narrower range of technical skills to carry out attacks. It also complicates efforts to defend against cyberattacks and investigate cybercrimes.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_119 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">The economics</span></h2>\n<p><span style="font-weight: 400;">The</span><a href="https://www.comparitech.com/blog/information-security/hiring-hacker-dark-web-report/"> <span style="font-weight: 400;">pricing models for these hacking services</span></a><span style="font-weight: 400;"> range from flat rates or monthly/annual subscriptions to “pay-per-hack” models based on the target’s size, complexity, and value of the data being sought.</span></p>\n<p><span style="font-weight: 400;">Factors like</span><a href="https://www.linkedin.com/pulse/hire-online-hacker-costs-benefits-ethical-practices-melissa-campbell-uk5zc/"> <span style="font-weight: 400;">a website’s defensive countermeasures</span></a><span style="font-weight: 400;">, integration with cloud services or third-party apps, and overall size and complexity of its infrastructure can drive up the hacking fees.</span></p>\n<p><span style="font-weight: 400;">But it might surprise you how low entry point prices are –</span><a href="https://www.polymerhq.io/blog/breach/the-cost-of-pii-on-the-dark-web-in-2022/"> <span style="font-weight: 400;">just $15 will buy a hacked credit card with a CVV</span></a><span style="font-weight: 400;"> code. For little over $100 criminals can buy databases of hundreds of emails or compromised online banking details.</span><a href="https://www.comparitech.com/blog/information-security/hiring-hacker-dark-web-report/"> <span style="font-weight: 400;">A website can be hacked for under $400</span></a><span style="font-weight: 400;"> on average and custom malware created for just over $300.</span></p>\n<p><span style="font-weight: 400;">Bitcoin and other cryptocurrencies are commonly used for payment to preserve anonymity. And money trails can be further obfuscated by middlemen.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_120 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">The tactics</span></h2>\n<p><span style="font-weight: 400;">The strategies deployed by hackers can be both brutally simple and incredibly sophisticated. And they are also quick to evolve, with malicious actors caught in a continual game of cat and mouse with the security countermeasures deployed against them.</span></p>\n<p><span style="font-weight: 400;">Social engineering is one common ploy, where deception is used to manipulate people to reveal sensitive information or grant access – think phishing emails claiming you’ve won competitions or owe someone money. Increasingly, AI is being used to write ever-more convincing emails, making the deception harder than ever to discern.</span></p>\n<p><span style="font-weight: 400;">Once your information has been stolen it can be sold on the dark web to be used in a number of ways – perhaps your financial information could be used to buy things, transfer funds or open new accounts in your name. Personal information like date of birth and address can be used to create fake identities, or apply for loans. Or perhaps cybercriminals might opt for an entire account takeover of your email, social media or financial services.</span></p>\n<p><span style="font-weight: 400;">These dodgy emails can also be used to distribute malicious malware to infect systems, steal data or gain control.</span></p>\n<p><span style="font-weight: 400;">Other methods focus on exploiting vulnerabilities in the infrastructure itself. This includes network attacks, where weaknesses in protocols or configurations in servers, firewalls, computers, routers or any other connected deice can provide a way in for hackers. Software attacks meanwhile see criminals gain access through bugs or flaws in software code.</span></p>\n<p><span style="font-weight: 400;">Bots are commonly used across these methods, spamming and phishing accounts, spreading malware, and scraping data, for example. Bots can rapidly try numerous password combinations to gain access through brute force. And they can turn entire systems into zombies under their control – known as botnets – which can then act on mass to carry out large-scale attacks that can overwhelm websites or networks.</span></p>\n<p><span style="font-weight: 400;">Bots are also ideal for carrying out non-targeted attacks on whichever victim they can find – scanning for and exploiting known vulnerabilities in sites like WordPress, as well as their third-party plugins.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_121 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">Evading justice</span></h2>\n<p><span style="font-weight: 400;">As hacking becomes a more sophisticated industry, hackers are also constantly innovating to find new ways to evade detection, maintain anonymity, and cover their tracks.</span></p>\n<p><span style="font-weight: 400;">Middlemen may be a ‘physical’ barrier but there are plenty of technology tricks they can employ as well. This could include using multiple proxy servers, VPNs and encryption which work to mask identity and location. Meanwhile TOR – or onion – browsing protects hackers against web traffic analysis and network surveillance by encrypting data in multiple layers and routing traffic through a series of nodes each of which only knows the node before and after them and not the entire path.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_122 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">The aftermath</span></h2>\n<p><span style="font-weight: 400;">For targeted organisations, being on the receiving end of a successful hack can have devastating consequences. Beyond the immediate financial impact of theft, ransomware demands or legal penalties, there’s the often irreparable damage to a company’s reputation, consumer trust, and brand value.</span></p>\n<p><span style="font-weight: 400;">This can be particularly damaging for small and medium businesses, which are often a favoured ‘easy’ target for hackers as they often lack the sophistication and defences of larger organisations.</span></p>\n<p><span style="font-weight: 400;">So, website owners need to stay ahead of evolving cybercrime tactics by rolling out defences on multiple fronts – shoring up technical vulnerabilities while also guarding against human errors that open the door to crafty social engineering attacks. This includes keeping software updated, controlling access, using secure third-party plugins and applications, and ongoing security awareness training to prevent social engineering attacks that exploit human error.</span></p>\n<p><span style="font-weight: 400;">It’s easy to fall into the trap of thinking </span><i><span style="font-weight: 400;">it won’t happen to me.</span></i><span style="font-weight: 400;"> But as shadowy underground markets grow, no business or individual can afford to ignore the threat. And in this continual arms race, staying vigilant is imperative. So, instead, next time you log on, pause and consider </span><i><span style="font-weight: 400;">who could be watching</span></i><span style="font-weight: 400;">.</span></p></div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div>\n<p>The post <a href="https://updraftplus.com/the-lucrative-business-of-cybercrime-inside-the-hacking-industry/">The lucrative business of cybercrime – inside the hacking industry</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:57:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Plugin Comparison: UpdraftPlus vs. BackWPup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://updraftplus.com/updraftplus-vs-backwpup/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Jul 2024 09:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:17:"Plugin comparison";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://updraftplus.com/?p=2187364";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:543:"<p>UpdraftPlus vs. BackWPup: A comprehensive comparison of two popular WordPress backup plugins. Find the right one for you. <a href="https://updraftplus.com/updraftplus-vs-backwpup/">Continue reading <span class="meta-nav">→</span></a></p>\n<p>The post <a href="https://updraftplus.com/updraftplus-vs-backwpup/">Plugin Comparison: UpdraftPlus vs. BackWPup</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Brenda Barron";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:41814:"<div class="et_pb_section et_pb_section_9 et_section_regular" >\n \n \n \n \n \n \n <div class="et_pb_row et_pb_row_20">\n <div class="et_pb_column et_pb_column_4_4 et_pb_column_20 et_pb_css_mix_blend_mode_passthrough et-last-child">\n \n \n \n \n <div class="et_pb_module et_pb_text et_pb_text_123 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">The right WordPress backup plugin can make all the difference. You want to choose one that’s secure and reliable, as you’ll be depending on these backups if your site ever goes down.</span></p>\n<p><span style="font-weight: 400;">UpdraftPlus – our plugin – and BackWPup are two popular backup plugins worth considering. Each offers a wide range of features, but this can make choosing between them confusing.</span></p>\n<p><span style="font-weight: 400;">Whether you’re looking for the most feature-rich premium plugin or the one with the most free offerings, this comparison will highlight the major differences between UpdraftPlus vs. BackWPup.</span></p>\n<p><span style="font-weight: 400;">By the end, you’ll have a clearer idea of what sets these two plugins apart and can choose the best one to meet your needs.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_124 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>UpdraftPlus vs. BackWPup: Key features</h2>\n<table border="1">\n<tbody>\n<tr>\n<td><b>Feature</b></td>\n<td><b>UpdraftPlus</b></td>\n<td><b>BackWPup</b></td>\n</tr>\n<tr>\n<td><b>Backup types</b></td>\n<td><span style="font-weight: 400;">UpdraftPlus allows you to backup files and databases individually, or to perform a full backup of both.</span></td>\n<td><span style="font-weight: 400;">BackWPup also supports file and database backups. Run them separately or together.</span></td>\n</tr>\n<tr>\n<td><b>Manual and scheduled backups</b></td>\n<td><span style="font-weight: 400;">Allows scheduling of backups at custom intervals for free, every 2, 4, 8 or 12 hours, daily, weekly, fortnightly or monthly. UpdraftPlus Premium allows you to configure detailed retention rules.</span></td>\n<td><span style="font-weight: 400;">Allows you to configure WP-Cron to set up a backup schedule.</span></td>\n</tr>\n<tr>\n<td><b>Backup to remote storage</b></td>\n<td><span style="font-weight: 400;">Supports FTP, S3 storage, Dropbox, Amazon S3, OpenStack, Rackspace, DreamObjects, Google Drive and email for free. UpdraftPlus Premium supports SFTP, Azure, pCloud, Google Cloud, Backblaze, OneDrive and WebDAV, and allows you to backup to many locations.</span></td>\n<td><span style="font-weight: 400;">Supports email, FTP, Dropbox, S3, Azure, Rackspace and SugarSync for free. BackWPup Pro supports Amazon Glacier, Google Drive, HiDrive and OneDrive. Allows multi-location backup for free, but with fewer options.</span></td>\n</tr>\n<tr>\n<td><b>Backup restore</b></td>\n<td><span style="font-weight: 400;">One-click restore any backup, from any location, for free. UpdraftPlus Premium allows you to restore backups from other plugins.</span></td>\n<td><span style="font-weight: 400;">Can restore for free via file upload. One-click restore and restoring from remote storage requires the Pro version. BackWPup can only restore backups from its own plugin.</span></td>\n</tr>\n<tr>\n<td><b>Migration and cloning</b></td>\n<td><span style="font-weight: 400;">Supports migration natively for free with more customisation available in UpdraftPlus Premium. You can also use UpdraftClone to create a staging site.</span></td>\n<td><span style="font-weight: 400;">Supports migration to a new domain, but only in the Pro version through their standalone Restore app.</span></td>\n</tr>\n<tr>\n<td><b>Multisite support</b></td>\n<td><span style="font-weight: 400;">Supports multisite in UpdraftPlus Premium and can restore individual sub-sites. Cannot migrate single sub-sites to a standalone site.</span></td>\n<td><span style="font-weight: 400;">Supports multisite for free, but does not support restoring individual sub-sites.</span></td>\n</tr>\n<tr>\n<td><b>Incremental backups</b></td>\n<td><span style="font-weight: 400;">Premium version supports incremental backups. and allows detailed customisation of what you save.</span></td>\n<td><span style="font-weight: 400;">Pro version supports ‘synchronise file by file to destination’, similar to incremental backups. </span></td>\n</tr>\n<tr>\n<td><b>Backup/database encryption</b></td>\n<td><span style="font-weight: 400;">All data stored in UpdraftVault is encrypted. UpdraftPlus Premium users can encrypt database files with their own key.</span></td>\n<td><span style="font-weight: 400;">Pro version supports encryption of any files and databases.</span></td>\n</tr>\n<tr>\n<td><b>Centralised backup management</b></td>\n<td><span style="font-weight: 400;">Free, centralised backup management on up to five sites via </span><a href="http://updraftcentral.com"><span style="font-weight: 400;">UpdraftCentral</span></a><span style="font-weight: 400;">.</span></td>\n<td><span style="font-weight: 400;">No centralised backup management for multiple WordPress websites. </span></td>\n</tr>\n<tr>\n<td><b>Advanced reporting</b></td>\n<td><span style="font-weight: 400;">Basic reports sent to admin email in free version. Advanced reporting tools available in UpdraftPlus Premium.</span></td>\n<td><span style="font-weight: 400;">Basic, free email reports only.</span></td>\n</tr>\n</tbody>\n</table></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_125 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">As far as basic backup and restore goes, both UpdraftPlus and BackWPup are fairly similar. But when it comes to certain advanced features, UpdraftPlus stands out here.</span></p>\n<p><span style="font-weight: 400;">Most notably, UpdraftPlus has more free <a href="https://updraftplus.com/backups-stored/">remote storage options</a>. BackWPup has fewer and you can’t restore from remote storage without paying. One-click restore is also not included in the free version of BackWPup.</span></p>\n<p><span style="font-weight: 400;">UpdraftPlus Premium natively supports advanced reporting, and offers stronger multisite support. You can also <a href="https://updraftplus.com/updraftcentral/">manage multiple WordPress sites</a> from one secure browser based dashboard via UpdraftCentral. These features are missing from BackWPup.</span></p>\n<p><span style="font-weight: 400;">To be fair, BackWPup does provide free multisite support while UpdraftPlus does not, however users won’t be able to restore sub-sites (only the network as a whole) whereas you can do this with UpdraftPlus Premium. BackWPup has sophisticated encryption in its Pro version, and lets you backup to multiple locations in its free version.</span></p>\n<p><span style="font-weight: 400;">But overall, both <a href="https://updraftplus.com/freevspremium/">UpdraftPlus Premium and free have more and better features</a>.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_126 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>UpdraftPlus vs. BackWPup: Areas of difference</h2>\n<p><span style="font-weight: 400;">While both UpdraftPlus and BackWPup are powerful backup plugins, key differences set them apart. Let’s go over these in detail so you can decide for yourself which plugin is right for you or your business.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_127 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">UpdraftPlus vs. BackWPup: Backup options</span></h2>\n<p><span style="font-weight: 400;">The process of taking a backup should be simple and straightforward. How does this compare in UpdraftPlus vs. BackWPup? Let’s look at how to take a backup in the free versions for a fair comparison.</span></p>\n<h3><span style="font-weight: 400;">UpdraftPlus</span></h3>\n<p><span style="font-weight: 400;">In UpdraftPlus, once you install the plugin, it’s really easy to take a quick backup. You’ll find it in </span><b>Settings > UpdraftPlus Backups</b><span style="font-weight: 400;">.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_51">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1052" height="316" src="https://updraftplus.com/wp-content/uploads/2024/07/UpDraft-BackUp-Now.webp" alt="UpDraft-BackUp-Now" title="UpDraft-BackUp-Now" srcset="https://updraftplus.com/wp-content/uploads/2024/07/UpDraft-BackUp-Now.webp 1052w, https://updraftplus.com/wp-content/uploads/2024/07/UpDraft-BackUp-Now-980x294.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/UpDraft-BackUp-Now-480x144.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1052px, 100vw" class="wp-image-2187562" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_128 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Make sure you’re on the </span><b>Backup / Restore</b><span style="font-weight: 400;"> tab, and click the big </span><b>Backup Now</b><span style="font-weight: 400;"> button. You’ll see a pop-up where you can decide whether to include the database or site files (or both). You can also configure what files are saved in this menu.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_52">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="638" height="493" src="https://updraftplus.com/wp-content/uploads/2024/07/Take-a-new-backup.webp" alt="Take-a-new-backup" title="Take-a-new-backup" srcset="https://updraftplus.com/wp-content/uploads/2024/07/Take-a-new-backup.webp 638w, https://updraftplus.com/wp-content/uploads/2024/07/Take-a-new-backup-480x371.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 638px, 100vw" class="wp-image-2187563" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_129 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Just click </span><b>Backup Now</b><span style="font-weight: 400;"> and UpdraftPlus will get started.</span></p>\n<p><span style="font-weight: 400;">If you need to set up remote storage, just check the </span><b>Settings</b><span style="font-weight: 400;"> tab and click on your preferred cloud storage provider. You can schedule file and database backups from the same tab.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_53">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1051" height="648" src="https://updraftplus.com/wp-content/uploads/2024/07/cloud-provider-storage-settings.webp" alt="cloud-provider-storage-settings" title="cloud-provider-storage-settings" srcset="https://updraftplus.com/wp-content/uploads/2024/07/cloud-provider-storage-settings.webp 1051w, https://updraftplus.com/wp-content/uploads/2024/07/cloud-provider-storage-settings-980x604.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/cloud-provider-storage-settings-480x296.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1051px, 100vw" class="wp-image-2187564" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_130 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">UpdraftPlus Premium also has a few more features, such as: </span></p>\n<ul>\n<li style="list-style-type: none;">\n<ul>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Configure what database tables are backed up, including external non-WP databases.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Access to more remote storage options.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Multisite support.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">More remote storage destinations.</span></li>\n<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Backup to multiple remote storage destinations.</span></li>\n</ul>\n</li>\n</ul>\n<h2><span style="font-weight: 400;">BackWPup</span></h2>\n<p><span style="font-weight: 400;">As for BackWPup, it’s a little less straightforward. Once you install it, you’ll see a new BackWPup menu item in your sidebar. You’ll want to head to </span><b>BackWPup > Add new job</b><span style="font-weight: 400;">.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_54">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1031" height="612" src="https://updraftplus.com/wp-content/uploads/2024/07/General-settings.webp" alt="General-settings" title="General-settings" srcset="https://updraftplus.com/wp-content/uploads/2024/07/General-settings.webp 1031w, https://updraftplus.com/wp-content/uploads/2024/07/General-settings-980x582.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/General-settings-480x285.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1031px, 100vw" class="wp-image-2187565" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_131 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Each of the tabs contain various settings for this single ‘backup job’. You can use this to configure multiple backups with different settings. For example, you can use the </span><b>Schedule</b><span style="font-weight: 400;"> tab to create a scheduled backup.</span></p>\n<p><span style="font-weight: 400;">Setting up remote storage can be confusing; you need to scroll all the way down to </span><b>Job Destination</b><span style="font-weight: 400;"> and tick each storage option you want.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_55">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="591" height="326" src="https://updraftplus.com/wp-content/uploads/2024/07/Job-destination-dialogue.webp" alt="Job-destination-dialogue" title="Job-destination-dialogue" srcset="https://updraftplus.com/wp-content/uploads/2024/07/Job-destination-dialogue.webp 591w, https://updraftplus.com/wp-content/uploads/2024/07/Job-destination-dialogue-480x265.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 591px, 100vw" class="wp-image-2187566" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_132 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Then you need to scroll back up to the tabs at the top of the page, where you’ll see new tabs for each remote storage option. You’ll have to click each one to configure/authenticate them.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_56">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="735" height="287" src="https://updraftplus.com/wp-content/uploads/2024/07/FTP-Server-login-window.webp" alt="FTP-Server-login-window" title="FTP-Server-login-window" srcset="https://updraftplus.com/wp-content/uploads/2024/07/FTP-Server-login-window.webp 735w, https://updraftplus.com/wp-content/uploads/2024/07/FTP-Server-login-window-480x187.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 735px, 100vw" class="wp-image-2187568" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_133 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Once all this is done, you should go to </span><b>BackWPup > Jobs</b><span style="font-weight: 400;">, hover over the job you created, and click </span><b>Run now</b><span style="font-weight: 400;">.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_57">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1047" height="500" src="https://updraftplus.com/wp-content/uploads/2024/07/archives-progress.webp" alt="archives-progress" title="archives-progress" srcset="https://updraftplus.com/wp-content/uploads/2024/07/archives-progress.webp 1047w, https://updraftplus.com/wp-content/uploads/2024/07/archives-progress-980x468.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/archives-progress-480x229.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1047px, 100vw" class="wp-image-2187567" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_134 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">This involves quite a lot of steps. One-click backup in UpdraftPlus is much more intuitive. It centralises all its functionality into one page, while BackWPup scatters it over many pages that feel cluttered. Adding new remote storage options is not intuitive and terminology like ‘jobs’ can be confusing for new users.</span></p>\n<p><span style="font-weight: 400;">They both get the job done, but UpdraftPlus is definitely easier and quicker to use here.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_135 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">UpdraftPlus vs. BackWPup: Restoration</span></h2>\n<p><span style="font-weight: 400;">An easy and quick restoration is just as important as the process of taking a backup. How does this look in UpdraftPlus and BackWPup?</span></p>\n<h3><span style="font-weight: 400;">UpdraftPlus</span></h3>\n<p><a href="https://updraftplus.com/faqs/restore-site-updraftplus/"><span style="font-weight: 400;">Restoring in UpdraftPlus</span></a><span style="font-weight: 400;"> is done in the same central dashboard. In the </span><b>Backup / Restore</b><span style="font-weight: 400;"> tab, scroll down to the </span><b>Existing Backups</b><span style="font-weight: 400;"> section and click </span><b>Restore</b><span style="font-weight: 400;"> on any backup you’ve taken before. You can also click </span><b>Upload backup files</b><span style="font-weight: 400;"> if you want to upload a zip file manually.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_58">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1045" height="294" src="https://updraftplus.com/wp-content/uploads/2024/07/existing-backups-log.webp" alt="existing-backups-log" title="existing-backups-log" srcset="https://updraftplus.com/wp-content/uploads/2024/07/existing-backups-log.webp 1045w, https://updraftplus.com/wp-content/uploads/2024/07/existing-backups-log-980x276.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/existing-backups-log-480x135.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1045px, 100vw" class="wp-image-2187554" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_136 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h4><span style="font-weight: 400;">BackWPup</span></h4>\n<p><span style="font-weight: 400;">In BackWPup, you can restore through the </span><b>BackWPup > Restore</b><span style="font-weight: 400;"> menu. This just supports file upload in the free version; only the Pro version has one-click restore.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_59">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1044" height="534" src="https://updraftplus.com/wp-content/uploads/2024/07/backup-upload-window.webp" alt="backup-upload window" title="backup-upload window" srcset="https://updraftplus.com/wp-content/uploads/2024/07/backup-upload-window.webp 1044w, https://updraftplus.com/wp-content/uploads/2024/07/backup-upload-window-980x501.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/backup-upload-window-480x246.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1044px, 100vw" class="wp-image-2187553" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_137 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">There’s a major limitation here: if you back up to cloud storage, you won’t be able to restore it unless you do it manually. Another caveat is that only BackWPup backups can be restored here. With UpdraftPlus Premium, you can restore backups from any plugin, including BackWPup.</span></p>\n<p><span style="font-weight: 400;">In short, BackWPup is limited here compared to either version of UpdraftPlus.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_138 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">UpdraftPlus vs. BackWPup: Migration and cloning</span></h2>\n<p><span style="font-weight: 400;">What if you want to migrate your site to another installation or clone it for testing purposes? Both plugins support this functionality, but in different ways.</span></p>\n<p><span style="font-weight: 400;">A simple migration can be done with the free version of UpdraftPlus. This just involves taking a backup, downloading the zip file, and ‘restoring’ it onto a different website. You can do the same with BackWPup but would have to opt for the premium version. </span></p>\n<p><span style="font-weight: 400;">But what about advanced features?</span></p>\n<h3><span style="font-weight: 400;">UpdraftPlus</span></h3>\n<p><span style="font-weight: 400;">UpdraftPlus Premium supports </span><a href="https://updraftplus.com/migrator/"><span style="font-weight: 400;">direct site-to-site migration</span></a><span style="font-weight: 400;">. You can also customise exactly what is migrated over.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_60">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1039" height="244" src="https://updraftplus.com/wp-content/uploads/2024/07/migrate.webp" alt="migrate" title="migrate" srcset="https://updraftplus.com/wp-content/uploads/2024/07/migrate.webp 1039w, https://updraftplus.com/wp-content/uploads/2024/07/migrate-980x230.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/migrate-480x113.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1039px, 100vw" class="wp-image-2187552" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_139 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">There’s also UpdraftClone, which lets you </span><span style="font-weight: 400;">quickly spin up temporary website clones</span><span style="font-weight: 400;"> on servers belonging to UpdraftPlus (so you don’t need separate hosting etc.).</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_61">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1040" height="437" src="https://updraftplus.com/wp-content/uploads/2024/07/create-temp-clone.webp" alt="create-temp-clone" title="create-temp-clone" srcset="https://updraftplus.com/wp-content/uploads/2024/07/create-temp-clone.webp 1040w, https://updraftplus.com/wp-content/uploads/2024/07/create-temp-clone-980x412.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/create-temp-clone-480x202.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1040px, 100vw" class="wp-image-2187569" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_140 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">These are premium services. </span><a href="https://updraftplus.com/updraftclone/"><span style="font-weight: 400;">UpdraftClone</span></a><span style="font-weight: 400;"> can be used with the free version, but you’ll need to buy tokens. Direct site-to-site migration is a feature of UpdraftPlus Premium. </span></p>\n<h3><span style="font-weight: 400;">BackWPup</span></h3>\n<p><span style="font-weight: 400;">BackWPup does not support cloning at all, and its migration features are less straightforward. If you have BackWPup Pro, you can </span><span style="font-weight: 400;">manually install a standalone app</span><span style="font-weight: 400;"> and use this to migrate your site. But the steps to do so are lengthy and confusing for inexperienced users.</span></p>\n<p><span style="font-weight: 400;">Migration is a paid feature for BackWPup, but with UpdraftPlus, you’re getting an easier experience and it’s included in the free version.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_141 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">UpdraftPlus vs. BackWPup: </span><span style="font-weight: 400;">Customer support and documentation</span></h2>\n<p><span style="font-weight: 400;">Good support isn’t something to overlook. Technical issues happen, but a friendly and experienced support team can make the difference. How do these two plugins stack up?</span></p>\n<h3><span style="font-weight: 400;">UpdraftPlus</span></h3>\n<p><span style="font-weight: 400;">With UpdraftPlus, there are </span><a href="https://updraftplus.com/support/"><span style="font-weight: 400;">many support options</span></a><span style="font-weight: 400;"> available. Free version users can post in the WordPress support forums for help. UpdraftPlus support agents tend to stay on top of things there and resolve most problems quickly.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_62">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="411" height="194" src="https://updraftplus.com/wp-content/uploads/2024/07/Support-record2.webp" alt="Support-record2" title="Support-record2" srcset="https://updraftplus.com/wp-content/uploads/2024/07/Support-record2.webp 411w, https://updraftplus.com/wp-content/uploads/2024/07/Support-record2-300x142.webp 300w" sizes="(max-width: 411px) 100vw, 411px" class="wp-image-2187561" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_142 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Premium UpdraftPlus users can submit a support ticket. You’ll usually receive a reply within 24 hours. </span></p>\n<h3><span style="font-weight: 400;">BackWPup</span></h3>\n<p><span style="font-weight: 400;">BackWPup uses a similar support model; free users can post on the support forum on WordPress.org. Support agents answer questions twice a week for two hours and resolve most issues.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_63">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="436" height="202" src="https://updraftplus.com/wp-content/uploads/2024/07/Support-record.webp" alt="Support-record" title="Support-record" srcset="https://updraftplus.com/wp-content/uploads/2024/07/Support-record.webp 436w, https://updraftplus.com/wp-content/uploads/2024/07/Support-record-300x139.webp 300w" sizes="(max-width: 436px) 100vw, 436px" class="wp-image-2187560" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_143 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Paid users receive premium ticket support. </span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_144 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">UpdraftPlus vs. BackWPup: User reviews and ratings</span></h2>\n<p><span style="font-weight: 400;">Finally, how do users feel about UpdraftPlus vs. BackWPup? It’s a good idea to read the reviews before you spend money on anything.</span></p>\n<h3><span style="font-weight: 400;">UpdraftPlus</span></h3>\n<p><span style="font-weight: 400;">UpdraftPlus maintains a five-star average on WordPress.org from a total of 7,500+ reviews.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_64">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="438" height="280" src="https://updraftplus.com/wp-content/uploads/2024/07/Ratings.webp" alt="Ratings" title="Ratings" srcset="https://updraftplus.com/wp-content/uploads/2024/07/Ratings.webp 438w, https://updraftplus.com/wp-content/uploads/2024/07/Ratings-300x192.webp 300w" sizes="(max-width: 438px) 100vw, 438px" class="wp-image-2187559" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_145 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Over 7,000 of these are five-star reviews, which praise its functionality in its free version as well as its ease of use.</span></p></div>\n </div><div class="et_pb_module et_pb_testimonial et_pb_testimonial_0 clearfix et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image">\n \n \n \n \n <div style="background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==)" class="et_pb_testimonial_portrait"></div>\n <div class="et_pb_testimonial_description">\n <div class="et_pb_testimonial_description_inner"><div class="et_pb_testimonial_content"><p>I tried a few backup plugins, but this one was the only one that could do what I needed. </p>\n<p>Thanks a lot!</p></div></div>\n <span class="et_pb_testimonial_author">everlong44</span>\n <p class="et_pb_testimonial_meta"></p>\n </div>\n </div><div class="et_pb_module et_pb_text et_pb_text_146 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">You can also read various </span><a href="https://updraftplus.com/testimonials/"><span style="font-weight: 400;">UpdraftPlus testimonials</span></a><span style="font-weight: 400;"> or check third-party review websites. On </span><a href="https://www.trustpilot.com/review/updraftplus.com"><span style="font-weight: 400;">TrustPilot</span></a><span style="font-weight: 400;">, it has a 4.5 star ranking.</span></p>\n<h3><span style="font-weight: 400;">BackWPup</span></h3>\n<p><span style="font-weight: 400;">BackWPup is also ranked highly, with a 4.5 star rating from 1,000+ reviews on WordPress.org.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_65">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="424" height="267" src="https://updraftplus.com/wp-content/uploads/2024/07/Our-ratings.webp" alt="Our-ratings" title="Our-ratings" srcset="https://updraftplus.com/wp-content/uploads/2024/07/Our-ratings.webp 424w, https://updraftplus.com/wp-content/uploads/2024/07/Our-ratings-300x189.webp 300w" sizes="(max-width: 424px) 100vw, 424px" class="wp-image-2187557" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_147 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><p><span style="font-weight: 400;">Five-star reviews praise its reliability. One-star reviews touch on the lack of restore functionality in the free version or confusion in configuring remote storage.</span></p>\n<p><span style="font-weight: 400;">Overall, UpdraftPlus has more positive reviews and a greater proportion of them. BackWPup is close, but there are some issues causing people to leave one-star reviews.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_148 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">UpdraftPlus vs. BackWPup: Pricing and plans</span></h2>\n<p><span style="font-weight: 400;">While features are important, your budget is just as much so. How much can you expect to pay for UpdraftPlus vs. BackWPup?</span></p>\n<p><span style="font-weight: 400;">Both of these plugins use a similar pricing model; you get the same premium features regardless of how many websites you have but the pricing does change according to how many licenses you need. </span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_149 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3><span style="font-weight: 400;">BackWPup pricing and plans</span></h3>\n<p><span style="font-weight: 400;">For BackWPup, Pro plans currently range from $69-$349/year. Their cheapest Standard plan provides one licence, while their most expensive Agency plan gives 100. You receive all features plus updates and premium support for one year. Also, renewal is cheaper than the initial purchase; for a standard plan, you only pay $39 after the first year.</span></p></div>\n </div><div class="et_pb_module et_pb_image et_pb_image_66">\n \n \n \n \n <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1207" height="823" src="https://updraftplus.com/wp-content/uploads/2024/07/pricing.webp" alt="pricing" title="pricing" srcset="https://updraftplus.com/wp-content/uploads/2024/07/pricing.webp 1207w, https://updraftplus.com/wp-content/uploads/2024/07/pricing-980x668.webp 980w, https://updraftplus.com/wp-content/uploads/2024/07/pricing-480x327.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1207px, 100vw" class="wp-image-2187556" /></span>\n </div><div class="et_pb_module et_pb_text et_pb_text_150 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h3><span style="font-weight: 400;">UpdraftPlus pricing and plans</span></h3>\n<p><span style="font-weight: 400;">As for UpdraftPlus, its plans range from $70-$399/year. Our cheapest plan gives you two licences, while the Enterprise plan gives you unlimited licences. The most expensive Gold plan also gives you unlimited use of UpdraftCentral Cloud.</span></p>\n<p><span style="font-weight: 400;">Overall, UpdraftPlus plans are cheaper and provide much more value. The cheapest BackWPup plan is similarly priced but provides only one licence. UpdraftPlus gives you two, as well as a token for UpdraftClone and 1GB of </span><a href="https://updraftplus.com/updraftvault/"><span style="font-weight: 400;">UpdraftVault</span></a><span style="font-weight: 400;"> storage. </span></p>\n<p><span style="font-weight: 400;">While you can get 35 licences with UpdraftPlus’ Agency plan for $145/year, with BackWPup, you receive only 25 licences for $279/year. For $195/year with UpdraftPlus, you can have unlimited licences; this isn’t an option with BackWPup, which charges $349/year for only 100 licences.</span></p></div>\n </div><div class="et_pb_module et_pb_cta_0 et_pb_promo et_pb_text_align_center et_pb_bg_layout_dark">\n \n \n \n \n <div class="et_pb_promo_description"><h2 class="et_pb_module_header">The worlds most trusted backup plugin</h2><div><p><span>Join over 3 million WordPress sites that trust UpdraftPlus for reliable, secure backups.</span></p></div></div>\n <div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_promo_button" href="https://updraftplus.com/shop/updraftplus-premium/">Explore UpdraftPlus Premium</a></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_151 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2><span style="font-weight: 400;">Conclusions and recommendations</span></h2>\n<p><span style="font-weight: 400;">Which backup plugin you go with is no small choice. Whether you’re running a large business or blogging as an individual, losing your hard work would be disastrous. You need to pick the backup plugin that works best.</span></p>\n<p><span style="font-weight: 400;">UpdraftPlus and BackWPup are both solid backup solutions, but UpdraftPlus stands out due to its extensive features. More remote storage options, a more straightforward interface, intuitive migration options and better handling of multisite are some of the major differences.</span></p>\n<p><span style="font-weight: 400;">If you want to see for yourself, </span><a href="https://updraftplus.com/shop/updraftplus-premium/"><span style="font-weight: 400;">give UpdraftPlus Premium a try</span></a><span style="font-weight: 400;"> today. If you need an advanced backup plugin with an array of features, you won’t be disappointed.</span></p></div>\n </div><div class="et_pb_module et_pb_text et_pb_text_152 et_pb_text_align_left et_pb_bg_layout_light">\n \n \n \n \n <div class="et_pb_text_inner"><h2>FAQs</h2></div>\n </div><div class="et_pb_module et_pb_accordion et_pb_accordion_3">\n \n \n \n \n <div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_19 et_pb_toggle_open">\n \n \n \n \n <h5 class="et_pb_toggle_title">What is the difference between UpdraftPlus and BackWPup?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">UpdraftPlus offers more features. This includes one-click restore, a wider variety of cloud storage integrations, more intuitive site migration and deeper multisite support. BackWPup, though a reliable backup solution, lacks many advanced features like this.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_20 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Which backup plugin is best for WordPress?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">UpdraftPlus is generally considered to be the better option for WordPress due to having more comprehensive features. Its intuitive interface and ease of use is another plus. It backs up, migrates and restores and supports a wide variety of cloud storage options.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_21 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Can I use UpdraftPlus to migrate my WordPress site?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">Yes, the free version of UpdraftPlus supports basic site migration (download backups or upload to remote storage, connect to the same location in the destination site then restore backups). The premium version allows for direct site-to-site migration and gives you more control of what you migrate. It also works in multisite environments.</span></p></div>\n </div><div class="et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_22 et_pb_toggle_close">\n \n \n \n \n <h5 class="et_pb_toggle_title">Does BackWPup support incremental backups?</h5>\n <div class="et_pb_toggle_content clearfix"><p><span style="font-weight: 400;">BackWPup has a ‘synchronise file by file to destination’, a very similar feature to incremental backups. UpdraftPlus also </span><a href="https://updraftplus.com/how-to-use-incremental-backups/"><span style="font-weight: 400;">supports incremental backups</span></a><span style="font-weight: 400;">, with the added advantage that you can customise exactly what you back up. </span></p></div>\n </div>\n </div>\n </div>\n \n \n \n \n </div>\n \n \n </div>\n<p>The post <a href="https://updraftplus.com/updraftplus-vs-backwpup/">Plugin Comparison: UpdraftPlus vs. BackWPup</a> appeared first on <a href="https://updraftplus.com">UpdraftPlus</a>. <a href="https://updraftplus.com">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:29:"https://updraftplus.com/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:48:"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:19:{s:12:"content-type";s:23:"text/xml; charset=utf-8";s:4:"vary";s:46:"Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site";s:12:"feedburnerv2";s:0:"";s:13:"last-modified";s:28:"Tue, 4 Feb 2025 21:43:22 GMT";s:13:"cache-control";s:46:"no-cache, no-store, max-age=0, must-revalidate";s:6:"pragma";s:8:"no-cache";s:7:"expires";s:29:"Mon, 01 Jan 1990 00:00:00 GMT";s:4:"date";s:29:"Tue, 04 Feb 2025 22:37:31 GMT";s:26:"cross-origin-opener-policy";s:11:"same-origin";s:28:"cross-origin-resource-policy";s:9:"same-site";s:23:"content-security-policy";s:243:"require-trusted-types-for ''script'';report-uri /_/RaichuFeedServer/cspreport, script-src ''report-sample'' ''nonce-J4SwJcgXwzUaYkyCsG_Pxw'' ''unsafe-inline'';object-src ''none'';base-uri ''self'';report-uri /_/RaichuFeedServer/cspreport;worker-src ''self''";s:9:"accept-ch";s:192:"Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factors, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version";s:18:"permissions-policy";s:174:"ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factors=*, ch-ua-platform=*, ch-ua-platform-version=*";s:19:"reporting-endpoints";s:170:"default="/_/RaichuFeedServer/web-reports?context=eJzj4tDikmII0JBiEOLhWL22ay-bwIPHX1YyKlkm5RfGJ5amZObrFpQm5WQWZ6QWFesCBXWLEjOTM0p101JTU4pTi8pSi-KNDIxMDYwMjPUMzOMLDABtkBuc"";s:16:"content-encoding";s:4:"gzip";s:6:"server";s:3:"ESF";s:16:"x-xss-protection";s:1:"0";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:22:"x-content-type-options";s:7:"nosniff";}}s:5:"build";i:1731476983;s:21:"cache_expiration_time";i:1738751851;s:23:"__cache_expiration_time";i:1738751851;}', 'off'); INSERT INTO `wpxo_options` VALUES (109709, '_transient_timeout_feed_mod_3a39ef5d0240c40133252ada9b3c6e81', '1738751851', 'off'), (109710, '_transient_feed_mod_3a39ef5d0240c40133252ada9b3c6e81', '1738708651', 'off'), (109711, 'updraft_combine_jobs_around', '1739057907', 'on'), (109712, '_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271', '1739313451', 'off'), (109713, '_site_transient_php_check_38979a08dcd71638878b7b4419751271', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:6:"7.2.24";s:12:"is_supported";b:1;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'off'), (109715, '_site_transient_timeout_wp_theme_files_patterns-104c84882024e8b76d1751f6acd512fd', '1738710454', 'off'), (109716, '_site_transient_wp_theme_files_patterns-104c84882024e8b76d1751f6acd512fd', 'a:2:{s:7:"version";s:3:"1.0";s:8:"patterns";a:0:{}}', 'off'), (109717, '_site_transient_timeout_wp_theme_files_patterns-66fa5e8d7018c6b6c938844c2e008042', '1738710454', 'off'), (109718, '_site_transient_wp_theme_files_patterns-66fa5e8d7018c6b6c938844c2e008042', 'a:2:{s:7:"version";s:5:"4.0.4";s:8:"patterns";a:0:{}}', 'off'), (109719, '_transient_timeout_cmplz_cookies', '1738708714', 'off'), (109720, '_transient_cmplz_cookies', 'a:24:{i:0;O:8:"stdClass":21:{s:2:"ID";s:1:"1";s:4:"name";s:56:"/wp-admin/admin.php-elfinder-toolbarhideswp_file_manager";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:1;O:8:"stdClass":21:{s:2:"ID";s:1:"2";s:4:"name";s:18:"__s3ga4_session_id";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:2;O:8:"stdClass":21:{s:2:"ID";s:1:"3";s:4:"name";s:13:"fontsCssCache";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:3;O:8:"stdClass":21:{s:2:"ID";s:1:"4";s:4:"name";s:21:"WP_PREFERENCES_USER_1";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:4;O:8:"stdClass":21:{s:2:"ID";s:1:"5";s:4:"name";s:15:"e_event-tracker";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:5;O:8:"stdClass":21:{s:2:"ID";s:1:"6";s:4:"name";s:9:"e_globals";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:6;O:8:"stdClass":21:{s:2:"ID";s:1:"7";s:4:"name";s:10:"i18nextLng";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:7;O:8:"stdClass":21:{s:2:"ID";s:1:"8";s:4:"name";s:51:"/wp-admin/admin.php-elfinder-lastdirwp_file_manager";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:8;O:8:"stdClass":21:{s:2:"ID";s:1:"9";s:4:"name";s:23:"e_kit-elements-defaults";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:9;O:8:"stdClass":21:{s:2:"ID";s:2:"10";s:4:"name";s:9:"elementor";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1723115315";}i:10;O:8:"stdClass":21:{s:2:"ID";s:2:"11";s:4:"name";s:59:"/wp-admin/admin.php-elfinder-mkfileTextMimeswp_file_manager";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:11;O:8:"stdClass":21:{s:2:"ID";s:2:"12";s:4:"name";s:8:"loglevel";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1723115315";}i:12;O:8:"stdClass":21:{s:2:"ID";s:2:"13";s:4:"name";s:23:"wpEmojiSettingsSupports";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:13;O:8:"stdClass":21:{s:2:"ID";s:2:"14";s:4:"name";s:22:"rs6_library_pagination";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:14;O:8:"stdClass":21:{s:2:"ID";s:2:"15";s:4:"name";s:16:"cht_country_code";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:15;O:8:"stdClass":21:{s:2:"ID";s:2:"16";s:4:"name";s:18:"wp-settings-time-1";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:16;O:8:"stdClass":21:{s:2:"ID";s:2:"17";s:4:"name";s:13:"wp-settings-1";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:17;O:8:"stdClass":21:{s:2:"ID";s:2:"18";s:4:"name";s:12:"perf_dv6Tr4n";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:18;O:8:"stdClass":21:{s:2:"ID";s:2:"19";s:4:"name";s:21:"wordpress_test_cookie";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:19;O:8:"stdClass":21:{s:2:"ID";s:2:"20";s:4:"name";s:13:"_lscache_vary";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:20;O:8:"stdClass":21:{s:2:"ID";s:2:"21";s:4:"name";s:52:"wordpress_logged_in_24c538a79fd0ecb9739cd5fad2e1e83e";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:21;O:8:"stdClass":21:{s:2:"ID";s:2:"22";s:4:"name";s:13:"chatyWidget_0";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1723115355";}i:22;O:8:"stdClass":21:{s:2:"ID";s:2:"23";s:4:"name";s:18:"activechatyWidgets";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1723115355";}i:23;O:8:"stdClass":21:{s:2:"ID";s:2:"24";s:4:"name";s:5:"debug";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1728557020";}}', 'off'); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_postmeta` -- CREATE TABLE `wpxo_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_postmeta` -- INSERT INTO `wpxo_postmeta` VALUES (1, 2, '_wp_page_template', 'default'), (2, 3, '_wp_page_template', 'default'), (3, 0, 'burst_total_pageviews_count', '2'), (11, 6, '_elementor_edit_mode', 'builder'), (12, 6, '_elementor_template_type', 'kit'), (18, 1, '_cmplz_scanned_post', '1'), (19, 2, '_cmplz_scanned_post', '1'), (20, 8, '_elementor_edit_mode', 'builder'), (21, 8, '_elementor_template_type', 'header'), (22, 9, '_elementor_edit_mode', 'builder'), (23, 9, '_elementor_template_type', 'header'), (24, 8, '_elementor_version', '3.23.0'), (25, 8, '_elementor_pro_version', '3.22.1'), (27, 8, '_edit_lock', '1721041411:1'), (28, 8, '_wp_page_template', 'default'), (29, 8, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"none","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_justify_content_tablet":"center","flex_align_items_tablet":"center","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self_tablet":"center"},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"flex_justify_content_tablet":"center","flex_align_items_tablet":"center","flex_gap_mobile":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"width_tablet":{"unit":"%","size":72.539},"width_mobile":{"unit":"%","size":100,"sizes":[]},"flex_direction_tablet":"row","flex_justify_content_tablet":"space-around","flex_align_items_tablet":"stretch","flex_align_items_mobile":"center","padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width_tablet":"initial"},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_custom_width_tablet":{"unit":"px","size":300,"sizes":[]},"_element_custom_width_mobile":{"unit":"px","size":110,"sizes":[]},"_flex_align_self_mobile":"flex-start","_flex_size_mobile":"grow"},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"center","ha_advanced_tooltip_content":"I am a tooltip","_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_justify_content_mobile":"center","flex_align_items_mobile":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_flex_align_self_mobile":"center"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (31, 6, '_edit_lock', '1719833863:1'), (32, 10, '_wp_attached_file', '2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png'), (33, 10, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:936;s:6:"height";i:168;s:4:"file";s:60:"2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:8:"filesize";i:77714;s:5:"sizes";a:8:{s:6:"medium";a:5:{s:4:"file";s:59:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-300x54.png";s:5:"width";i:300;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5317;}s:5:"large";a:5:{s:4:"file";s:47:"pyirates-LOGO-Head-for-A-removebg-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:21692;}s:9:"thumbnail";a:5:{s:4:"file";s:60:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4846;}s:12:"medium_large";a:5:{s:4:"file";s:60:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-768x138.png";s:5:"width";i:768;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:18693;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:60:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-600x168.png";s:5:"width";i:600;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:12768;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:60:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-800x168.png";s:5:"width";i:800;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:20107;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:46:"pyirates-LOGO-Head-for-A-removebg-1200x700.png";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:25752;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4605;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (34, 10, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1280;s:6:"height";i:1280;s:4:"file";s:37:"pyirates-LOGO-Head-for-A-removebg.png";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:2044;}s:11:"medium-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4265;}s:17:"medium_large-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:13855;}s:10:"large-orig";a:5:{s:4:"file";s:47:"pyirates-LOGO-Head-for-A-removebg-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:21692;}s:18:"ocean-thumb-m-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:9597;}s:19:"ocean-thumb-ml-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-800x450.png";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:13828;}s:18:"ocean-thumb-l-orig";a:5:{s:4:"file";s:46:"pyirates-LOGO-Head-for-A-removebg-1200x700.png";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:25752;}}'), (35, 11, '_elementor_edit_mode', 'builder'), (36, 11, '_elementor_template_type', 'kit'), (38, 6, '_wp_page_template', 'default'), (39, 6, '_elementor_page_settings', 'a:12:{s:13:"system_colors";a:4:{i:0;a:3:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:5:"color";s:7:"#6EC1E4";}i:1;a:3:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:5:"color";s:7:"#54595F";}i:2;a:3:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:5:"color";s:7:"#7A7A7A";}i:3;a:3:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:5:"color";s:7:"#61CE70";}}s:13:"custom_colors";a:0:{}s:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"600";}i:1;a:5:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:11:"Roboto Slab";s:22:"typography_font_weight";s:3:"400";}i:2;a:5:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"400";}i:3;a:5:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:9:"site_name";s:8:"Pyirates";s:16:"site_description";s:42:"Pyirates of the internet 🤷🏿♂️";s:9:"site_logo";a:5:{s:3:"url";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:2:"id";i:10;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:12:"site_favicon";a:5:{s:3:"url";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:2:"id";i:10;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:19:"page_title_selector";s:14:"h1.entry-title";s:11:"viewport_md";i:768;s:11:"viewport_lg";i:1025;}'), (40, 6, '_elementor_data', '[]'), (41, 12, '_elementor_edit_mode', 'builder'), (42, 12, '_elementor_template_type', 'kit'), (44, 12, '_wp_page_template', 'default'), (45, 12, '_elementor_page_settings', 'a:12:{s:13:"system_colors";a:4:{i:0;a:3:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:5:"color";s:7:"#6EC1E4";}i:1;a:3:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:5:"color";s:7:"#54595F";}i:2;a:3:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:5:"color";s:7:"#7A7A7A";}i:3;a:3:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:5:"color";s:7:"#61CE70";}}s:13:"custom_colors";a:0:{}s:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"600";}i:1;a:5:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:11:"Roboto Slab";s:22:"typography_font_weight";s:3:"400";}i:2;a:5:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"400";}i:3;a:5:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:9:"site_name";s:8:"Pyirates";s:16:"site_description";s:17:"My WordPress Blog";s:9:"site_logo";a:5:{s:3:"url";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:2:"id";i:10;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:12:"site_favicon";a:5:{s:3:"url";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:2:"id";i:10;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:19:"page_title_selector";s:14:"h1.entry-title";s:11:"viewport_md";i:768;s:11:"viewport_lg";i:1025;}'), (46, 12, '_elementor_data', '[]'), (48, 6, '_elementor_version', '3.22.3'), (49, 6, '_elementor_pro_version', '3.22.1'), (50, 13, '_wp_attached_file', '2024/07/cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967.png'), (51, 13, '_wp_attachment_context', 'site-icon'), (52, 13, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:68:"2024/07/cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:8:"filesize";i:25161;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:12245;}s:9:"thumbnail";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4484;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-512x450.png";s:5:"width";i:512;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:25272;}s:13:"site_icon-270";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-270x270.png";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:10464;}s:13:"site_icon-192";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-192x192.png";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6396;}s:13:"site_icon-180";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5865;}s:12:"site_icon-32";a:5:{s:4:"file";s:66:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-32x32.png";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:678;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (54, 15, '_elementor_edit_mode', 'builder'), (55, 15, '_elementor_template_type', 'header'), (56, 15, '_elementor_version', '3.22.3'), (57, 15, '_elementor_pro_version', '3.22.1'), (58, 15, '_wp_page_template', 'default'), (59, 15, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":40,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false}]'), (61, 8, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (64, 16, '_elementor_edit_mode', 'builder'), (65, 16, '_elementor_template_type', 'header'), (66, 16, '_elementor_version', '3.22.3'), (67, 16, '_elementor_pro_version', '3.22.1'), (68, 16, '_wp_page_template', 'default'), (69, 16, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":40,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false}]'), (71, 16, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (78, 18, '_elementor_edit_mode', 'builder'), (79, 18, '_elementor_template_type', 'footer'), (80, 19, '_elementor_edit_mode', 'builder'), (81, 19, '_elementor_template_type', 'footer'), (82, 18, '_elementor_version', '3.22.3'), (83, 18, '_elementor_pro_version', '3.22.1'), (84, 18, '_edit_lock', '1720346948:1'), (85, 20, '_edit_lock', '1730539048:2'), (86, 21, '_wp_attached_file', '2024/07/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png'), (87, 21, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:168;s:4:"file";s:60:"2024/07/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png";s:8:"filesize";i:77810;s:5:"sizes";a:8:{s:6:"medium";a:5:{s:4:"file";s:59:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-300x53.png";s:5:"width";i:300;s:6:"height";i:53;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6913;}s:5:"large";a:5:{s:4:"file";s:47:"lL67zbGTiZo9h54uMt7Cf-transformed-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:31872;}s:9:"thumbnail";a:5:{s:4:"file";s:60:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6392;}s:12:"medium_large";a:5:{s:4:"file";s:60:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-768x137.png";s:5:"width";i:768;s:6:"height";i:137;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:24841;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:60:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-600x168.png";s:5:"width";i:600;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:17281;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:60:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-800x168.png";s:5:"width";i:800;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:26900;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:46:"lL67zbGTiZo9h54uMt7Cf-transformed-1200x700.png";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:34263;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6105;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (88, 21, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1280;s:6:"height";i:1280;s:4:"file";s:37:"lL67zbGTiZo9h54uMt7Cf-transformed.png";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:2787;}s:11:"medium-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6387;}s:17:"medium_large-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:20900;}s:10:"large-orig";a:5:{s:4:"file";s:47:"lL67zbGTiZo9h54uMt7Cf-transformed-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:31872;}s:18:"ocean-thumb-m-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:15068;}s:19:"ocean-thumb-ml-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-800x450.png";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:18669;}s:18:"ocean-thumb-l-orig";a:5:{s:4:"file";s:46:"lL67zbGTiZo9h54uMt7Cf-transformed-1200x700.png";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:34263;}}'), (89, 18, '_wp_page_template', 'default'), (90, 18, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":65,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"f79d3d2","elType":"widget","settings":{"content_width":"full","view":"inline","icon_list":[{"text":"News","selected_icon":{"value":"","library":""},"_id":"0a52f08","link":{"url":"https:\\/\\/pyirates.africa\\/news\\/","is_external":"","nofollow":"","custom_attributes":""}},{"text":"FAQ","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/faq\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3103f31"},{"text":"Privacy Policy","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3ef97e3"},{"text":"Terms & Conditions","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/terms\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"ffa05f1"}],"icon_typography_typography":"custom","icon_typography_font_family":"Ropa Sans","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"400","text_color":"#B9B9B9","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"c5feed5","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a6b763f","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"right","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (91, 22, '_elementor_edit_mode', 'builder'), (92, 22, '_elementor_template_type', 'footer'), (93, 22, '_elementor_version', '3.22.3'), (94, 22, '_elementor_pro_version', '3.22.1'), (95, 22, '_wp_page_template', 'default'), (96, 22, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313"},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (98, 18, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (100, 20, '_edit_last', '1'), (101, 20, 'cmplz_hide_cookiebanner', ''), (111, 25, '_elementor_edit_mode', 'builder'), (112, 25, '_elementor_template_type', 'footer'), (113, 25, '_elementor_version', '3.22.3'), (114, 25, '_elementor_pro_version', '3.22.1'), (115, 25, '_wp_page_template', 'default'), (116, 25, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":85,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b4f9573","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"center","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (118, 25, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (120, 26, '_elementor_edit_mode', 'builder'), (121, 26, '_elementor_template_type', 'footer'), (122, 26, '_elementor_version', '3.22.3'), (123, 26, '_elementor_pro_version', '3.22.1'), (124, 26, '_wp_page_template', 'default'), (125, 26, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":85,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b4f9573","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"center","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (127, 26, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (130, 27, '_elementor_edit_mode', 'builder'), (131, 27, '_elementor_template_type', 'footer'), (132, 27, '_elementor_version', '3.22.3'), (133, 27, '_elementor_pro_version', '3.22.1'), (134, 27, '_wp_page_template', 'default'), (135, 27, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":80,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b4f9573","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"center","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (137, 27, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (143, 20, '_elementor_template_type', 'wp-page'), (144, 20, '_elementor_version', '3.25.3'), (145, 20, '_elementor_pro_version', '3.23.3'), (146, 20, 'ocean_post_layout', 'full-width'), (147, 20, 'ocean_both_sidebars_content_width', ''), (148, 20, 'ocean_both_sidebars_sidebars_width', ''), (149, 20, 'ocean_disable_margins', 'on'), (150, 20, 'ocean_custom_logo', '0'), (151, 20, 'ocean_custom_retina_logo', '0'), (152, 20, 'ocean_custom_logo_max_width', ''), (153, 20, 'ocean_custom_logo_tablet_max_width', ''), (154, 20, 'ocean_custom_logo_mobile_max_width', ''), (155, 20, 'ocean_custom_logo_max_height', ''), (156, 20, 'ocean_custom_logo_tablet_max_height', ''), (157, 20, 'ocean_custom_logo_mobile_max_height', ''), (158, 20, 'ocean_menu_typo_font_size', ''), (159, 20, 'ocean_menu_typo_font_size_tablet', ''), (160, 20, 'ocean_menu_typo_font_size_mobile', ''), (161, 20, 'ocean_menu_typo_line_height', ''), (162, 20, 'ocean_menu_typo_line_height_tablet', ''), (163, 20, 'ocean_menu_typo_line_height_mobile', ''), (164, 20, 'ocean_menu_typo_spacing', ''), (165, 20, 'ocean_menu_typo_spacing_tablet', ''), (166, 20, 'ocean_menu_typo_spacing_mobile', ''), (167, 20, 'ocean_post_title_background', ''), (168, 20, 'ocean_post_title_height', ''), (169, 20, 'ocean_post_title_bg_overlay', '0.5'), (170, 20, 'footnotes', ''), (171, 28, 'footnotes', ''), (172, 20, '_elementor_edit_mode', 'builder'), (173, 29, 'footnotes', ''), (174, 29, '_elementor_template_type', 'wp-page'), (175, 29, '_elementor_version', '3.22.3'), (176, 29, '_elementor_pro_version', '3.22.1'), (177, 29, '_elementor_edit_mode', 'builder'), (178, 30, 'footnotes', ''), (179, 30, '_elementor_template_type', 'wp-page'), (180, 30, '_elementor_version', '3.22.3'), (181, 30, '_elementor_pro_version', '3.22.1'), (182, 30, '_elementor_edit_mode', 'builder'), (183, 20, '_wp_page_template', 'elementor_header_footer'), (184, 20, '_elementor_data', '[{"id":"06ba250","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#A2252D","padding":{"unit":"rem","top":"7","right":"0","bottom":"4","left":"0","isLinked":false},"padding_tablet":{"unit":"rem","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"rem","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[{"id":"6b1890e","elType":"widget","settings":{"title":"Pyirates","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":77,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7af8ab0","elType":"widget","settings":{"title":"Show your sexuality.<br>\\nMake money. Fulfill dreams.","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"60d9390","elType":"widget","settings":{"text":"Become A Model","align":"center","button_text_color":"#A2252D","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"222","right":"222","bottom":"222","left":"222","isLinked":true},"text_padding":{"unit":"px","top":"18","right":"26","bottom":"18","left":"26","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"},{"id":"edf3e7e","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb","hosted_url":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/10\\/video.mp4","id":531,"size":"","alt":"","source":"library"},"videopress_url":"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk","start":1,"autoplay":"yes","loop":"yes","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"video"}],"isInner":false},{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"},{"id":"a29a1e0","elType":"widget","settings":{"content_width":"full","title":"Pyirates university","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right","background_size_tablet":"contain","background_overlay_opacity_tablet":{"unit":"px","size":0.5,"sizes":[]},"padding_tablet":{"unit":"px","top":"10","right":"10","bottom":"10","left":"20","isLinked":false}},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.2,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","_element_width_tablet":"initial","_element_custom_width_tablet":{"unit":"px","size":347.844},"_flex_size":"none"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"6d103cd","elType":"widget","settings":{"content_width":"full","html":"<div class=\\"pyirates-left-sidebar-carousel\\">\\r\\n <div class=\\"pyirates-container\\">\\r\\n <div class=\\"pyirates-menu\\">\\r\\n <div class=\\"pyirates-menu-item active\\" onmouseover=\\"showPyiratesContent(0)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Driver<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(1)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Photoshoots<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(2)\\">\\r\\n <i class=\\"pyirates-menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Video production<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(3)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Outfit allowances<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(4)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Content Creation days<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(5)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Social media Mangement<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(6)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Program Outings<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-content\\">\\r\\n <img id=\\"pyirates-fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"pyirates-overlay\\">\\r\\n <button id=\\"pyirates-content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"pyirates-content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n<\\/div>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"},{"id":"bf4caa7","elType":"widget","settings":{"content_width":"full","title":"Pyirates Perks","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"18+","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Earn 100,000+ cedis monthly","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":"Stream on mobile","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Block any country","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Traffic Consistently","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"DMCA content protection","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Chargeback protection","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Dedicated agent","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Start your journey<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>PROOF OF ID<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>WEBCAM<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>LABTOP!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>PROFILE IMAGES<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"4\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INTERNET<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"5\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>LIGHTING<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 5\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 6\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"64e6eff","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#000000","padding":{"unit":"rem","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"padding_tablet":{"unit":"rem","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"rem","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[{"id":"9203f66","elType":"widget","settings":{"title":"Private &<br> Exclusive Private<br> shows","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"a72ad37","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb","hosted_url":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/10\\/c2c-1.mp4","id":535,"size":"","alt":"","source":"library"},"videopress_url":"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"video"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]},"content_width":"full","width":{"unit":"%","size":99.821},"_flex_size":"none","_element_width":"initial","padding_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"5f07240","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"a62f3de","elType":"widget","settings":{"content_width":"full","title":"Earn with pyirates","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35},"padding":{"unit":"px","top":"10","right":"20","bottom":"10","left":"20","isLinked":false},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"Live cam","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"25","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Interactive toys","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"Tips","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35},"margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"20","bottom":"0","left":"20","isLinked":false},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Ticket shows","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"25","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Games","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"Crowdfunding","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"6549220","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35},"padding":{"unit":"px","top":"10","right":"10","bottom":"0","left":"10","isLinked":false}},"elements":[{"id":"88395f0","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"20","isLinked":false,"unit":"px","size":35},"margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ea58b31","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"386fc16","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Clip store","description_text":"Sell photos & videos <br>\\nKeep earning outside of streaming","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"636ff76","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"909bfb9","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Sexting","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"ac24ccb","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"13eefe5","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"Contest","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"51aced8","elType":"container","settings":{"content_width":"full","flex_direction":"column","margin_tablet":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"eb91c32","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"20","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"898700b","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"e91735e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"AI","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4cbb151","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"1456367","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Auction","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"02418c5","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"3f6accf","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Subscription site","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"2fa908b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"20","isLinked":false,"unit":"px","size":35},"padding":{"unit":"px","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"margin_tablet":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1932bc1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"332af20","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Mass messages","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"bf8d092","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"d28844b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Voice messages","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"8c9ba38","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Pyirates set the rules <br>\\r\\n Stream your way.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"b2769fe","elType":"widget","settings":{"content_width":"full","shortcode":"[INSERT_ELEMENTOR id=\\"425\\"]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"6c631d3","elType":"container","settings":{"padding":{"unit":"px","top":"30","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"04c5acb","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"09fb024","elType":"container","settings":{"content_width":"full","flex_justify_content":"center"},"elements":[{"id":"022a763","elType":"widget","settings":{"content_width":"full","title":"Frequently Asked Questions","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"20","right":"0","bottom":"25","left":"0","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f58e072","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Can i work from home & studio ?","tab_content":"<p>yes you can work from home and studio.<\\/p>","_id":"2d24069"},{"tab_title":"How do I get paid?","tab_content":"<ol><li>Crypto $0 fee<\\/li><li>Direct deposit into your bank 0$ fee 3-5 days wait<\\/li><li>Cash $50 fee<\\/li><\\/ol>","_id":"b2c30ca"}],"border_width":{"unit":"px","size":0,"sizes":[]},"title_background":"#FFFFFF","title_color":"#111111","tab_active_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","content_background_color":"#FFFFFF","content_color":"#141414","content_typography_typography":"custom","content_typography_font_family":"Roboto Flex","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"500","content_typography_text_transform":"capitalize","content_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"45","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"accordion"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (185, 31, 'footnotes', ''), (186, 31, '_elementor_template_type', 'wp-page'), (187, 31, '_elementor_version', '3.22.3'), (188, 31, '_elementor_pro_version', '3.22.1'), (189, 31, '_elementor_edit_mode', 'builder'), (190, 31, '_wp_page_template', 'default'), (191, 31, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":false}]'), (193, 32, '_wp_attached_file', '2024/07/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp'), (194, 32, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:351;s:6:"height";i:360;s:4:"file";s:61:"2024/07/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp";s:8:"filesize";i:5932;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:61:"360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB-293x300.webp";s:5:"width";i:293;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6628;}s:9:"thumbnail";a:5:{s:4:"file";s:61:"360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3012;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:61:"360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2818;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (195, 33, '_wp_attached_file', '2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp'), (196, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:626;s:6:"height";i:417;s:4:"file";s:79:"2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp";s:8:"filesize";i:12994;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:79:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5988;}s:9:"thumbnail";a:5:{s:4:"file";s:79:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3670;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:79:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-600x417.webp";s:5:"width";i:600;s:6:"height";i:417;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:19844;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:79:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3950;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (197, 34, '_wp_attached_file', '2024/07/african-woman-posing-studio-scaled.webp'), (198, 34, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:1707;s:6:"height";i:2560;s:4:"file";s:47:"2024/07/african-woman-posing-studio-scaled.webp";s:8:"filesize";i:194866;s:5:"sizes";a:10:{s:6:"medium";a:5:{s:4:"file";s:40:"african-woman-posing-studio-200x300.webp";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:9602;}s:5:"large";a:5:{s:4:"file";s:41:"african-woman-posing-studio-683x1024.webp";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:52734;}s:9:"thumbnail";a:5:{s:4:"file";s:40:"african-woman-posing-studio-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4608;}s:12:"medium_large";a:5:{s:4:"file";s:41:"african-woman-posing-studio-768x1152.webp";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:61410;}s:9:"1536x1536";a:5:{s:4:"file";s:42:"african-woman-posing-studio-1024x1536.webp";s:5:"width";i:1024;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:93892;}s:9:"2048x2048";a:5:{s:4:"file";s:42:"african-woman-posing-studio-1365x2048.webp";s:5:"width";i:1365;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:145580;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:40:"african-woman-posing-studio-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:28656;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:40:"african-woman-posing-studio-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:20300;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:41:"african-woman-posing-studio-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:36122;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:40:"african-woman-posing-studio-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3532;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"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:32:"african-woman-posing-studio.webp";}'), (207, 36, '_wp_attached_file', '2024/07/Bonang-Matheba-scaled-1.webp'), (208, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:2066;s:4:"file";s:36:"2024/07/Bonang-Matheba-scaled-1.webp";s:8:"filesize";i:80296;s:5:"sizes";a:10:{s:6:"medium";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-300x242.webp";s:5:"width";i:300;s:6:"height";i:242;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6300;}s:5:"large";a:5:{s:4:"file";s:37:"Bonang-Matheba-scaled-1-1024x826.webp";s:5:"width";i:1024;s:6:"height";i:826;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:31662;}s:9:"thumbnail";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-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:3064;}s:12:"medium_large";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-768x620.webp";s:5:"width";i:768;s:6:"height";i:620;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:21062;}s:9:"1536x1536";a:5:{s:4:"file";s:38:"Bonang-Matheba-scaled-1-1536x1240.webp";s:5:"width";i:1536;s:6:"height";i:1240;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:55434;}s:9:"2048x2048";a:5:{s:4:"file";s:38:"Bonang-Matheba-scaled-1-2048x1653.webp";s:5:"width";i:2048;s:6:"height";i:1653;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:80618;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:18516;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:16164;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:37:"Bonang-Matheba-scaled-1-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:28702;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2466;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (209, 37, '_wp_attached_file', '2024/07/dfa554a6-e1ce-451a-a045-e812b066920b.webp'), (210, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1344;s:6:"height";i:1728;s:4:"file";s:49:"2024/07/dfa554a6-e1ce-451a-a045-e812b066920b.webp";s:8:"filesize";i:46594;s:5:"sizes";a:9:{s:6:"medium";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-233x300.webp";s:5:"width";i:233;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6320;}s:5:"large";a:5:{s:4:"file";s:50:"dfa554a6-e1ce-451a-a045-e812b066920b-796x1024.webp";s:5:"width";i:796;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:30184;}s:9:"thumbnail";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3172;}s:12:"medium_large";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-768x987.webp";s:5:"width";i:768;s:6:"height";i:987;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:30132;}s:9:"1536x1536";a:5:{s:4:"file";s:51:"dfa554a6-e1ce-451a-a045-e812b066920b-1195x1536.webp";s:5:"width";i:1195;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:52678;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:18690;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:19380;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:50:"dfa554a6-e1ce-451a-a045-e812b066920b-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:35030;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3568;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (211, 38, '_wp_attached_file', '2024/07/fit-young-mixed-race-woman-260snw-1045541323.webp'), (212, 38, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:173;s:6:"height";i:255;s:4:"file";s:57:"2024/07/fit-young-mixed-race-woman-260snw-1045541323.webp";s:8:"filesize";i:2472;s:5:"sizes";a:2:{s:9:"thumbnail";a:5:{s:4:"file";s:57:"fit-young-mixed-race-woman-260snw-1045541323-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2354;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:57:"fit-young-mixed-race-woman-260snw-1045541323-173x100.webp";s:5:"width";i:173;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:1884;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (213, 39, 'footnotes', ''), (214, 39, '_elementor_template_type', 'wp-page'), (215, 39, '_elementor_version', '3.22.3'), (216, 39, '_elementor_pro_version', '3.22.1'), (217, 39, '_elementor_edit_mode', 'builder'), (218, 39, '_wp_page_template', 'default'), (219, 39, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":false}]'), (221, 40, 'footnotes', ''), (222, 40, '_elementor_template_type', 'wp-page'), (223, 40, '_elementor_version', '3.22.3'), (224, 40, '_elementor_pro_version', '3.22.1'), (225, 40, '_elementor_edit_mode', 'builder'), (226, 40, '_wp_page_template', 'default'), (227, 40, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":false}]'), (229, 41, 'footnotes', ''), (230, 41, '_elementor_template_type', 'wp-page'), (231, 41, '_elementor_version', '3.22.3'), (232, 41, '_elementor_pro_version', '3.22.1'), (233, 41, '_elementor_edit_mode', 'builder'), (234, 41, '_wp_page_template', 'default'), (235, 41, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp","id":33,"size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (246, 13, '_oembed_cca77a1f49153e71572aaa0ec1bf41d5', '{{unknown}}'), (247, 20, 'ocean_disable_title', 'on'), (248, 20, 'ocean_disable_breadcrumbs', 'off'), (258, 44, '_wp_attached_file', '2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview.png'), (259, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:612;s:6:"height";i:408;s:4:"file";s:127:"2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview.png";s:8:"filesize";i:196077;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:127:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:46911;}s:9:"thumbnail";a:5:{s:4:"file";s:127:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:24879;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:127:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-600x408.png";s:5:"width";i:600;s:6:"height";i:408;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:170525;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:127:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:31281;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (260, 45, '_wp_attached_file', '2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1.png'), (261, 45, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:612;s:6:"height";i:408;s:4:"file";s:129:"2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1.png";s:8:"filesize";i:196077;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:129:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:46911;}s:9:"thumbnail";a:5:{s:4:"file";s:129:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:24879;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:129:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1-600x408.png";s:5:"width";i:600;s:6:"height";i:408;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:170525;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:129:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:31281;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (263, 46, 'footnotes', ''), (264, 46, '_elementor_template_type', 'wp-page'), (265, 46, '_elementor_version', '3.22.3'), (266, 46, '_elementor_pro_version', '3.22.1'), (267, 46, '_elementor_edit_mode', 'builder'), (268, 46, '_wp_page_template', 'default'), (269, 46, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp","id":33,"size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (272, 47, 'footnotes', ''), (273, 47, '_elementor_template_type', 'wp-page'), (274, 47, '_elementor_version', '3.22.3'), (275, 47, '_elementor_pro_version', '3.22.1'), (276, 47, '_elementor_edit_mode', 'builder'), (277, 47, '_wp_page_template', 'default'), (278, 47, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp","id":33,"size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (281, 48, 'footnotes', ''), (282, 48, '_elementor_template_type', 'wp-page'), (283, 48, '_elementor_version', '3.22.3'), (284, 48, '_elementor_pro_version', '3.22.1'), (285, 48, '_elementor_edit_mode', 'builder'), (286, 48, '_wp_page_template', 'default'), (287, 48, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#FF882E"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (300, 50, 'footnotes', ''), (301, 50, '_elementor_template_type', 'wp-page'), (302, 50, '_elementor_version', '3.22.3'), (303, 50, '_elementor_pro_version', '3.22.1'), (304, 50, '_elementor_edit_mode', 'builder'), (305, 50, '_wp_page_template', 'default'), (306, 50, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#FF882E"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (308, 51, 'footnotes', ''), (309, 51, '_elementor_template_type', 'wp-page'), (310, 51, '_elementor_version', '3.22.3'), (311, 51, '_elementor_pro_version', '3.22.1'), (312, 51, '_elementor_edit_mode', 'builder'), (313, 51, '_wp_page_template', 'default'), (314, 51, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#FF882E"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (316, 52, 'footnotes', ''), (317, 52, '_elementor_template_type', 'wp-page'), (318, 52, '_elementor_version', '3.22.3'), (319, 52, '_elementor_pro_version', '3.22.1'), (320, 52, '_elementor_edit_mode', 'builder'), (321, 52, '_wp_page_template', 'default'), (322, 52, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (335, 54, 'footnotes', ''), (336, 54, '_elementor_template_type', 'wp-page'), (337, 54, '_elementor_version', '3.22.3'), (338, 54, '_elementor_pro_version', '3.22.1'), (339, 54, '_elementor_edit_mode', 'builder'), (340, 54, '_wp_page_template', 'default'), (341, 54, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (344, 55, 'footnotes', ''), (345, 55, '_elementor_template_type', 'wp-page'), (346, 55, '_elementor_version', '3.22.3'), (347, 55, '_elementor_pro_version', '3.22.1'), (348, 55, '_elementor_edit_mode', 'builder'), (349, 55, '_wp_page_template', 'default'), (350, 55, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (353, 56, 'footnotes', ''), (354, 56, '_elementor_template_type', 'wp-page'), (355, 56, '_elementor_version', '3.22.3'), (356, 56, '_elementor_pro_version', '3.22.1'), (357, 56, '_elementor_edit_mode', 'builder'), (358, 56, '_wp_page_template', 'elementor_header_footer'), (359, 56, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (363, 57, 'footnotes', ''), (364, 57, '_elementor_template_type', 'wp-page'), (365, 57, '_elementor_version', '3.22.3'), (366, 57, '_elementor_pro_version', '3.22.1'), (367, 57, '_elementor_edit_mode', 'builder'), (368, 57, '_wp_page_template', 'elementor_header_footer'), (369, 57, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (372, 58, 'footnotes', ''), (373, 58, '_elementor_template_type', 'wp-page'), (374, 58, '_elementor_version', '3.22.3'), (375, 58, '_elementor_pro_version', '3.22.1'), (376, 58, '_elementor_edit_mode', 'builder'), (377, 58, '_wp_page_template', 'elementor_header_footer'), (378, 58, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (381, 59, 'footnotes', ''), (382, 59, '_elementor_template_type', 'wp-page'), (383, 59, '_elementor_version', '3.22.3'), (384, 59, '_elementor_pro_version', '3.22.1'), (385, 59, '_elementor_edit_mode', 'builder'), (386, 59, '_wp_page_template', 'elementor_header_footer'), (387, 59, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (406, 61, 'footnotes', ''), (407, 61, '_elementor_template_type', 'wp-page'), (408, 61, '_elementor_version', '3.22.3'), (409, 61, '_elementor_pro_version', '3.22.1'), (410, 61, '_elementor_edit_mode', 'builder'), (411, 61, '_wp_page_template', 'elementor_header_footer'), (412, 61, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (415, 62, 'footnotes', ''), (416, 62, '_elementor_template_type', 'wp-page'), (417, 62, '_elementor_version', '3.22.3'), (418, 62, '_elementor_pro_version', '3.22.1'), (419, 62, '_elementor_edit_mode', 'builder'), (420, 62, '_wp_page_template', 'elementor_header_footer'), (421, 62, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (424, 63, 'footnotes', ''), (425, 63, '_elementor_template_type', 'wp-page'), (426, 63, '_elementor_version', '3.22.3'), (427, 63, '_elementor_pro_version', '3.22.1'), (428, 63, '_elementor_edit_mode', 'builder'), (429, 63, '_wp_page_template', 'elementor_header_footer'), (430, 63, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (434, 64, 'footnotes', ''), (435, 64, '_elementor_template_type', 'wp-page'), (436, 64, '_elementor_version', '3.22.3'), (437, 64, '_elementor_pro_version', '3.22.1'), (438, 64, '_elementor_edit_mode', 'builder'), (439, 64, '_wp_page_template', 'elementor_header_footer'), (440, 64, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (443, 65, 'footnotes', ''), (444, 65, '_elementor_template_type', 'wp-page'), (445, 65, '_elementor_version', '3.22.3'), (446, 65, '_elementor_pro_version', '3.22.1'), (447, 65, '_elementor_edit_mode', 'builder'), (448, 65, '_wp_page_template', 'elementor_header_footer'), (449, 65, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (452, 66, 'footnotes', ''), (453, 66, '_elementor_template_type', 'wp-page'), (454, 66, '_elementor_version', '3.22.3'), (455, 66, '_elementor_pro_version', '3.22.1'), (456, 66, '_elementor_edit_mode', 'builder'), (457, 66, '_wp_page_template', 'elementor_header_footer'), (458, 66, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (472, 68, 'footnotes', ''), (473, 68, '_elementor_template_type', 'wp-page'), (474, 68, '_elementor_version', '3.22.3'), (475, 68, '_elementor_pro_version', '3.22.1'), (476, 68, '_elementor_edit_mode', 'builder'), (477, 68, '_wp_page_template', 'elementor_header_footer'), (478, 68, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (481, 69, 'footnotes', ''), (482, 69, '_elementor_template_type', 'wp-page'), (483, 69, '_elementor_version', '3.22.3'), (484, 69, '_elementor_pro_version', '3.22.1'), (485, 69, '_elementor_edit_mode', 'builder'), (486, 69, '_wp_page_template', 'elementor_header_footer'), (487, 69, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (490, 70, 'footnotes', ''), (491, 70, '_elementor_template_type', 'wp-page'), (492, 70, '_elementor_version', '3.22.3'), (493, 70, '_elementor_pro_version', '3.22.1'), (494, 70, '_elementor_edit_mode', 'builder'), (495, 70, '_wp_page_template', 'elementor_header_footer'), (496, 70, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (500, 71, 'footnotes', ''), (501, 71, '_elementor_template_type', 'wp-page'), (502, 71, '_elementor_version', '3.22.3'), (503, 71, '_elementor_pro_version', '3.22.1'), (504, 71, '_elementor_edit_mode', 'builder'), (505, 71, '_wp_page_template', 'elementor_header_footer'), (506, 71, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (509, 72, 'footnotes', ''), (510, 72, '_elementor_template_type', 'wp-page'), (511, 72, '_elementor_version', '3.22.3'), (512, 72, '_elementor_pro_version', '3.22.1'), (513, 72, '_elementor_edit_mode', 'builder'), (514, 72, '_wp_page_template', 'elementor_header_footer'), (515, 72, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (518, 73, 'footnotes', ''), (519, 73, '_elementor_template_type', 'wp-page'), (520, 73, '_elementor_version', '3.22.3'), (521, 73, '_elementor_pro_version', '3.22.1'), (522, 73, '_elementor_edit_mode', 'builder'), (523, 73, '_wp_page_template', 'elementor_header_footer'), (524, 73, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (536, 82, '_edit_lock', '1719998264:1'), (537, 82, 'ocean_post_layout', 'full-screen'), (538, 82, 'ocean_both_sidebars_content_width', ''), (539, 82, 'ocean_both_sidebars_sidebars_width', ''), (540, 82, 'ocean_disable_margins', 'on'), (541, 82, 'ocean_custom_logo', '0'), (542, 82, 'ocean_custom_retina_logo', '0'), (543, 82, 'ocean_custom_logo_max_width', ''), (544, 82, 'ocean_custom_logo_tablet_max_width', ''), (545, 82, 'ocean_custom_logo_mobile_max_width', ''), (546, 82, 'ocean_custom_logo_max_height', ''), (547, 82, 'ocean_custom_logo_tablet_max_height', ''), (548, 82, 'ocean_custom_logo_mobile_max_height', ''), (549, 82, 'ocean_menu_typo_font_size', ''), (550, 82, 'ocean_menu_typo_font_size_tablet', ''), (551, 82, 'ocean_menu_typo_font_size_mobile', ''), (552, 82, 'ocean_menu_typo_line_height', ''), (553, 82, 'ocean_menu_typo_line_height_tablet', ''), (554, 82, 'ocean_menu_typo_line_height_mobile', ''), (555, 82, 'ocean_menu_typo_spacing', ''), (556, 82, 'ocean_menu_typo_spacing_tablet', ''), (557, 82, 'ocean_menu_typo_spacing_mobile', ''), (558, 82, 'ocean_disable_title', 'on'), (559, 82, 'ocean_post_title_background', ''), (560, 82, 'ocean_post_title_height', ''), (561, 82, 'ocean_post_title_bg_overlay', '0.5'), (562, 82, 'ocean_disable_breadcrumbs', 'off'), (563, 82, 'footnotes', ''), (564, 83, 'footnotes', ''), (565, 82, '_edit_last', '1'), (566, 82, 'cmplz_hide_cookiebanner', ''), (567, 84, '_edit_lock', '1719998293:1'), (568, 84, 'ocean_post_layout', 'full-screen'), (569, 84, 'ocean_both_sidebars_content_width', ''), (570, 84, 'ocean_both_sidebars_sidebars_width', ''), (571, 84, 'ocean_disable_margins', 'on'), (572, 84, 'ocean_custom_logo', '0'), (573, 84, 'ocean_custom_retina_logo', '0'), (574, 84, 'ocean_custom_logo_max_width', ''), (575, 84, 'ocean_custom_logo_tablet_max_width', ''), (576, 84, 'ocean_custom_logo_mobile_max_width', ''), (577, 84, 'ocean_custom_logo_max_height', ''), (578, 84, 'ocean_custom_logo_tablet_max_height', ''), (579, 84, 'ocean_custom_logo_mobile_max_height', ''), (580, 84, 'ocean_menu_typo_font_size', ''), (581, 84, 'ocean_menu_typo_font_size_tablet', ''), (582, 84, 'ocean_menu_typo_font_size_mobile', ''), (583, 84, 'ocean_menu_typo_line_height', ''), (584, 84, 'ocean_menu_typo_line_height_tablet', ''), (585, 84, 'ocean_menu_typo_line_height_mobile', ''), (586, 84, 'ocean_menu_typo_spacing', ''), (587, 84, 'ocean_menu_typo_spacing_tablet', ''), (588, 84, 'ocean_menu_typo_spacing_mobile', ''), (589, 84, 'ocean_disable_title', 'on'), (590, 84, 'ocean_post_title_background', ''), (591, 84, 'ocean_post_title_height', ''), (592, 84, 'ocean_post_title_bg_overlay', '0.5'), (593, 84, 'ocean_disable_breadcrumbs', 'off'), (594, 84, 'footnotes', ''), (595, 85, 'footnotes', ''), (596, 84, '_edit_last', '1'), (597, 84, 'cmplz_hide_cookiebanner', ''), (598, 86, '_edit_lock', '1720732205:1'), (599, 86, 'ocean_post_layout', 'full-screen'), (600, 86, 'ocean_both_sidebars_content_width', ''), (601, 86, 'ocean_both_sidebars_sidebars_width', ''), (602, 86, 'ocean_disable_margins', 'on'), (603, 86, 'ocean_custom_logo', '0'), (604, 86, 'ocean_custom_retina_logo', '0'), (605, 86, 'ocean_custom_logo_max_width', ''), (606, 86, 'ocean_custom_logo_tablet_max_width', ''), (607, 86, 'ocean_custom_logo_mobile_max_width', ''), (608, 86, 'ocean_custom_logo_max_height', ''), (609, 86, 'ocean_custom_logo_tablet_max_height', ''), (610, 86, 'ocean_custom_logo_mobile_max_height', ''), (611, 86, 'ocean_menu_typo_font_size', ''), (612, 86, 'ocean_menu_typo_font_size_tablet', ''), (613, 86, 'ocean_menu_typo_font_size_mobile', ''), (614, 86, 'ocean_menu_typo_line_height', ''), (615, 86, 'ocean_menu_typo_line_height_tablet', ''), (616, 86, 'ocean_menu_typo_line_height_mobile', ''), (617, 86, 'ocean_menu_typo_spacing', ''), (618, 86, 'ocean_menu_typo_spacing_tablet', ''), (619, 86, 'ocean_menu_typo_spacing_mobile', ''), (620, 86, 'ocean_disable_title', 'on'), (621, 86, 'ocean_post_title_background', ''), (622, 86, 'ocean_post_title_height', ''), (623, 86, 'ocean_post_title_bg_overlay', '0.5'), (624, 86, 'ocean_disable_breadcrumbs', 'off'), (625, 86, 'footnotes', ''), (626, 87, 'footnotes', ''), (627, 86, '_edit_last', '1'), (628, 86, 'cmplz_hide_cookiebanner', ''), (629, 88, '_edit_lock', '1720732237:1'), (630, 88, 'ocean_post_layout', 'full-screen'), (631, 88, 'ocean_both_sidebars_content_width', ''), (632, 88, 'ocean_both_sidebars_sidebars_width', ''), (633, 88, 'ocean_disable_margins', 'on'), (634, 88, 'ocean_custom_logo', '0'), (635, 88, 'ocean_custom_retina_logo', '0'), (636, 88, 'ocean_custom_logo_max_width', ''), (637, 88, 'ocean_custom_logo_tablet_max_width', ''), (638, 88, 'ocean_custom_logo_mobile_max_width', ''), (639, 88, 'ocean_custom_logo_max_height', ''), (640, 88, 'ocean_custom_logo_tablet_max_height', ''), (641, 88, 'ocean_custom_logo_mobile_max_height', ''), (642, 88, 'ocean_menu_typo_font_size', ''), (643, 88, 'ocean_menu_typo_font_size_tablet', ''), (644, 88, 'ocean_menu_typo_font_size_mobile', ''), (645, 88, 'ocean_menu_typo_line_height', ''), (646, 88, 'ocean_menu_typo_line_height_tablet', ''), (647, 88, 'ocean_menu_typo_line_height_mobile', ''), (648, 88, 'ocean_menu_typo_spacing', ''), (649, 88, 'ocean_menu_typo_spacing_tablet', ''), (650, 88, 'ocean_menu_typo_spacing_mobile', ''), (651, 88, 'ocean_disable_title', 'on'), (652, 88, 'ocean_post_title_background', ''), (653, 88, 'ocean_post_title_height', ''), (654, 88, 'ocean_post_title_bg_overlay', '0.5'), (655, 88, 'ocean_disable_breadcrumbs', 'off'), (656, 88, 'footnotes', ''), (657, 89, 'footnotes', ''), (658, 88, '_edit_last', '1'), (659, 88, 'cmplz_hide_cookiebanner', ''), (660, 90, '_edit_lock', '1719998453:1'), (661, 90, 'ocean_post_layout', 'full-screen'), (662, 90, 'ocean_both_sidebars_content_width', ''), (663, 90, 'ocean_both_sidebars_sidebars_width', ''), (664, 90, 'ocean_disable_margins', 'on'), (665, 90, 'ocean_custom_logo', '0'), (666, 90, 'ocean_custom_retina_logo', '0'), (667, 90, 'ocean_custom_logo_max_width', ''), (668, 90, 'ocean_custom_logo_tablet_max_width', ''), (669, 90, 'ocean_custom_logo_mobile_max_width', ''), (670, 90, 'ocean_custom_logo_max_height', ''), (671, 90, 'ocean_custom_logo_tablet_max_height', ''), (672, 90, 'ocean_custom_logo_mobile_max_height', ''), (673, 90, 'ocean_menu_typo_font_size', ''), (674, 90, 'ocean_menu_typo_font_size_tablet', ''), (675, 90, 'ocean_menu_typo_font_size_mobile', ''), (676, 90, 'ocean_menu_typo_line_height', ''), (677, 90, 'ocean_menu_typo_line_height_tablet', ''), (678, 90, 'ocean_menu_typo_line_height_mobile', ''), (679, 90, 'ocean_menu_typo_spacing', ''), (680, 90, 'ocean_menu_typo_spacing_tablet', ''), (681, 90, 'ocean_menu_typo_spacing_mobile', ''), (682, 90, 'ocean_disable_title', 'on'), (683, 90, 'ocean_post_title_background', ''), (684, 90, 'ocean_post_title_height', ''), (685, 90, 'ocean_post_title_bg_overlay', '0.5'), (686, 90, 'ocean_disable_breadcrumbs', 'off'), (687, 90, 'footnotes', ''), (688, 91, 'footnotes', ''), (689, 90, '_edit_last', '1'), (690, 90, 'cmplz_hide_cookiebanner', ''), (710, 93, '_menu_item_type', 'post_type'), (711, 93, '_menu_item_menu_item_parent', '0'), (712, 93, '_menu_item_object_id', '88'), (713, 93, '_menu_item_object', 'page'), (714, 93, '_menu_item_target', ''), (715, 93, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (716, 93, '_menu_item_xfn', ''), (717, 93, '_menu_item_url', ''), (719, 93, '_menu_item_template', ''), (720, 93, '_menu_item_mega_template', '0'), (721, 93, '_menu_item_nolink', ''), (722, 93, '_menu_item_category_post', ''), (723, 93, '_menu_item_megamenu', ''), (724, 93, '_menu_item_megamenu_auto_width', ''), (725, 93, '_menu_item_megamenu_col', ''), (726, 93, '_menu_item_megamenu_heading', ''), (727, 93, '_menu_item_megamenu_widgetarea', '0'), (728, 93, '_menu_item_icon', ''), (729, 94, '_menu_item_type', 'post_type'), (730, 94, '_menu_item_menu_item_parent', '0'), (731, 94, '_menu_item_object_id', '86'), (732, 94, '_menu_item_object', 'page'), (733, 94, '_menu_item_target', ''), (734, 94, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (735, 94, '_menu_item_xfn', ''), (736, 94, '_menu_item_url', ''), (738, 94, '_menu_item_template', ''), (739, 94, '_menu_item_mega_template', '0'), (740, 94, '_menu_item_nolink', ''), (741, 94, '_menu_item_category_post', ''), (742, 94, '_menu_item_megamenu', ''), (743, 94, '_menu_item_megamenu_auto_width', ''), (744, 94, '_menu_item_megamenu_col', ''), (745, 94, '_menu_item_megamenu_heading', ''), (746, 94, '_menu_item_megamenu_widgetarea', '0'), (747, 94, '_menu_item_icon', ''), (786, 97, '_elementor_edit_mode', 'builder'), (787, 97, '_elementor_template_type', 'header'), (788, 97, '_elementor_version', '3.22.3'), (789, 97, '_elementor_pro_version', '3.22.1'), (790, 97, '_wp_page_template', 'default'), (791, 97, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"sticky":"top","padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":40.5},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":14.291},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false}]'), (793, 97, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (795, 97, '_elementor_screenshot_failed', '2024-07-02 09:37:07'), (797, 98, '_elementor_edit_mode', 'builder'), (798, 98, '_elementor_template_type', 'header'), (799, 98, '_elementor_version', '3.22.3'), (800, 98, '_elementor_pro_version', '3.22.1'), (801, 98, '_wp_page_template', 'default'), (802, 98, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"sticky":"top","padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":40},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false}]'), (804, 98, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (807, 99, '_elementor_edit_mode', 'builder'), (808, 99, '_elementor_template_type', 'header'), (809, 99, '_elementor_version', '3.22.3'), (810, 99, '_elementor_pro_version', '3.22.1'), (811, 99, '_wp_page_template', 'default'), (812, 99, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"sticky":"top","padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":50},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (814, 99, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (817, 100, '_elementor_edit_mode', 'builder'), (818, 100, '_elementor_template_type', 'header'), (819, 100, '_elementor_version', '3.22.3'), (820, 100, '_elementor_pro_version', '3.22.1'), (821, 100, '_wp_page_template', 'default'), (822, 100, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":50},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (824, 100, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (827, 101, '_elementor_edit_mode', 'builder'), (828, 101, '_elementor_template_type', 'header'), (829, 101, '_elementor_version', '3.22.3'), (830, 101, '_elementor_pro_version', '3.22.1'), (831, 101, '_wp_page_template', 'default'), (832, 101, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":50},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (834, 101, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (837, 102, '_elementor_edit_mode', 'builder'), (838, 102, '_elementor_template_type', 'header'), (839, 102, '_elementor_version', '3.22.3'), (840, 102, '_elementor_pro_version', '3.22.1'), (841, 102, '_wp_page_template', 'default'), (842, 102, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":50},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.25)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (844, 102, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (847, 103, 'footnotes', ''), (848, 103, '_elementor_template_type', 'wp-page'), (849, 103, '_elementor_version', '3.22.3'), (850, 103, '_elementor_pro_version', '3.22.1'), (851, 103, '_elementor_edit_mode', 'builder'), (852, 103, '_wp_page_template', 'elementor_header_footer'), (853, 103, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (856, 104, 'footnotes', ''), (857, 104, '_elementor_template_type', 'wp-page'), (858, 104, '_elementor_version', '3.22.3'), (859, 104, '_elementor_pro_version', '3.22.1'), (860, 104, '_elementor_edit_mode', 'builder'), (861, 104, '_wp_page_template', 'elementor_header_footer'), (862, 104, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (865, 105, 'footnotes', ''), (866, 105, '_elementor_template_type', 'wp-page'), (867, 105, '_elementor_version', '3.22.3'), (868, 105, '_elementor_pro_version', '3.22.1'), (869, 105, '_elementor_edit_mode', 'builder'), (870, 105, '_wp_page_template', 'elementor_header_footer'), (871, 105, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (887, 107, '_elementor_edit_mode', 'builder'), (888, 107, '_elementor_template_type', 'header'), (889, 107, '_elementor_version', '3.22.3'), (890, 107, '_elementor_pro_version', '3.22.1'), (891, 107, '_wp_page_template', 'default'), (892, 107, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center"},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"b0bb3c6","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":14.018},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2e72c4e","elType":"widget","settings":{"content_width":"full","editor":"<p><strong>2292<\\/strong> LIVE<\\/p>","align":"center","text_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_line_height":{"unit":"px","size":14,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":55.49},"flex_justify_content":"center","flex_align_items":"center","_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":32.795},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[],"isInner":true},{"id":"218dcd5","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":31.836},"_flex_size":"none","_element_width":"initial"},"elements":[],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.25)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (894, 107, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (896, 108, '_elementor_edit_mode', 'builder'), (897, 108, '_elementor_template_type', 'header'), (898, 108, '_elementor_version', '3.22.3'), (899, 108, '_elementor_pro_version', '3.22.1'), (900, 108, '_wp_page_template', 'default'), (901, 108, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"b0bb3c6","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":14.018},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2e72c4e","elType":"widget","settings":{"content_width":"full","editor":"<p><strong>2292<\\/strong> LIVE<\\/p>","align":"center","text_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_line_height":{"unit":"px","size":14,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":55.49},"flex_justify_content":"center","flex_align_items":"center","_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.25)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (903, 108, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (905, 109, '_elementor_edit_mode', 'builder'), (906, 109, '_elementor_template_type', 'header'), (907, 109, '_elementor_version', '3.22.3'), (908, 109, '_elementor_pro_version', '3.22.1'), (909, 109, '_wp_page_template', 'default'), (910, 109, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"b0bb3c6","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":14.018},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2e72c4e","elType":"widget","settings":{"content_width":"full","editor":"<strong>2292<\\/strong> LIVE","align":"center","text_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":55.49},"flex_justify_content":"center","flex_align_items":"center","_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.25)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (912, 109, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (929, 113, '_elementor_edit_mode', 'builder'), (930, 113, '_elementor_template_type', 'header'), (931, 113, '_elementor_version', '3.22.3'), (932, 113, '_elementor_pro_version', '3.22.1'), (933, 113, '_wp_page_template', 'default'), (934, 113, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":"full"},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"b0bb3c6","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":14.018},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2e72c4e","elType":"widget","settings":{"content_width":"full","editor":"<strong>2292<\\/strong> LIVE","align":"center","text_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":57},"flex_justify_content":"space-between","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit"},"elements":[],"widgetType":"nav-menu"},{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":36,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (936, 113, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (949, 115, 'footnotes', ''), (950, 115, '_elementor_template_type', 'wp-page'), (951, 115, '_elementor_version', '3.22.3'), (952, 115, '_elementor_pro_version', '3.22.1'), (953, 115, '_elementor_edit_mode', 'builder'), (954, 115, '_wp_page_template', 'elementor_header_footer'), (955, 115, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (958, 116, 'footnotes', ''), (959, 116, '_elementor_template_type', 'wp-page'), (960, 116, '_elementor_version', '3.22.3'), (961, 116, '_elementor_pro_version', '3.22.1'), (962, 116, '_elementor_edit_mode', 'builder'), (963, 116, '_wp_page_template', 'elementor_header_footer'), (964, 116, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (967, 117, 'footnotes', ''), (968, 117, '_elementor_template_type', 'wp-page'), (969, 117, '_elementor_version', '3.22.3'), (970, 117, '_elementor_pro_version', '3.22.1'), (971, 117, '_elementor_edit_mode', 'builder'), (972, 117, '_wp_page_template', 'elementor_header_footer'), (973, 117, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"row","background_background":"classic"},"elements":[],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (977, 118, '_wp_attached_file', '2024/07/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp'), (978, 118, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1251;s:6:"height";i:1332;s:4:"file";s:70:"2024/07/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp";s:8:"filesize";i:128918;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-282x300.webp";s:5:"width";i:282;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:11256;}s:5:"large";a:5:{s:4:"file";s:71:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-962x1024.webp";s:5:"width";i:962;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:68346;}s:9:"thumbnail";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3994;}s:12:"medium_large";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-768x818.webp";s:5:"width";i:768;s:6:"height";i:818;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:50940;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:32810;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:27910;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:71:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:49050;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (979, 118, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1252;s:6:"height";i:1388;s:4:"file";s:47:"Africa-Political-Map-Image-AglaSem-Schools.webp";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4034;}s:11:"medium-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-271x300.webp";s:5:"width";i:271;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:11720;}s:17:"medium_large-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-768x851.webp";s:5:"width";i:768;s:6:"height";i:851;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:55148;}s:10:"large-orig";a:5:{s:4:"file";s:56:"Africa-Political-Map-Image-AglaSem-Schools-924x1024.webp";s:5:"width";i:924;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:69288;}s:18:"ocean-thumb-m-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:32760;}s:19:"ocean-thumb-ml-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:26830;}s:18:"ocean-thumb-l-orig";a:5:{s:4:"file";s:56:"Africa-Political-Map-Image-AglaSem-Schools-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:48228;}}'), (989, 93, '_wp_old_date', '2024-07-03'), (990, 94, '_wp_old_date', '2024-07-03'), (994, 120, 'footnotes', ''), (995, 120, '_elementor_template_type', 'wp-page'), (996, 120, '_elementor_version', '3.22.3'), (997, 120, '_elementor_pro_version', '3.22.1'), (998, 120, '_elementor_edit_mode', 'builder'), (999, 120, '_wp_page_template', 'elementor_header_footer'), (1000, 120, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"row","background_background":"classic"},"elements":[],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1003, 121, 'footnotes', ''), (1004, 121, '_elementor_template_type', 'wp-page'), (1005, 121, '_elementor_version', '3.22.3'), (1006, 121, '_elementor_pro_version', '3.22.1'), (1007, 121, '_elementor_edit_mode', 'builder'), (1008, 121, '_wp_page_template', 'elementor_header_footer'), (1009, 121, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"row","background_background":"classic"},"elements":[],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1012, 122, 'footnotes', ''), (1013, 122, '_elementor_template_type', 'wp-page'), (1014, 122, '_elementor_version', '3.22.3'), (1015, 122, '_elementor_pro_version', '3.22.1'), (1016, 122, '_elementor_edit_mode', 'builder'), (1017, 122, '_wp_page_template', 'elementor_header_footer'), (1018, 122, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":40,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp","id":118,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1022, 123, '_elementor_edit_mode', 'builder'), (1023, 123, '_elementor_template_type', 'header'), (1024, 123, '_elementor_version', '3.22.3'), (1025, 123, '_elementor_pro_version', '3.22.1'), (1026, 123, '_wp_page_template', 'default'), (1027, 123, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":"full"},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":75},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row"},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":36,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1029, 123, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1032, 124, '_elementor_edit_mode', 'builder'), (1033, 124, '_elementor_template_type', 'header'), (1034, 124, '_elementor_version', '3.22.3'), (1035, 124, '_elementor_pro_version', '3.22.1'), (1036, 124, '_wp_page_template', 'default'), (1037, 124, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row"},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1039, 124, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1042, 125, '_elementor_edit_mode', 'builder'), (1043, 125, '_elementor_template_type', 'header'), (1044, 125, '_elementor_version', '3.22.3'), (1045, 125, '_elementor_pro_version', '3.22.1'), (1046, 125, '_wp_page_template', 'default'), (1047, 125, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row"},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1049, 125, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1051, 126, '_elementor_edit_mode', 'builder'), (1052, 126, '_elementor_template_type', 'header'), (1053, 126, '_elementor_version', '3.22.3'), (1054, 126, '_elementor_pro_version', '3.22.1'), (1055, 126, '_wp_page_template', 'default'), (1056, 126, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1058, 126, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1060, 127, '_elementor_edit_mode', 'builder'), (1061, 127, '_elementor_template_type', 'header'), (1062, 127, '_elementor_version', '3.22.3'), (1063, 127, '_elementor_pro_version', '3.22.1'), (1064, 127, '_wp_page_template', 'default'), (1065, 127, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1067, 127, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1070, 128, '_wp_attached_file', '2024/07/Africa-map-outline.webp'), (1071, 128, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:791;s:4:"file";s:31:"2024/07/Africa-map-outline.webp";s:8:"filesize";i:45020;s:5:"sizes";a:8:{s:6:"medium";a:5:{s:4:"file";s:31:"Africa-map-outline-300x158.webp";s:5:"width";i:300;s:6:"height";i:158;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4890;}s:5:"large";a:5:{s:4:"file";s:32:"Africa-map-outline-1024x540.webp";s:5:"width";i:1024;s:6:"height";i:540;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:32734;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"Africa-map-outline-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4254;}s:12:"medium_large";a:5:{s:4:"file";s:31:"Africa-map-outline-768x405.webp";s:5:"width";i:768;s:6:"height";i:405;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:21246;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:31:"Africa-map-outline-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:34706;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:31:"Africa-map-outline-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:24600;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:32:"Africa-map-outline-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:46490;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:31:"Africa-map-outline-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4594;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1072, 129, 'footnotes', ''), (1073, 129, '_elementor_template_type', 'wp-page'), (1074, 129, '_elementor_version', '3.22.3'), (1075, 129, '_elementor_pro_version', '3.22.1'), (1076, 129, '_elementor_edit_mode', 'builder'), (1077, 129, '_wp_page_template', 'elementor_header_footer'), (1078, 129, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":40,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp","id":118,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1081, 130, 'footnotes', ''), (1082, 130, '_elementor_template_type', 'wp-page'), (1083, 130, '_elementor_version', '3.22.3'), (1084, 130, '_elementor_pro_version', '3.22.1'), (1085, 130, '_elementor_edit_mode', 'builder'), (1086, 130, '_wp_page_template', 'elementor_header_footer'), (1087, 130, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":40,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp","id":118,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1090, 131, 'footnotes', ''), (1091, 131, '_elementor_template_type', 'wp-page'), (1092, 131, '_elementor_version', '3.22.3'), (1093, 131, '_elementor_pro_version', '3.22.1'), (1094, 131, '_elementor_edit_mode', 'builder'), (1095, 131, '_wp_page_template', 'elementor_header_footer'), (1096, 131, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","background_position":"center center"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1110, 133, 'footnotes', ''), (1111, 133, '_elementor_template_type', 'wp-page'), (1112, 133, '_elementor_version', '3.22.3'), (1113, 133, '_elementor_pro_version', '3.22.1'), (1114, 133, '_elementor_edit_mode', 'builder'), (1115, 133, '_wp_page_template', 'elementor_header_footer'), (1116, 133, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","background_position":"center center"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1119, 134, 'footnotes', ''), (1120, 134, '_elementor_template_type', 'wp-page'), (1121, 134, '_elementor_version', '3.22.3'), (1122, 134, '_elementor_pro_version', '3.22.1'), (1123, 134, '_elementor_edit_mode', 'builder'), (1124, 134, '_wp_page_template', 'elementor_header_footer'), (1125, 134, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","background_position":"center center"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1128, 135, 'footnotes', ''), (1129, 135, '_elementor_template_type', 'wp-page'), (1130, 135, '_elementor_version', '3.22.3'), (1131, 135, '_elementor_pro_version', '3.22.1'), (1132, 135, '_elementor_edit_mode', 'builder'), (1133, 135, '_wp_page_template', 'elementor_header_footer'), (1134, 135, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1138, 136, '_elementor_edit_mode', 'builder'), (1139, 136, '_elementor_template_type', 'header'), (1140, 136, '_elementor_version', '3.22.3'), (1141, 136, '_elementor_pro_version', '3.22.1'), (1142, 136, '_wp_page_template', 'default'), (1143, 136, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"none","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1145, 136, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1158, 138, 'footnotes', ''), (1159, 138, '_elementor_template_type', 'wp-page'), (1160, 138, '_elementor_version', '3.22.3'), (1161, 138, '_elementor_pro_version', '3.22.1'), (1162, 138, '_elementor_edit_mode', 'builder'), (1163, 138, '_wp_page_template', 'elementor_header_footer'), (1164, 138, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1167, 139, 'footnotes', ''), (1168, 139, '_elementor_template_type', 'wp-page'), (1169, 139, '_elementor_version', '3.22.3'), (1170, 139, '_elementor_pro_version', '3.22.1'), (1171, 139, '_elementor_edit_mode', 'builder'), (1172, 139, '_wp_page_template', 'elementor_header_footer'), (1173, 139, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1176, 140, 'footnotes', ''), (1177, 140, '_elementor_template_type', 'wp-page'), (1178, 140, '_elementor_version', '3.22.3'), (1179, 140, '_elementor_pro_version', '3.22.1'), (1180, 140, '_elementor_edit_mode', 'builder'), (1181, 140, '_wp_page_template', 'elementor_header_footer'), (1182, 140, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1186, 141, 'footnotes', ''), (1187, 141, '_elementor_template_type', 'wp-page'), (1188, 141, '_elementor_version', '3.22.3'), (1189, 141, '_elementor_pro_version', '3.22.1'), (1190, 141, '_elementor_edit_mode', 'builder'), (1191, 141, '_wp_page_template', 'elementor_header_footer'), (1192, 141, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1195, 142, 'footnotes', ''), (1196, 142, '_elementor_template_type', 'wp-page'), (1197, 142, '_elementor_version', '3.22.3'), (1198, 142, '_elementor_pro_version', '3.22.1'), (1199, 142, '_elementor_edit_mode', 'builder'), (1200, 142, '_wp_page_template', 'elementor_header_footer'), (1201, 142, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1204, 143, 'footnotes', ''), (1205, 143, '_elementor_template_type', 'wp-page'), (1206, 143, '_elementor_version', '3.22.3'), (1207, 143, '_elementor_pro_version', '3.22.1'), (1208, 143, '_elementor_edit_mode', 'builder'), (1209, 143, '_wp_page_template', 'elementor_header_footer'), (1210, 143, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1214, 144, 'footnotes', ''), (1215, 144, '_elementor_template_type', 'wp-page'), (1216, 144, '_elementor_version', '3.22.3'), (1217, 144, '_elementor_pro_version', '3.22.1'), (1218, 144, '_elementor_edit_mode', 'builder'), (1219, 144, '_wp_page_template', 'elementor_header_footer'), (1220, 144, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1223, 145, 'footnotes', ''), (1224, 145, '_elementor_template_type', 'wp-page'), (1225, 145, '_elementor_version', '3.22.3'), (1226, 145, '_elementor_pro_version', '3.22.1'), (1227, 145, '_elementor_edit_mode', 'builder'), (1228, 145, '_wp_page_template', 'elementor_header_footer'), (1229, 145, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1232, 146, 'footnotes', ''), (1233, 146, '_elementor_template_type', 'wp-page'), (1234, 146, '_elementor_version', '3.22.3'), (1235, 146, '_elementor_pro_version', '3.22.1'), (1236, 146, '_elementor_edit_mode', 'builder'), (1237, 146, '_wp_page_template', 'elementor_header_footer'), (1238, 146, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1263, 148, 'footnotes', ''), (1264, 148, '_elementor_template_type', 'wp-page'), (1265, 148, '_elementor_version', '3.22.3'), (1266, 148, '_elementor_pro_version', '3.22.1'), (1267, 148, '_elementor_edit_mode', 'builder'), (1268, 148, '_wp_page_template', 'elementor_header_footer'), (1269, 148, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1272, 149, 'footnotes', ''), (1273, 149, '_elementor_template_type', 'wp-page'), (1274, 149, '_elementor_version', '3.22.3'), (1275, 149, '_elementor_pro_version', '3.22.1'), (1276, 149, '_elementor_edit_mode', 'builder'), (1277, 149, '_wp_page_template', 'elementor_header_footer'), (1278, 149, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1281, 150, 'footnotes', ''), (1282, 150, '_elementor_template_type', 'wp-page'), (1283, 150, '_elementor_version', '3.22.3'), (1284, 150, '_elementor_pro_version', '3.22.1'), (1285, 150, '_elementor_edit_mode', 'builder'), (1286, 150, '_wp_page_template', 'elementor_header_footer'), (1287, 150, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Content Sale","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"aeb40ca"},{"tab_title":"Voice Message","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"6924467"},{"tab_title":"Mass Messages","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1291, 151, '_edit_last', '1'), (1292, 151, '_edit_lock', '1720091759:1'), (1293, 151, '_wp_page_template', 'elementor_canvas'), (1294, 151, 'cmplz_hide_cookiebanner', ''), (1295, 151, 'ocean_both_sidebars_content_width', ''), (1296, 151, 'ocean_both_sidebars_sidebars_width', ''), (1297, 151, 'ocean_sidebar', '0'), (1298, 151, 'ocean_second_sidebar', '0'), (1299, 151, 'ocean_center_header_left_menu', '0'), (1300, 151, 'ocean_custom_header_template', '0'), (1301, 151, 'ocean_custom_logo', ''), (1302, 151, 'ocean_custom_retina_logo', ''), (1303, 151, 'ocean_custom_logo_max_width', ''), (1304, 151, 'ocean_custom_logo_tablet_max_width', ''), (1305, 151, 'ocean_custom_logo_mobile_max_width', ''), (1306, 151, 'ocean_custom_logo_max_height', ''), (1307, 151, 'ocean_custom_logo_tablet_max_height', ''), (1308, 151, 'ocean_custom_logo_mobile_max_height', ''), (1309, 151, 'ocean_header_custom_menu', '0'), (1310, 151, 'ocean_menu_typo_font_family', '0'), (1311, 151, 'ocean_menu_typo_font_size', ''), (1312, 151, 'ocean_menu_typo_line_height', ''), (1313, 151, 'ocean_menu_typo_spacing', ''), (1314, 151, 'ocean_post_title_background', ''), (1315, 151, 'ocean_post_title_height', ''), (1316, 151, 'ocean_post_title_bg_overlay', '0.5'), (1317, 151, 'ocean_custom_footer_template', '0'), (1318, 151, '_elementor_edit_mode', 'builder'), (1319, 151, '_elementor_template_type', 'wp-post'), (1320, 151, '_elementor_version', '3.22.3'), (1321, 151, '_elementor_pro_version', '3.22.1'), (1332, 154, '_wp_attached_file', '2024/07/7yRvkB0oR4m9kq99M1C9BQ.webp'), (1333, 154, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:35:"2024/07/7yRvkB0oR4m9kq99M1C9BQ.webp";s:8:"filesize";i:987342;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-300x300.webp";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:68066;}s:9:"thumbnail";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:19338;}s:12:"medium_large";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-768x768.webp";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:450664;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:272342;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:290390;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:36:"7yRvkB0oR4m9kq99M1C9BQ-1024x700.webp";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:692090;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:29854;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1341, 156, '_wp_attached_file', '2024/07/8jAET328Ruabif67Im13ug.webp'), (1342, 156, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:35:"2024/07/8jAET328Ruabif67Im13ug.webp";s:8:"filesize";i:1127816;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-300x300.webp";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:96402;}s:9:"thumbnail";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:28766;}s:12:"medium_large";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-768x768.webp";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:558436;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:352428;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:354238;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:36:"8jAET328Ruabif67Im13ug-1024x700.webp";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:790648;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:41286;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1343, 157, '_wp_attached_file', '2024/07/LUQ3cFm7Sz6rnyN7GKo6Tw.webp'), (1344, 157, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:35:"2024/07/LUQ3cFm7Sz6rnyN7GKo6Tw.webp";s:8:"filesize";i:985960;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-300x300.webp";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:81720;}s:9:"thumbnail";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:24830;}s:12:"medium_large";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-768x768.webp";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:476854;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:299828;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:301336;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:36:"LUQ3cFm7Sz6rnyN7GKo6Tw-1024x700.webp";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:684850;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:34436;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1345, 158, '_wp_attached_file', '2024/07/VekbP7GlRUKe_ATeiqu40A.webp'), (1346, 158, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:35:"2024/07/VekbP7GlRUKe_ATeiqu40A.webp";s:8:"filesize";i:991546;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-300x300.webp";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:85704;}s:9:"thumbnail";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:26788;}s:12:"medium_large";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-768x768.webp";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:488760;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:309986;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:305310;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:36:"VekbP7GlRUKe_ATeiqu40A-1024x700.webp";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:686688;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:34100;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1348, 159, '_wp_page_template', 'elementor_canvas'), (1349, 159, '_elementor_edit_mode', 'builder'), (1350, 159, '_elementor_template_type', 'wp-post'), (1351, 159, '_elementor_version', '3.22.3'), (1352, 159, '_elementor_pro_version', '3.22.1'), (1353, 151, '_elementor_data', '[{"id":"bae1640","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"e24ce07","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"836c490","elType":"widget","settings":{"content_width":"full","gallery":[{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"}],"galleries":[{"gallery_title":"New Gallery","_id":"040cdce"}],"order_by":"random","gallery_layout":"masonry","columns":3,"open_lightbox":"yes","thumbnail_image_size":"full","show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":true}],"isInner":false}]'), (1354, 160, '_wp_page_template', 'elementor_canvas'), (1355, 160, '_elementor_edit_mode', 'builder'), (1356, 160, '_elementor_template_type', 'wp-post'), (1357, 160, '_elementor_version', '3.22.3'), (1358, 160, '_elementor_pro_version', '3.22.1'), (1359, 160, '_elementor_data', '[{"id":"bae1640","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"e24ce07","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"836c490","elType":"widget","settings":{"content_width":"full","gallery":[{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"}],"galleries":[{"gallery_title":"New Gallery","_id":"040cdce"}],"order_by":"random","gallery_layout":"masonry","columns":3,"open_lightbox":"yes","thumbnail_image_size":"full","show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":true}],"isInner":false}]'), (1361, 161, '_wp_page_template', 'elementor_canvas'), (1362, 161, '_elementor_edit_mode', 'builder'), (1363, 161, '_elementor_template_type', 'wp-post'), (1364, 161, '_elementor_version', '3.22.3'), (1365, 161, '_elementor_pro_version', '3.22.1'), (1366, 161, '_elementor_data', '[{"id":"bae1640","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"e24ce07","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"836c490","elType":"widget","settings":{"content_width":"full","gallery":[{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"}],"galleries":[{"gallery_title":"New Gallery","_id":"040cdce"}],"order_by":"random","gallery_layout":"masonry","columns":3,"open_lightbox":"yes","thumbnail_image_size":"full","show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":true}],"isInner":false}]'), (1368, 162, 'footnotes', ''), (1369, 162, '_elementor_template_type', 'wp-page'), (1370, 162, '_elementor_version', '3.22.3'), (1371, 162, '_elementor_pro_version', '3.22.1'), (1372, 162, '_elementor_edit_mode', 'builder'), (1373, 162, '_wp_page_template', 'elementor_header_footer'), (1374, 162, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Content Sale","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"aeb40ca"},{"tab_title":"Voice Message","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"6924467"},{"tab_title":"Mass Messages","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1377, 163, 'footnotes', ''), (1378, 163, '_elementor_template_type', 'wp-page'), (1379, 163, '_elementor_version', '3.22.3'), (1380, 163, '_elementor_pro_version', '3.22.1'), (1381, 163, '_elementor_edit_mode', 'builder'), (1382, 163, '_wp_page_template', 'elementor_header_footer'), (1383, 163, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Content Sale","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"aeb40ca"},{"tab_title":"Voice Message","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"6924467"},{"tab_title":"Mass Messages","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1387, 164, 'footnotes', ''), (1388, 164, '_elementor_template_type', 'wp-page'), (1389, 164, '_elementor_version', '3.22.3'), (1390, 164, '_elementor_pro_version', '3.22.1'), (1391, 164, '_elementor_edit_mode', 'builder'), (1392, 164, '_wp_page_template', 'elementor_header_footer'), (1393, 164, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1397, 165, 'footnotes', ''), (1398, 165, '_elementor_template_type', 'wp-page'), (1399, 165, '_elementor_version', '3.22.3'), (1400, 165, '_elementor_pro_version', '3.22.1'), (1401, 165, '_elementor_edit_mode', 'builder'), (1402, 165, '_wp_page_template', 'elementor_header_footer'), (1403, 165, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1406, 166, 'footnotes', ''), (1407, 166, '_elementor_template_type', 'wp-page'), (1408, 166, '_elementor_version', '3.22.3'), (1409, 166, '_elementor_pro_version', '3.22.1'), (1410, 166, '_elementor_edit_mode', 'builder'), (1411, 166, '_wp_page_template', 'elementor_header_footer'), (1412, 166, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1415, 167, 'footnotes', ''), (1416, 167, '_elementor_template_type', 'wp-page'), (1417, 167, '_elementor_version', '3.22.3'), (1418, 167, '_elementor_pro_version', '3.22.1'), (1419, 167, '_elementor_edit_mode', 'builder'), (1420, 167, '_wp_page_template', 'elementor_header_footer'), (1421, 167, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1425, 168, 'footnotes', ''), (1426, 168, '_elementor_template_type', 'wp-page'), (1427, 168, '_elementor_version', '3.22.3'), (1428, 168, '_elementor_pro_version', '3.22.1'), (1429, 168, '_elementor_edit_mode', 'builder'), (1430, 168, '_wp_page_template', 'elementor_header_footer'), (1431, 168, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1434, 169, 'footnotes', ''), (1435, 169, '_elementor_template_type', 'wp-page'), (1436, 169, '_elementor_version', '3.22.3'), (1437, 169, '_elementor_pro_version', '3.22.1'), (1438, 169, '_elementor_edit_mode', 'builder'), (1439, 169, '_wp_page_template', 'elementor_header_footer'), (1440, 169, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1443, 170, 'footnotes', ''), (1444, 170, '_elementor_template_type', 'wp-page'), (1445, 170, '_elementor_version', '3.22.3'), (1446, 170, '_elementor_pro_version', '3.22.1'), (1447, 170, '_elementor_edit_mode', 'builder'), (1448, 170, '_wp_page_template', 'elementor_header_footer'), (1449, 170, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1453, 171, '_edit_last', '1'), (1454, 171, '_edit_lock', '1720127045:1'), (1455, 171, '_wp_page_template', 'elementor_canvas'), (1456, 171, 'cmplz_hide_cookiebanner', ''), (1457, 171, 'ocean_both_sidebars_content_width', ''), (1458, 171, 'ocean_both_sidebars_sidebars_width', ''), (1459, 171, 'ocean_sidebar', '0'), (1460, 171, 'ocean_second_sidebar', '0'), (1461, 171, 'ocean_center_header_left_menu', '0'), (1462, 171, 'ocean_custom_header_template', '0'), (1463, 171, 'ocean_custom_logo', ''), (1464, 171, 'ocean_custom_retina_logo', ''), (1465, 171, 'ocean_custom_logo_max_width', ''), (1466, 171, 'ocean_custom_logo_tablet_max_width', ''), (1467, 171, 'ocean_custom_logo_mobile_max_width', ''), (1468, 171, 'ocean_custom_logo_max_height', ''), (1469, 171, 'ocean_custom_logo_tablet_max_height', ''), (1470, 171, 'ocean_custom_logo_mobile_max_height', ''), (1471, 171, 'ocean_header_custom_menu', '0'), (1472, 171, 'ocean_menu_typo_font_family', '0'), (1473, 171, 'ocean_menu_typo_font_size', ''), (1474, 171, 'ocean_menu_typo_line_height', ''), (1475, 171, 'ocean_menu_typo_spacing', ''), (1476, 171, 'ocean_post_title_background', ''), (1477, 171, 'ocean_post_title_height', ''), (1478, 171, 'ocean_post_title_bg_overlay', '0.5'), (1479, 171, 'ocean_custom_footer_template', '0'), (1480, 171, '_elementor_edit_mode', 'builder'), (1481, 171, '_elementor_template_type', 'wp-post'), (1482, 171, '_elementor_version', '3.22.3'), (1483, 171, '_elementor_pro_version', '3.22.1'), (1494, 174, '_wp_page_template', 'elementor_canvas'), (1495, 174, '_elementor_edit_mode', 'builder'), (1496, 174, '_elementor_template_type', 'wp-post'), (1497, 174, '_elementor_version', '3.22.3'), (1498, 174, '_elementor_pro_version', '3.22.1'), (1499, 171, '_elementor_data', '[{"id":"65e1434","elType":"container","settings":[],"elements":[{"id":"da74f5e","elType":"widget","settings":{"content_width":"full","gallery":[{"filter":"Happy","_id":"5441cb5","images":[{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"}]}],"thumbnail_size":"full","all_filter_label":"All","row_height":{"unit":"px","size":"","sizes":[]},"disable_lightbox_on_tablet":"yes","disable_lightbox_on_mobile":"yes","popup_image_size":"full","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-justified-gallery"}],"isInner":false}]'), (1500, 175, '_wp_page_template', 'elementor_canvas'), (1501, 175, '_elementor_edit_mode', 'builder'), (1502, 175, '_elementor_template_type', 'wp-post'), (1503, 175, '_elementor_version', '3.22.3'), (1504, 175, '_elementor_pro_version', '3.22.1'), (1505, 175, '_elementor_data', '[{"id":"65e1434","elType":"container","settings":[],"elements":[{"id":"ce78cb4","elType":"widget","settings":{"content_width":"full","gallery":[{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"}],"galleries":[{"gallery_title":"New Gallery","_id":"00b2545"}],"order_by":"random","gallery_layout":"masonry","columns":3,"open_lightbox":"yes","thumbnail_image_size":"full","show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":false}]'), (1507, 176, 'footnotes', ''), (1508, 176, '_elementor_template_type', 'wp-page'), (1509, 176, '_elementor_version', '3.22.3'), (1510, 176, '_elementor_pro_version', '3.22.1'), (1511, 176, '_elementor_edit_mode', 'builder'), (1512, 176, '_wp_page_template', 'elementor_header_footer'), (1513, 176, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1516, 177, 'footnotes', ''), (1517, 177, '_elementor_template_type', 'wp-page'), (1518, 177, '_elementor_version', '3.22.3'), (1519, 177, '_elementor_pro_version', '3.22.1'), (1520, 177, '_elementor_edit_mode', 'builder'), (1521, 177, '_wp_page_template', 'elementor_header_footer'), (1522, 177, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1526, 178, 'footnotes', ''), (1527, 178, '_elementor_template_type', 'wp-page'), (1528, 178, '_elementor_version', '3.22.3'), (1529, 178, '_elementor_pro_version', '3.22.1'), (1530, 178, '_elementor_edit_mode', 'builder'), (1531, 178, '_wp_page_template', 'elementor_header_footer'), (1532, 178, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1536, 179, 'footnotes', ''), (1537, 179, '_elementor_template_type', 'wp-page'), (1538, 179, '_elementor_version', '3.22.3'), (1539, 179, '_elementor_pro_version', '3.22.1'), (1540, 179, '_elementor_edit_mode', 'builder'), (1541, 179, '_wp_page_template', 'elementor_header_footer'), (1542, 179, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1545, 180, 'footnotes', ''), (1546, 180, '_elementor_template_type', 'wp-page'), (1547, 180, '_elementor_version', '3.22.3'), (1548, 180, '_elementor_pro_version', '3.22.1'), (1549, 180, '_elementor_edit_mode', 'builder'), (1550, 180, '_wp_page_template', 'elementor_header_footer'), (1551, 180, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1554, 181, 'footnotes', ''), (1555, 181, '_elementor_template_type', 'wp-page'), (1556, 181, '_elementor_version', '3.22.3'), (1557, 181, '_elementor_pro_version', '3.22.1'), (1558, 181, '_elementor_edit_mode', 'builder'), (1559, 181, '_wp_page_template', 'elementor_header_footer'), (1560, 181, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1564, 171, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1565, 182, '_wp_page_template', 'elementor_canvas'), (1566, 182, '_elementor_edit_mode', 'builder'), (1567, 182, '_elementor_template_type', 'wp-post'), (1568, 182, '_elementor_version', '3.22.3'), (1569, 182, '_elementor_pro_version', '3.22.1'), (1570, 182, '_elementor_data', '[{"id":"65e1434","elType":"container","settings":[],"elements":[{"id":"da74f5e","elType":"widget","settings":{"content_width":"full","gallery":[{"filter":"Happy","_id":"5441cb5","images":[{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"}]}],"thumbnail_size":"full","all_filter_label":"All","row_height":{"unit":"px","size":"","sizes":[]},"disable_lightbox_on_tablet":"yes","disable_lightbox_on_mobile":"yes","popup_image_size":"full","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-justified-gallery"}],"isInner":false}]'), (1573, 182, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1574, 171, '_happyaddons_elements_cache', 'a:1:{s:20:"ha-justified-gallery";i:1;}'), (1575, 183, 'footnotes', ''), (1576, 183, '_elementor_template_type', 'wp-page'), (1577, 183, '_elementor_version', '3.22.3'), (1578, 183, '_elementor_pro_version', '3.22.1'), (1579, 183, '_elementor_edit_mode', 'builder'), (1580, 183, '_wp_page_template', 'elementor_header_footer'), (1581, 183, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1584, 184, 'footnotes', ''), (1585, 184, '_elementor_template_type', 'wp-page'), (1586, 184, '_elementor_version', '3.22.3'), (1587, 184, '_elementor_pro_version', '3.22.1'), (1588, 184, '_elementor_edit_mode', 'builder'), (1589, 184, '_wp_page_template', 'elementor_header_footer'), (1590, 184, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1593, 151, '_happyaddons_elements_cache', 'a:0:{}'), (1595, 185, 'footnotes', ''), (1596, 185, '_elementor_template_type', 'wp-page'), (1597, 185, '_elementor_version', '3.22.3'), (1598, 185, '_elementor_pro_version', '3.22.1'), (1599, 185, '_elementor_edit_mode', 'builder'), (1600, 185, '_wp_page_template', 'elementor_header_footer'), (1601, 185, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1604, 20, '_happyaddons_elements_cache', 'a:0:{}'), (1614, 8, '_happyaddons_elements_cache', 'a:0:{}'), (1615, 18, '_happyaddons_elements_cache', 'a:0:{}'), (1616, 187, 'footnotes', ''), (1617, 187, '_elementor_template_type', 'wp-page'), (1618, 187, '_elementor_version', '3.22.3'), (1619, 187, '_elementor_pro_version', '3.22.1'), (1620, 187, '_elementor_edit_mode', 'builder'), (1621, 187, '_wp_page_template', 'elementor_header_footer'), (1622, 187, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1625, 188, 'footnotes', ''), (1626, 188, '_elementor_template_type', 'wp-page'), (1627, 188, '_elementor_version', '3.22.3'), (1628, 188, '_elementor_pro_version', '3.22.1'), (1629, 188, '_elementor_edit_mode', 'builder'), (1630, 188, '_wp_page_template', 'elementor_header_footer'), (1631, 188, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1634, 189, 'footnotes', ''), (1635, 189, '_elementor_template_type', 'wp-page'), (1636, 189, '_elementor_version', '3.22.3'), (1637, 189, '_elementor_pro_version', '3.22.1'), (1638, 189, '_elementor_edit_mode', 'builder'), (1639, 189, '_wp_page_template', 'elementor_header_footer'), (1640, 189, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1655, 191, 'footnotes', ''), (1656, 191, '_elementor_template_type', 'wp-page'), (1657, 191, '_elementor_version', '3.22.3'), (1658, 191, '_elementor_pro_version', '3.22.1'), (1659, 191, '_elementor_edit_mode', 'builder'), (1660, 191, '_wp_page_template', 'elementor_header_footer'), (1661, 191, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1664, 192, 'footnotes', ''), (1665, 192, '_elementor_template_type', 'wp-page'), (1666, 192, '_elementor_version', '3.22.3'), (1667, 192, '_elementor_pro_version', '3.22.1'), (1668, 192, '_elementor_edit_mode', 'builder'), (1669, 192, '_wp_page_template', 'elementor_header_footer'), (1670, 192, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1673, 20, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1674, 193, 'footnotes', ''), (1675, 193, '_elementor_template_type', 'wp-page'), (1676, 193, '_elementor_version', '3.22.3'), (1677, 193, '_elementor_pro_version', '3.22.1'), (1678, 193, '_elementor_edit_mode', 'builder'), (1679, 193, '_wp_page_template', 'elementor_header_footer'), (1680, 193, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"},{"id":"482edc9","elType":"widget","settings":{"content_width":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1683, 193, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1695, 195, 'footnotes', ''), (1696, 195, '_elementor_template_type', 'wp-page'), (1697, 195, '_elementor_version', '3.22.3'), (1698, 195, '_elementor_pro_version', '3.22.1'), (1699, 195, '_elementor_edit_mode', 'builder'), (1700, 195, '_wp_page_template', 'elementor_header_footer'), (1701, 195, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"},{"id":"482edc9","elType":"widget","settings":{"content_width":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1703, 195, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1704, 196, 'footnotes', ''), (1705, 196, '_elementor_template_type', 'wp-page'), (1706, 196, '_elementor_version', '3.22.3'), (1707, 196, '_elementor_pro_version', '3.22.1'), (1708, 196, '_elementor_edit_mode', 'builder'), (1709, 196, '_wp_page_template', 'elementor_header_footer'), (1710, 196, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"},{"id":"482edc9","elType":"widget","settings":{"content_width":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1712, 196, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1713, 197, 'footnotes', ''), (1714, 197, '_elementor_template_type', 'wp-page'), (1715, 197, '_elementor_version', '3.22.3'), (1716, 197, '_elementor_pro_version', '3.22.1'), (1717, 197, '_elementor_edit_mode', 'builder'), (1718, 197, '_wp_page_template', 'elementor_header_footer'), (1719, 197, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1721, 197, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1735, 199, 'footnotes', ''), (1736, 199, '_elementor_template_type', 'wp-page'), (1737, 199, '_elementor_version', '3.22.3'), (1738, 199, '_elementor_pro_version', '3.22.1'), (1739, 199, '_elementor_edit_mode', 'builder'), (1740, 199, '_wp_page_template', 'elementor_header_footer'), (1741, 199, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1743, 199, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1745, 200, 'footnotes', ''), (1746, 200, '_elementor_template_type', 'wp-page'), (1747, 200, '_elementor_version', '3.22.3'), (1748, 200, '_elementor_pro_version', '3.22.1'), (1749, 200, '_elementor_edit_mode', 'builder'), (1750, 200, '_wp_page_template', 'elementor_header_footer'), (1751, 200, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1753, 200, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1755, 201, 'footnotes', ''), (1756, 201, '_elementor_template_type', 'wp-page'), (1757, 201, '_elementor_version', '3.22.3'), (1758, 201, '_elementor_pro_version', '3.22.1'), (1759, 201, '_elementor_edit_mode', 'builder'), (1760, 201, '_wp_page_template', 'elementor_header_footer'), (1761, 201, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1763, 201, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1778, 203, 'footnotes', ''), (1779, 203, '_elementor_template_type', 'wp-page'), (1780, 203, '_elementor_version', '3.22.3'), (1781, 203, '_elementor_pro_version', '3.22.1'), (1782, 203, '_elementor_edit_mode', 'builder'), (1783, 203, '_wp_page_template', 'elementor_header_footer'), (1784, 203, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1786, 203, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1788, 204, 'footnotes', ''), (1789, 204, '_elementor_template_type', 'wp-page'), (1790, 204, '_elementor_version', '3.22.3'), (1791, 204, '_elementor_pro_version', '3.22.1'), (1792, 204, '_elementor_edit_mode', 'builder'), (1793, 204, '_wp_page_template', 'elementor_header_footer'), (1794, 204, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1796, 204, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1798, 205, 'footnotes', ''), (1799, 205, '_elementor_template_type', 'wp-page'), (1800, 205, '_elementor_version', '3.22.3'), (1801, 205, '_elementor_pro_version', '3.22.1'), (1802, 205, '_elementor_edit_mode', 'builder'), (1803, 205, '_wp_page_template', 'elementor_header_footer'), (1804, 205, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1806, 205, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1820, 207, 'footnotes', ''), (1821, 207, '_elementor_template_type', 'wp-page'), (1822, 207, '_elementor_version', '3.22.3'), (1823, 207, '_elementor_pro_version', '3.22.1'), (1824, 207, '_elementor_edit_mode', 'builder'), (1825, 207, '_wp_page_template', 'elementor_header_footer'), (1826, 207, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1828, 207, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1830, 208, 'footnotes', ''), (1831, 208, '_elementor_template_type', 'wp-page'), (1832, 208, '_elementor_version', '3.22.3'), (1833, 208, '_elementor_pro_version', '3.22.1'), (1834, 208, '_elementor_edit_mode', 'builder'), (1835, 208, '_wp_page_template', 'elementor_header_footer'), (1836, 208, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1838, 208, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1840, 209, 'footnotes', ''), (1841, 209, '_elementor_template_type', 'wp-page'), (1842, 209, '_elementor_version', '3.22.3'), (1843, 209, '_elementor_pro_version', '3.22.1'), (1844, 209, '_elementor_edit_mode', 'builder'), (1845, 209, '_wp_page_template', 'elementor_header_footer'), (1846, 209, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1848, 209, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1851, 210, 'footnotes', ''), (1852, 210, '_elementor_template_type', 'wp-page'), (1853, 210, '_elementor_version', '3.22.3'), (1854, 210, '_elementor_pro_version', '3.22.1'), (1855, 210, '_elementor_edit_mode', 'builder'), (1856, 210, '_wp_page_template', 'elementor_header_footer'), (1857, 210, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1859, 210, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1861, 211, 'footnotes', ''), (1862, 211, '_elementor_template_type', 'wp-page'), (1863, 211, '_elementor_version', '3.22.3'), (1864, 211, '_elementor_pro_version', '3.22.1'), (1865, 211, '_elementor_edit_mode', 'builder'), (1866, 211, '_wp_page_template', 'elementor_header_footer'), (1867, 211, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1869, 211, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1871, 212, 'footnotes', ''), (1872, 212, '_elementor_template_type', 'wp-page'), (1873, 212, '_elementor_version', '3.22.3'), (1874, 212, '_elementor_pro_version', '3.22.1'), (1875, 212, '_elementor_edit_mode', 'builder'), (1876, 212, '_wp_page_template', 'elementor_header_footer'), (1877, 212, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1879, 212, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1892, 214, 'footnotes', ''), (1893, 214, '_elementor_template_type', 'wp-page'), (1894, 214, '_elementor_version', '3.22.3'), (1895, 214, '_elementor_pro_version', '3.22.1'), (1896, 214, '_elementor_edit_mode', 'builder'), (1897, 214, '_wp_page_template', 'elementor_header_footer'), (1898, 214, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1900, 214, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1902, 215, 'footnotes', ''), (1903, 215, '_elementor_template_type', 'wp-page'), (1904, 215, '_elementor_version', '3.22.3'), (1905, 215, '_elementor_pro_version', '3.22.1'), (1906, 215, '_elementor_edit_mode', 'builder'), (1907, 215, '_wp_page_template', 'elementor_header_footer'), (1908, 215, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1910, 215, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1912, 216, 'footnotes', ''), (1913, 216, '_elementor_template_type', 'wp-page'), (1914, 216, '_elementor_version', '3.22.3'), (1915, 216, '_elementor_pro_version', '3.22.1'), (1916, 216, '_elementor_edit_mode', 'builder'), (1917, 216, '_wp_page_template', 'elementor_header_footer'), (1918, 216, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#D8086C","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1920, 216, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1923, 217, 'footnotes', ''), (1924, 217, '_elementor_template_type', 'wp-page'), (1925, 217, '_elementor_version', '3.22.3'), (1926, 217, '_elementor_pro_version', '3.22.1'), (1927, 217, '_elementor_edit_mode', 'builder'), (1928, 217, '_wp_page_template', 'elementor_header_footer'), (1929, 217, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#D8086C","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1931, 217, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1933, 218, 'footnotes', ''), (1934, 218, '_elementor_template_type', 'wp-page'), (1935, 218, '_elementor_version', '3.22.3'), (1936, 218, '_elementor_pro_version', '3.22.1'), (1937, 218, '_elementor_edit_mode', 'builder'), (1938, 218, '_wp_page_template', 'elementor_header_footer'), (1939, 218, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#D8086C","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1941, 218, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1943, 219, 'footnotes', ''), (1944, 219, '_elementor_template_type', 'wp-page'), (1945, 219, '_elementor_version', '3.22.3'), (1946, 219, '_elementor_pro_version', '3.22.1'), (1947, 219, '_elementor_edit_mode', 'builder'), (1948, 219, '_wp_page_template', 'elementor_header_footer'), (1949, 219, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1951, 219, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1960, 226, 'footnotes', ''), (1961, 226, '_elementor_template_type', 'wp-page'), (1962, 226, '_elementor_version', '3.22.3'), (1963, 226, '_elementor_pro_version', '3.22.1'), (1964, 226, '_elementor_edit_mode', 'builder'), (1965, 226, '_wp_page_template', 'elementor_header_footer'), (1966, 226, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1968, 226, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1970, 227, 'footnotes', ''), (1971, 227, '_elementor_template_type', 'wp-page'), (1972, 227, '_elementor_version', '3.22.3'), (1973, 227, '_elementor_pro_version', '3.22.1'), (1974, 227, '_elementor_edit_mode', 'builder'), (1975, 227, '_wp_page_template', 'elementor_header_footer'), (1976, 227, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1978, 227, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1980, 228, 'footnotes', ''), (1981, 228, '_elementor_template_type', 'wp-page'), (1982, 228, '_elementor_version', '3.22.3'), (1983, 228, '_elementor_pro_version', '3.22.1'), (1984, 228, '_elementor_edit_mode', 'builder'), (1985, 228, '_wp_page_template', 'elementor_header_footer'), (1986, 228, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1988, 228, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1993, 231, 'footnotes', ''), (1994, 231, '_elementor_template_type', 'wp-page'), (1995, 231, '_elementor_version', '3.22.3'), (1996, 231, '_elementor_pro_version', '3.22.1'), (1997, 231, '_elementor_edit_mode', 'builder'), (1998, 231, '_wp_page_template', 'elementor_header_footer'), (1999, 231, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2001, 231, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2003, 232, 'footnotes', ''), (2004, 232, '_elementor_template_type', 'wp-page'), (2005, 232, '_elementor_version', '3.22.3'), (2006, 232, '_elementor_pro_version', '3.22.1'), (2007, 232, '_elementor_edit_mode', 'builder'), (2008, 232, '_wp_page_template', 'elementor_header_footer'), (2009, 232, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2011, 232, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2013, 233, 'footnotes', ''), (2014, 233, '_elementor_template_type', 'wp-page'), (2015, 233, '_elementor_version', '3.22.3'), (2016, 233, '_elementor_pro_version', '3.22.1'), (2017, 233, '_elementor_edit_mode', 'builder'), (2018, 233, '_wp_page_template', 'elementor_header_footer'), (2019, 233, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2021, 233, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2034, 243, '_wp_attached_file', '2024/07/7yRvkB0oR4m9kq99M1C9BQ-removebg-preview.png'), (2035, 243, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:51:"2024/07/7yRvkB0oR4m9kq99M1C9BQ-removebg-preview.png";s:8:"filesize";i:204595;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:51:"7yRvkB0oR4m9kq99M1C9BQ-removebg-preview-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:69244;}s:9:"thumbnail";a:5:{s:4:"file";s:51:"7yRvkB0oR4m9kq99M1C9BQ-removebg-preview-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:21510;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:51:"7yRvkB0oR4m9kq99M1C9BQ-removebg-preview-500x450.png";s:5:"width";i:500;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:167571;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:51:"7yRvkB0oR4m9kq99M1C9BQ-removebg-preview-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:32767;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (2036, 244, '_wp_attached_file', '2024/07/3Rvzb5h6ZAOC3bsBFBrTK-transformed.png'), (2037, 244, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:45:"2024/07/3Rvzb5h6ZAOC3bsBFBrTK-transformed.png";s:8:"filesize";i:1746142;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:83654;}s:9:"thumbnail";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:26208;}s:12:"medium_large";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:457218;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:288548;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-800x450.png";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:328479;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:46:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-1024x700.png";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:687003;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:40188;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (2038, 245, 'footnotes', ''), (2039, 245, '_elementor_template_type', 'wp-page'), (2040, 245, '_elementor_version', '3.22.3'), (2041, 245, '_elementor_pro_version', '3.22.1'), (2042, 245, '_elementor_edit_mode', 'builder'), (2043, 245, '_wp_page_template', 'elementor_header_footer'), (2044, 245, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2046, 245, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2048, 246, 'footnotes', ''), (2049, 246, '_elementor_template_type', 'wp-page'), (2050, 246, '_elementor_version', '3.22.3'), (2051, 246, '_elementor_pro_version', '3.22.1'), (2052, 246, '_elementor_edit_mode', 'builder'), (2053, 246, '_wp_page_template', 'elementor_header_footer'), (2054, 246, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2056, 246, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2058, 247, 'footnotes', ''), (2059, 247, '_elementor_template_type', 'wp-page'), (2060, 247, '_elementor_version', '3.22.3'), (2061, 247, '_elementor_pro_version', '3.22.1'), (2062, 247, '_elementor_edit_mode', 'builder'), (2063, 247, '_wp_page_template', 'elementor_header_footer'), (2064, 247, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":[],"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2066, 247, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2069, 248, 'footnotes', ''), (2070, 248, '_elementor_template_type', 'wp-page'), (2071, 248, '_elementor_version', '3.22.3'), (2072, 248, '_elementor_pro_version', '3.22.1'), (2073, 248, '_elementor_edit_mode', 'builder'), (2074, 248, '_wp_page_template', 'elementor_header_footer'), (2075, 248, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":[],"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2077, 248, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2079, 249, 'footnotes', ''), (2080, 249, '_elementor_template_type', 'wp-page'), (2081, 249, '_elementor_version', '3.22.3'), (2082, 249, '_elementor_pro_version', '3.22.1'), (2083, 249, '_elementor_edit_mode', 'builder'), (2084, 249, '_wp_page_template', 'elementor_header_footer'), (2085, 249, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":[],"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2087, 249, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2089, 250, 'footnotes', ''), (2090, 250, '_elementor_template_type', 'wp-page'), (2091, 250, '_elementor_version', '3.22.3'), (2092, 250, '_elementor_pro_version', '3.22.1'), (2093, 250, '_elementor_edit_mode', 'builder'), (2094, 250, '_wp_page_template', 'elementor_header_footer'), (2095, 250, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2097, 250, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2111, 252, 'footnotes', ''), (2112, 252, '_elementor_template_type', 'wp-page'), (2113, 252, '_elementor_version', '3.22.3'), (2114, 252, '_elementor_pro_version', '3.22.1'), (2115, 252, '_elementor_edit_mode', 'builder'), (2116, 252, '_wp_page_template', 'elementor_header_footer'), (2117, 252, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2119, 252, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2121, 253, 'footnotes', ''), (2122, 253, '_elementor_template_type', 'wp-page'), (2123, 253, '_elementor_version', '3.22.3'), (2124, 253, '_elementor_pro_version', '3.22.1'), (2125, 253, '_elementor_edit_mode', 'builder'), (2126, 253, '_wp_page_template', 'elementor_header_footer'), (2127, 253, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2129, 253, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2131, 254, 'footnotes', ''), (2132, 254, '_elementor_template_type', 'wp-page'), (2133, 254, '_elementor_version', '3.22.3'), (2134, 254, '_elementor_pro_version', '3.22.1'), (2135, 254, '_elementor_edit_mode', 'builder'), (2136, 254, '_wp_page_template', 'elementor_header_footer'), (2137, 254, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2139, 254, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2142, 3, '_edit_lock', '1720131525:1'), (2143, 3, '_edit_last', '1'), (2144, 3, 'cmplz_hide_cookiebanner', ''), (2145, 18, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2146, 256, '_elementor_edit_mode', 'builder'), (2147, 256, '_elementor_template_type', 'footer'), (2148, 256, '_elementor_version', '3.22.3'), (2149, 256, '_elementor_pro_version', '3.22.1'), (2150, 256, '_wp_page_template', 'default'), (2151, 256, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":80,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"f79d3d2","elType":"widget","settings":{"content_width":"full","view":"inline","icon_list":[{"text":"FAQ","selected_icon":{"value":"","library":""},"_id":"0a52f08","link":{"url":"https:\\/\\/pyirates.africa\\/faq\\/","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Privacy Policy","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3ef97e3"},{"text":"Terms & Conditions","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/terms\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"ffa05f1"}],"icon_typography_typography":"custom","icon_typography_font_family":"Ropa Sans","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"400","text_color":"#B9B9B9","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"c5feed5","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a6b763f","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"right","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2153, 256, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (2155, 256, '_elementor_screenshot_failed', '2024-07-02 09:37:26'), (2156, 256, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2158, 257, '_edit_lock', '1720732190:1'), (2159, 257, 'ocean_post_layout', 'full-screen'), (2160, 257, 'ocean_both_sidebars_content_width', ''), (2161, 257, 'ocean_both_sidebars_sidebars_width', ''), (2162, 257, 'ocean_disable_margins', 'on'), (2163, 257, 'ocean_custom_logo', '0'), (2164, 257, 'ocean_custom_retina_logo', '0'), (2165, 257, 'ocean_custom_logo_max_width', ''), (2166, 257, 'ocean_custom_logo_tablet_max_width', ''), (2167, 257, 'ocean_custom_logo_mobile_max_width', ''), (2168, 257, 'ocean_custom_logo_max_height', ''), (2169, 257, 'ocean_custom_logo_tablet_max_height', ''), (2170, 257, 'ocean_custom_logo_mobile_max_height', ''), (2171, 257, 'ocean_menu_typo_font_size', ''), (2172, 257, 'ocean_menu_typo_font_size_tablet', ''), (2173, 257, 'ocean_menu_typo_font_size_mobile', ''), (2174, 257, 'ocean_menu_typo_line_height', ''), (2175, 257, 'ocean_menu_typo_line_height_tablet', ''), (2176, 257, 'ocean_menu_typo_line_height_mobile', ''), (2177, 257, 'ocean_menu_typo_spacing', ''), (2178, 257, 'ocean_menu_typo_spacing_tablet', ''), (2179, 257, 'ocean_menu_typo_spacing_mobile', ''), (2180, 257, 'ocean_disable_title', 'on'), (2181, 257, 'ocean_post_title_background', ''), (2182, 257, 'ocean_post_title_height', ''), (2183, 257, 'ocean_post_title_bg_overlay', '0.5'), (2184, 257, 'ocean_disable_breadcrumbs', 'off'), (2185, 257, 'footnotes', ''), (2186, 258, 'footnotes', ''), (2187, 257, '_edit_last', '1'), (2188, 257, 'cmplz_hide_cookiebanner', ''), (2189, 259, '_edit_lock', '1720408448:1'), (2190, 259, 'ocean_post_layout', 'full-screen'), (2191, 259, 'ocean_both_sidebars_content_width', ''), (2192, 259, 'ocean_both_sidebars_sidebars_width', ''), (2193, 259, 'ocean_disable_margins', 'on'), (2194, 259, 'ocean_custom_logo', '0'), (2195, 259, 'ocean_custom_retina_logo', '0'), (2196, 259, 'ocean_custom_logo_max_width', ''), (2197, 259, 'ocean_custom_logo_tablet_max_width', ''), (2198, 259, 'ocean_custom_logo_mobile_max_width', ''), (2199, 259, 'ocean_custom_logo_max_height', ''), (2200, 259, 'ocean_custom_logo_tablet_max_height', ''), (2201, 259, 'ocean_custom_logo_mobile_max_height', ''), (2202, 259, 'ocean_menu_typo_font_size', ''), (2203, 259, 'ocean_menu_typo_font_size_tablet', ''), (2204, 259, 'ocean_menu_typo_font_size_mobile', ''), (2205, 259, 'ocean_menu_typo_line_height', ''), (2206, 259, 'ocean_menu_typo_line_height_tablet', ''), (2207, 259, 'ocean_menu_typo_line_height_mobile', ''), (2208, 259, 'ocean_menu_typo_spacing', ''), (2209, 259, 'ocean_menu_typo_spacing_tablet', ''), (2210, 259, 'ocean_menu_typo_spacing_mobile', ''), (2211, 259, 'ocean_disable_title', 'on'), (2212, 259, 'ocean_post_title_background', ''), (2213, 259, 'ocean_post_title_height', ''), (2214, 259, 'ocean_post_title_bg_overlay', '0.5'), (2215, 259, 'ocean_disable_breadcrumbs', 'off'), (2216, 259, 'footnotes', ''), (2217, 260, 'footnotes', ''), (2218, 259, '_edit_last', '1'), (2219, 259, 'cmplz_hide_cookiebanner', ''), (2220, 261, '_menu_item_type', 'post_type'), (2221, 261, '_menu_item_menu_item_parent', '0'), (2222, 261, '_menu_item_object_id', '259'), (2223, 261, '_menu_item_object', 'page'), (2224, 261, '_menu_item_target', ''), (2225, 261, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2226, 261, '_menu_item_xfn', ''), (2227, 261, '_menu_item_url', ''), (2229, 261, '_menu_item_template', ''), (2230, 261, '_menu_item_mega_template', '0'), (2231, 261, '_menu_item_nolink', ''), (2232, 261, '_menu_item_category_post', ''), (2233, 261, '_menu_item_megamenu', ''), (2234, 261, '_menu_item_megamenu_auto_width', ''), (2235, 261, '_menu_item_megamenu_col', ''), (2236, 261, '_menu_item_megamenu_heading', ''), (2237, 261, '_menu_item_megamenu_widgetarea', '0'), (2238, 261, '_menu_item_icon', ''), (2239, 262, '_menu_item_type', 'post_type'), (2240, 262, '_menu_item_menu_item_parent', '0'), (2241, 262, '_menu_item_object_id', '257'), (2242, 262, '_menu_item_object', 'page'), (2243, 262, '_menu_item_target', ''), (2244, 262, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2245, 262, '_menu_item_xfn', ''), (2246, 262, '_menu_item_url', ''), (2248, 262, '_menu_item_template', ''), (2249, 262, '_menu_item_mega_template', '0'), (2250, 262, '_menu_item_nolink', ''), (2251, 262, '_menu_item_category_post', ''), (2252, 262, '_menu_item_megamenu', ''), (2253, 262, '_menu_item_megamenu_auto_width', ''), (2254, 262, '_menu_item_megamenu_col', ''), (2255, 262, '_menu_item_megamenu_heading', ''), (2256, 262, '_menu_item_megamenu_widgetarea', '0'), (2257, 262, '_menu_item_icon', ''), (2258, 93, '_wp_old_date', '2024-07-04'), (2259, 94, '_wp_old_date', '2024-07-04'), (2261, 263, 'footnotes', ''), (2262, 263, '_elementor_template_type', 'wp-page'), (2263, 263, '_elementor_version', '3.22.3'), (2264, 263, '_elementor_pro_version', '3.22.1'), (2265, 263, '_elementor_edit_mode', 'builder'), (2266, 263, '_wp_page_template', 'elementor_header_footer'), (2267, 263, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2269, 263, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2271, 264, 'footnotes', ''), (2272, 264, '_elementor_template_type', 'wp-page'), (2273, 264, '_elementor_version', '3.22.3'), (2274, 264, '_elementor_pro_version', '3.22.1'), (2275, 264, '_elementor_edit_mode', 'builder'), (2276, 264, '_wp_page_template', 'elementor_header_footer'), (2277, 264, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2279, 264, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2281, 265, 'footnotes', ''), (2282, 265, '_elementor_template_type', 'wp-page'), (2283, 265, '_elementor_version', '3.22.3'), (2284, 265, '_elementor_pro_version', '3.22.1'), (2285, 265, '_elementor_edit_mode', 'builder'), (2286, 265, '_wp_page_template', 'elementor_header_footer'), (2287, 265, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2289, 265, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2305, 257, '_wp_page_template', 'default'), (2306, 257, 'rs_page_bg_color', ''), (2307, 267, 'footnotes', ''), (2308, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:9:"WordPress";s:11:"policy_text";s:4467:"<h2 class="wp-block-heading">Who we are</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Our website address is: https://pyirates.africa.</p><h2 class="wp-block-heading">Comments</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h2 class="wp-block-heading">Media</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h2 class="wp-block-heading">Cookies</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h2 class="wp-block-heading">Embedded content from other websites</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h2 class="wp-block-heading">Who we share your data with</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><h2 class="wp-block-heading">How long we retain your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2 class="wp-block-heading">What rights you have over your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2 class="wp-block-heading">Where your data is sent</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>";s:5:"added";i:1719828493;}'), (2309, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:17:"Really Simple SSL";s:11:"policy_text";s:339:"<p>Really Simple SSL and Really Simple SSL add-ons do not process any personal identifiable information, so the GDPR does not apply to these plugins or usage of these plugins on your website. You can find our privacy policy <a href="https://really-simple-ssl.com/privacy-statement/" rel="noopener noreferrer" target="_blank">here</a>.</p>\n";s:5:"added";i:1719828493;}'), (2310, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:43:"Complianz | The Privacy Suite for WordPress";s:11:"policy_text";s:462:"<p>This website uses the Privacy Suite for WordPress by Complianz to collect and record Browser and Device-based Consent. For this functionality, your IP address is anonymized and stored in our database. This service does not process any personally identifiable information and does not share any data with the service provider. For more information, see the Complianz <a href="https://complianz.io/legal/privacy-statement/">Privacy Statement</a>.</p>\n";s:5:"added";i:1719828853;}'), (2311, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:15:"LiteSpeed Cache";s:11:"policy_text";s:697:"This site utilizes caching in order to facilitate a faster response time and better user experience. Caching potentially stores a duplicate copy of every web page that is on display on this site. All cache files are temporary, and are never accessed by any third party, except as necessary to obtain technical support from the cache plugin vendor. Cache files expire on a schedule set by the site administrator, but may easily be purged by the admin before their natural expiration, if necessary. We may use QUIC.cloud services to process & cache your data temporarily.Please see <a href="https://quic.cloud/privacy-policy/" target="_blank">https://quic.cloud/privacy-policy/</a> for more details.";s:5:"added";i:1720091221;}'); INSERT INTO `wpxo_postmeta` VALUES (2312, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:17:"Slider Revolution";s:11:"policy_text";s:4380:"<h2>In case you’re using Google Web Fonts (default) or playing videos or sounds via YouTube or Vimeo in Slider Revolution we recommend to add the corresponding text phrase to your privacy police:</h2>\n <h3>YouTube</h3> <p>Our website uses plugins from YouTube, which is operated by Google. The operator of the pages is YouTube LLC, 901 Cherry Ave., San Bruno, CA 94066, USA.</p> <p>If you visit one of our pages featuring a YouTube plugin, a connection to the YouTube servers is established. Here the YouTube server is informed about which of our pages you have visited.</p> <p>If you''re logged in to your YouTube account, YouTube allows you to associate your browsing behavior directly with your personal profile. You can prevent this by logging out of your YouTube account.</p> <p>YouTube is used to help make our website appealing. This constitutes a justified interest pursuant to Art. 6 (1) (f) DSGVO.</p> <p>Further information about handling user data, can be found in the data protection declaration of YouTube under <a href="https://www.google.de/intl/de/policies/privacy" target="_blank" rel="noopener">https://www.google.de/intl/de/policies/privacy</a>.</p>\n <h3>Vimeo</h3> <p>Our website uses features provided by the Vimeo video portal. This service is provided by Vimeo Inc., 555 West 18th Street, New York, New York 10011, USA.</p> <p>If you visit one of our pages featuring a Vimeo plugin, a connection to the Vimeo servers is established. Here the Vimeo server is informed about which of our pages you have visited. In addition, Vimeo will receive your IP address. This also applies if you are not logged in to Vimeo when you visit our plugin or do not have a Vimeo account. The information is transmitted to a Vimeo server in the US, where it is stored.</p> <p>If you are logged in to your Vimeo account, Vimeo allows you to associate your browsing behavior directly with your personal profile. You can prevent this by logging out of your Vimeo account.</p> <p>For more information on how to handle user data, please refer to the Vimeo Privacy Policy at <a href="https://vimeo.com/privacy" target="_blank" rel="noopener">https://vimeo.com/privacy</a>.</p>\n <h3>Google Web Fonts</h3> <p>For uniform representation of fonts, this page uses web fonts provided by Google. When you open a page, your browser loads the required web fonts into your browser cache to display texts and fonts correctly.</p> <p>For this purpose your browser has to establish a direct connection to Google servers. Google thus becomes aware that our web page was accessed via your IP address. The use of Google Web fonts is done in the interest of a uniform and attractive presentation of our plugin. This constitutes a justified interest pursuant to Art. 6 (1) (f) DSGVO.</p> <p>If your browser does not support web fonts, a standard font is used by your computer.</p> <p>Further information about handling user data, can be found at <a href="https://developers.google.com/fonts/faq" target="_blank" rel="noopener">https://developers.google.com/fonts/faq</a> and in Google''s privacy policy at <a href="https://www.google.com/policies/privacy/" target="_blank" rel="noopener">https://www.google.com/policies/privacy/</a>.</p>\n <h3>SoundCloud</h3><p>On our pages, plugins of the SoundCloud social network (SoundCloud Limited, Berners House, 47-48 Berners Street, London W1T 3NF, UK) may be integrated. The SoundCloud plugins can be recognized by the SoundCloud logo on our site.</p>\n <p>When you visit our site, a direct connection between your browser and the SoundCloud server is established via the plugin. This enables SoundCloud to receive information that you have visited our site from your IP address. If you click on the “Like” or “Share” buttons while you are logged into your SoundCloud account, you can link the content of our pages to your SoundCloud profile. This means that SoundCloud can associate visits to our pages with your user account. We would like to point out that, as the provider of these pages, we have no knowledge of the content of the data transmitted or how it will be used by SoundCloud. For more information on SoundCloud’s privacy policy, please go to https://soundcloud.com/pages/privacy.</p><p>If you do not want SoundCloud to associate your visit to our site with your SoundCloud account, please log out of your SoundCloud account.</p>";s:5:"added";i:1720213761;}'), (2313, 268, 'footnotes', ''), (2314, 268, '_elementor_template_type', 'wp-page'), (2315, 268, '_elementor_version', '3.22.3'), (2316, 268, '_elementor_pro_version', '3.22.1'), (2317, 268, '_elementor_edit_mode', 'builder'), (2318, 268, '_wp_page_template', 'elementor_header_footer'), (2319, 268, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2321, 268, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2323, 269, 'footnotes', ''), (2324, 269, '_elementor_template_type', 'wp-page'), (2325, 269, '_elementor_version', '3.22.3'), (2326, 269, '_elementor_pro_version', '3.22.1'), (2327, 269, '_elementor_edit_mode', 'builder'), (2328, 269, '_wp_page_template', 'elementor_header_footer'), (2329, 269, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2331, 269, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2333, 270, 'footnotes', ''), (2334, 270, '_elementor_template_type', 'wp-page'), (2335, 270, '_elementor_version', '3.22.3'), (2336, 270, '_elementor_pro_version', '3.22.1'), (2337, 270, '_elementor_edit_mode', 'builder'), (2338, 270, '_wp_page_template', 'elementor_header_footer'), (2339, 270, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes"},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2341, 270, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2344, 271, 'footnotes', ''), (2345, 271, '_elementor_template_type', 'wp-page'), (2346, 271, '_elementor_version', '3.22.3'), (2347, 271, '_elementor_pro_version', '3.22.1'), (2348, 271, '_elementor_edit_mode', 'builder'), (2349, 271, '_wp_page_template', 'elementor_header_footer'), (2350, 271, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes"},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2352, 271, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2354, 272, 'footnotes', ''), (2355, 272, '_elementor_template_type', 'wp-page'), (2356, 272, '_elementor_version', '3.22.3'), (2357, 272, '_elementor_pro_version', '3.22.1'), (2358, 272, '_elementor_edit_mode', 'builder'), (2359, 272, '_wp_page_template', 'elementor_header_footer'), (2360, 272, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes"},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2362, 272, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2364, 273, 'footnotes', ''), (2365, 273, '_elementor_template_type', 'wp-page'), (2366, 273, '_elementor_version', '3.22.3'), (2367, 273, '_elementor_pro_version', '3.22.1'), (2368, 273, '_elementor_edit_mode', 'builder'), (2369, 273, '_wp_page_template', 'elementor_header_footer'), (2370, 273, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2372, 273, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2375, 274, 'footnotes', ''), (2376, 274, '_elementor_template_type', 'wp-page'), (2377, 274, '_elementor_version', '3.22.3'), (2378, 274, '_elementor_pro_version', '3.22.1'), (2379, 274, '_elementor_edit_mode', 'builder'), (2380, 274, '_wp_page_template', 'elementor_header_footer'), (2381, 274, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2383, 274, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2385, 275, 'footnotes', ''), (2386, 275, '_elementor_template_type', 'wp-page'), (2387, 275, '_elementor_version', '3.22.3'), (2388, 275, '_elementor_pro_version', '3.22.1'), (2389, 275, '_elementor_edit_mode', 'builder'), (2390, 275, '_wp_page_template', 'elementor_header_footer'), (2391, 275, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2393, 275, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2395, 276, 'footnotes', ''), (2396, 276, '_elementor_template_type', 'wp-page'), (2397, 276, '_elementor_version', '3.22.3'), (2398, 276, '_elementor_pro_version', '3.22.1'), (2399, 276, '_elementor_edit_mode', 'builder'), (2400, 276, '_wp_page_template', 'elementor_header_footer'), (2401, 276, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2403, 276, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2406, 277, 'footnotes', ''), (2407, 277, '_elementor_template_type', 'wp-page'), (2408, 277, '_elementor_version', '3.22.3'), (2409, 277, '_elementor_pro_version', '3.22.1'), (2410, 277, '_elementor_edit_mode', 'builder'), (2411, 277, '_wp_page_template', 'elementor_header_footer'), (2412, 277, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2414, 277, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2416, 278, 'footnotes', ''), (2417, 278, '_elementor_template_type', 'wp-page'), (2418, 278, '_elementor_version', '3.22.3'), (2419, 278, '_elementor_pro_version', '3.22.1'), (2420, 278, '_elementor_edit_mode', 'builder'), (2421, 278, '_wp_page_template', 'elementor_header_footer'), (2422, 278, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2424, 278, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2426, 279, 'footnotes', ''), (2427, 279, '_elementor_template_type', 'wp-page'), (2428, 279, '_elementor_version', '3.22.3'), (2429, 279, '_elementor_pro_version', '3.22.1'), (2430, 279, '_elementor_edit_mode', 'builder'), (2431, 279, '_wp_page_template', 'elementor_header_footer'), (2432, 279, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2434, 279, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2437, 280, 'footnotes', ''), (2438, 280, '_elementor_template_type', 'wp-page'), (2439, 280, '_elementor_version', '3.22.3'), (2440, 280, '_elementor_pro_version', '3.22.1'), (2441, 280, '_elementor_edit_mode', 'builder'), (2442, 280, '_wp_page_template', 'elementor_header_footer'), (2443, 280, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2445, 280, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2447, 281, 'footnotes', ''), (2448, 281, '_elementor_template_type', 'wp-page'), (2449, 281, '_elementor_version', '3.22.3'), (2450, 281, '_elementor_pro_version', '3.22.1'), (2451, 281, '_elementor_edit_mode', 'builder'), (2452, 281, '_wp_page_template', 'elementor_header_footer'), (2453, 281, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2455, 281, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2457, 282, 'footnotes', ''), (2458, 282, '_elementor_template_type', 'wp-page'), (2459, 282, '_elementor_version', '3.22.3'), (2460, 282, '_elementor_pro_version', '3.22.1'), (2461, 282, '_elementor_edit_mode', 'builder'), (2462, 282, '_wp_page_template', 'elementor_header_footer'), (2463, 282, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2465, 282, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2468, 283, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4'), (2469, 283, '_wp_attachment_metadata', 'a:11:{s:7:"bitrate";i:3698978;s:8:"filesize";i:5606537;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:12;s:16:"length_formatted";s:4:"0:12";s:5:"width";i:1280;s:6:"height";i:704;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:9:{s:10:"dataformat";s:3:"mp4";s:7:"bitrate";i:2285;s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";s:17:"compression_ratio";d:0.0014876302083333334;}s:17:"created_timestamp";i:-2082844800;}'), (2470, 284, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4'), (2471, 284, '_wp_attachment_metadata', 'a:11:{s:7:"bitrate";i:2355512;s:8:"filesize";i:3546175;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:12;s:16:"length_formatted";s:4:"0:12";s:5:"width";i:848;s:6:"height";i:464;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:9:{s:10:"dataformat";s:3:"mp4";s:7:"bitrate";i:2285;s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";s:17:"compression_ratio";d:0.0014876302083333334;}s:17:"created_timestamp";i:-2082844800;}'), (2472, 285, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4'), (2473, 285, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:2389759;s:8:"filesize";i:3083830;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:10;s:16:"length_formatted";s:4:"0:10";s:5:"width";i:960;s:6:"height";i:540;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:1638793700;}'), (2474, 286, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4'), (2475, 286, '_wp_attachment_metadata', 'a:11:{s:7:"bitrate";i:2432082;s:8:"filesize";i:3213402;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:11;s:16:"length_formatted";s:4:"0:11";s:5:"width";i:1280;s:6:"height";i:720;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:9:{s:10:"dataformat";s:3:"mp4";s:7:"bitrate";i:2277;s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";s:17:"compression_ratio";d:0.001482421875;}s:17:"created_timestamp";i:-2082844800;}'), (2476, 287, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4'), (2477, 287, '_wp_attachment_metadata', 'a:11:{s:7:"bitrate";i:4152817;s:8:"filesize";i:5130554;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:10;s:16:"length_formatted";s:4:"0:10";s:5:"width";i:1920;s:6:"height";i:1080;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:9:{s:10:"dataformat";s:3:"mp4";s:7:"bitrate";i:2279;s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";s:17:"compression_ratio";d:0.0014837239583333334;}s:17:"created_timestamp";i:-2082844800;}'), (2478, 288, '_wp_attached_file', 'revslider/video-media/Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer.jpeg'), (2479, 288, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:848;s:6:"height";i:464;s:4:"file";s:82:"revslider/video-media/Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer.jpeg";s:8:"filesize";i:55353;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-300x164.jpeg";s:5:"width";i:300;s:6:"height";i:164;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12619;}s:9:"thumbnail";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6713;}s:12:"medium_large";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-768x420.jpeg";s:5:"width";i:768;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:53085;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-600x464.jpeg";s:5:"width";i:600;s:6:"height";i:464;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:48729;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-800x450.jpeg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:57770;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (2480, 289, 'footnotes', ''), (2481, 289, '_elementor_template_type', 'wp-page'), (2482, 289, '_elementor_version', '3.22.3'), (2483, 289, '_elementor_pro_version', '3.22.1'), (2484, 289, '_elementor_edit_mode', 'builder'), (2485, 289, '_wp_page_template', 'elementor_header_footer'), (2486, 289, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2488, 289, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2490, 290, 'footnotes', ''), (2491, 290, '_elementor_template_type', 'wp-page'), (2492, 290, '_elementor_version', '3.22.3'), (2493, 290, '_elementor_pro_version', '3.22.1'), (2494, 290, '_elementor_edit_mode', 'builder'), (2495, 290, '_wp_page_template', 'elementor_header_footer'), (2496, 290, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2498, 290, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2500, 291, 'footnotes', ''), (2501, 291, '_elementor_template_type', 'wp-page'), (2502, 291, '_elementor_version', '3.22.3'), (2503, 291, '_elementor_pro_version', '3.22.1'), (2504, 291, '_elementor_edit_mode', 'builder'), (2505, 291, '_wp_page_template', 'elementor_header_footer'), (2506, 291, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 50vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2508, 291, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2520, 293, 'footnotes', ''), (2521, 293, '_elementor_template_type', 'wp-page'), (2522, 293, '_elementor_version', '3.22.3'), (2523, 293, '_elementor_pro_version', '3.22.1'), (2524, 293, '_elementor_edit_mode', 'builder'), (2525, 293, '_wp_page_template', 'elementor_header_footer'), (2526, 293, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 50vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2528, 293, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2530, 294, 'footnotes', ''), (2531, 294, '_elementor_template_type', 'wp-page'), (2532, 294, '_elementor_version', '3.22.3'), (2533, 294, '_elementor_pro_version', '3.22.1'), (2534, 294, '_elementor_edit_mode', 'builder'), (2535, 294, '_wp_page_template', 'elementor_header_footer'), (2536, 294, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 50vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2538, 294, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2540, 295, 'footnotes', ''), (2541, 295, '_elementor_template_type', 'wp-page'), (2542, 295, '_elementor_version', '3.22.3'), (2543, 295, '_elementor_pro_version', '3.22.1'), (2544, 295, '_elementor_edit_mode', 'builder'), (2545, 295, '_wp_page_template', 'elementor_header_footer'), (2546, 295, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2548, 295, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2551, 296, 'footnotes', ''), (2552, 296, '_elementor_template_type', 'wp-page'), (2553, 296, '_elementor_version', '3.22.3'), (2554, 296, '_elementor_pro_version', '3.22.1'), (2555, 296, '_elementor_edit_mode', 'builder'), (2556, 296, '_wp_page_template', 'elementor_header_footer'), (2557, 296, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2559, 296, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2561, 297, 'footnotes', ''), (2562, 297, '_elementor_template_type', 'wp-page'), (2563, 297, '_elementor_version', '3.22.3'), (2564, 297, '_elementor_pro_version', '3.22.1'), (2565, 297, '_elementor_edit_mode', 'builder'), (2566, 297, '_wp_page_template', 'elementor_header_footer'), (2567, 297, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2569, 297, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2571, 298, 'footnotes', ''), (2572, 298, '_elementor_template_type', 'wp-page'), (2573, 298, '_elementor_version', '3.22.3'), (2574, 298, '_elementor_pro_version', '3.22.1'), (2575, 298, '_elementor_edit_mode', 'builder'), (2576, 298, '_wp_page_template', 'elementor_header_footer'), (2577, 298, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2579, 298, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2582, 299, 'footnotes', ''), (2583, 299, '_elementor_template_type', 'wp-page'), (2584, 299, '_elementor_version', '3.22.3'), (2585, 299, '_elementor_pro_version', '3.22.1'), (2586, 299, '_elementor_edit_mode', 'builder'), (2587, 299, '_wp_page_template', 'elementor_header_footer'), (2588, 299, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2590, 299, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2592, 300, 'footnotes', ''), (2593, 300, '_elementor_template_type', 'wp-page'), (2594, 300, '_elementor_version', '3.22.3'), (2595, 300, '_elementor_pro_version', '3.22.1'), (2596, 300, '_elementor_edit_mode', 'builder'), (2597, 300, '_wp_page_template', 'elementor_header_footer'), (2598, 300, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2600, 300, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2602, 301, 'footnotes', ''), (2603, 301, '_elementor_template_type', 'wp-page'), (2604, 301, '_elementor_version', '3.22.3'), (2605, 301, '_elementor_pro_version', '3.22.1'), (2606, 301, '_elementor_edit_mode', 'builder'), (2607, 301, '_wp_page_template', 'elementor_header_footer'), (2608, 301, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2610, 301, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2613, 302, 'footnotes', ''), (2614, 302, '_elementor_template_type', 'wp-page'), (2615, 302, '_elementor_version', '3.22.3'), (2616, 302, '_elementor_pro_version', '3.22.1'), (2617, 302, '_elementor_edit_mode', 'builder'), (2618, 302, '_wp_page_template', 'elementor_header_footer'), (2619, 302, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2621, 302, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2623, 303, 'footnotes', ''), (2624, 303, '_elementor_template_type', 'wp-page'), (2625, 303, '_elementor_version', '3.22.3'), (2626, 303, '_elementor_pro_version', '3.22.1'), (2627, 303, '_elementor_edit_mode', 'builder'), (2628, 303, '_wp_page_template', 'elementor_header_footer'), (2629, 303, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2631, 303, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2633, 304, 'footnotes', ''), (2634, 304, '_elementor_template_type', 'wp-page'), (2635, 304, '_elementor_version', '3.22.3'), (2636, 304, '_elementor_pro_version', '3.22.1'), (2637, 304, '_elementor_edit_mode', 'builder'), (2638, 304, '_wp_page_template', 'elementor_header_footer'), (2639, 304, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2641, 304, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2644, 259, '_elementor_edit_mode', 'builder'), (2645, 259, '_elementor_template_type', 'wp-page'), (2646, 259, '_elementor_version', '3.22.3'), (2647, 259, '_elementor_pro_version', '3.22.1'), (2657, 306, '_wp_attached_file', '2024/07/photo_4920272010282642868_y.jpg'), (2658, 306, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:812;s:6:"height";i:696;s:4:"file";s:39:"2024/07/photo_4920272010282642868_y.jpg";s:8:"filesize";i:22926;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-300x257.jpg";s:5:"width";i:300;s:6:"height";i:257;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6080;}s:9:"thumbnail";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3253;}s:12:"medium_large";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-768x658.jpg";s:5:"width";i:768;s:6:"height";i:658;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20633;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17677;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16907;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3122;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (2659, 307, 'footnotes', ''), (2660, 307, '_elementor_edit_mode', 'builder'), (2661, 307, '_elementor_template_type', 'wp-page'), (2662, 307, '_elementor_version', '3.22.3'), (2663, 307, '_elementor_pro_version', '3.22.1'), (2664, 308, 'footnotes', ''), (2665, 308, '_elementor_edit_mode', 'builder'), (2666, 308, '_elementor_template_type', 'wp-page'), (2667, 308, '_elementor_version', '3.22.3'), (2668, 308, '_elementor_pro_version', '3.22.1'), (2669, 259, '_wp_page_template', 'default'), (2670, 259, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2671, 259, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2672, 309, 'footnotes', ''), (2673, 309, '_elementor_edit_mode', 'builder'), (2674, 309, '_elementor_template_type', 'wp-page'), (2675, 309, '_elementor_version', '3.22.3'), (2676, 309, '_elementor_pro_version', '3.22.1'), (2677, 309, '_wp_page_template', 'default'), (2678, 309, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2679, 309, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e15a15d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b7f5294","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"cd7bd13","elType":"widget","settings":{"content_width":"full","title":"Huzaifa","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2681, 259, '_happyaddons_elements_cache', 'a:0:{}'), (2694, 311, 'footnotes', ''), (2695, 311, '_elementor_template_type', 'wp-page'), (2696, 311, '_elementor_version', '3.22.3'), (2697, 311, '_elementor_pro_version', '3.22.1'), (2698, 311, '_elementor_edit_mode', 'builder'), (2699, 311, '_wp_page_template', 'elementor_header_footer'), (2700, 311, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2702, 311, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2704, 312, 'footnotes', ''), (2705, 312, '_elementor_template_type', 'wp-page'), (2706, 312, '_elementor_version', '3.22.3'), (2707, 312, '_elementor_pro_version', '3.22.1'), (2708, 312, '_elementor_edit_mode', 'builder'), (2709, 312, '_wp_page_template', 'elementor_header_footer'), (2710, 312, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2712, 312, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2714, 313, 'footnotes', ''), (2715, 313, '_elementor_template_type', 'wp-page'), (2716, 313, '_elementor_version', '3.22.3'), (2717, 313, '_elementor_pro_version', '3.22.1'), (2718, 313, '_elementor_edit_mode', 'builder'), (2719, 313, '_wp_page_template', 'elementor_header_footer'), (2720, 313, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2722, 313, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2734, 315, 'footnotes', ''), (2735, 315, '_elementor_template_type', 'wp-page'), (2736, 315, '_elementor_version', '3.22.3'), (2737, 315, '_elementor_pro_version', '3.22.1'), (2738, 315, '_elementor_edit_mode', 'builder'), (2739, 315, '_wp_page_template', 'elementor_header_footer'), (2740, 315, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2742, 315, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2744, 316, 'footnotes', ''), (2745, 316, '_elementor_template_type', 'wp-page'), (2746, 316, '_elementor_version', '3.22.3'), (2747, 316, '_elementor_pro_version', '3.22.1'), (2748, 316, '_elementor_edit_mode', 'builder'), (2749, 316, '_wp_page_template', 'elementor_header_footer'), (2750, 316, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2752, 316, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2754, 317, 'footnotes', ''), (2755, 317, '_elementor_template_type', 'wp-page'), (2756, 317, '_elementor_version', '3.22.3'), (2757, 317, '_elementor_pro_version', '3.22.1'), (2758, 317, '_elementor_edit_mode', 'builder'), (2759, 317, '_wp_page_template', 'elementor_header_footer'), (2760, 317, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2762, 317, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2765, 318, 'footnotes', ''), (2766, 318, '_elementor_template_type', 'wp-page'), (2767, 318, '_elementor_version', '3.22.3'), (2768, 318, '_elementor_pro_version', '3.22.1'), (2769, 318, '_elementor_edit_mode', 'builder'), (2770, 318, '_wp_page_template', 'elementor_header_footer'), (2771, 318, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2773, 318, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2775, 319, 'footnotes', ''), (2776, 319, '_elementor_template_type', 'wp-page'), (2777, 319, '_elementor_version', '3.22.3'), (2778, 319, '_elementor_pro_version', '3.22.1'), (2779, 319, '_elementor_edit_mode', 'builder'), (2780, 319, '_wp_page_template', 'elementor_header_footer'), (2781, 319, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2783, 319, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2785, 320, 'footnotes', ''), (2786, 320, '_elementor_template_type', 'wp-page'), (2787, 320, '_elementor_version', '3.22.3'), (2788, 320, '_elementor_pro_version', '3.22.1'), (2789, 320, '_elementor_edit_mode', 'builder'), (2790, 320, '_wp_page_template', 'elementor_header_footer'), (2791, 320, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2793, 320, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2796, 321, 'footnotes', ''), (2797, 321, '_elementor_template_type', 'wp-page'), (2798, 321, '_elementor_version', '3.22.3'), (2799, 321, '_elementor_pro_version', '3.22.1'), (2800, 321, '_elementor_edit_mode', 'builder'), (2801, 321, '_wp_page_template', 'elementor_header_footer'), (2802, 321, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2804, 321, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2806, 322, 'footnotes', ''), (2807, 322, '_elementor_template_type', 'wp-page'), (2808, 322, '_elementor_version', '3.22.3'), (2809, 322, '_elementor_pro_version', '3.22.1'), (2810, 322, '_elementor_edit_mode', 'builder'), (2811, 322, '_wp_page_template', 'elementor_header_footer'), (2812, 322, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2814, 322, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2816, 323, 'footnotes', ''), (2817, 323, '_elementor_template_type', 'wp-page'), (2818, 323, '_elementor_version', '3.22.3'), (2819, 323, '_elementor_pro_version', '3.22.1'), (2820, 323, '_elementor_edit_mode', 'builder'), (2821, 323, '_wp_page_template', 'elementor_header_footer'), (2822, 323, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:pink;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2824, 323, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2827, 324, 'footnotes', ''), (2828, 324, '_elementor_template_type', 'wp-page'), (2829, 324, '_elementor_version', '3.22.3'), (2830, 324, '_elementor_pro_version', '3.22.1'), (2831, 324, '_elementor_edit_mode', 'builder'), (2832, 324, '_wp_page_template', 'elementor_header_footer'), (2833, 324, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:pink;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2835, 324, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2837, 325, 'footnotes', ''), (2838, 325, '_elementor_template_type', 'wp-page'), (2839, 325, '_elementor_version', '3.22.3'), (2840, 325, '_elementor_pro_version', '3.22.1'), (2841, 325, '_elementor_edit_mode', 'builder'), (2842, 325, '_wp_page_template', 'elementor_header_footer'), (2843, 325, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:pink;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2845, 325, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2847, 326, 'footnotes', ''), (2848, 326, '_elementor_template_type', 'wp-page'), (2849, 326, '_elementor_version', '3.22.3'), (2850, 326, '_elementor_pro_version', '3.22.1'), (2851, 326, '_elementor_edit_mode', 'builder'), (2852, 326, '_wp_page_template', 'elementor_header_footer'), (2853, 326, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2855, 326, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2881, 329, 'footnotes', ''), (2882, 329, '_elementor_edit_mode', 'builder'), (2883, 329, '_elementor_template_type', 'wp-page'), (2884, 329, '_elementor_version', '3.22.3'), (2885, 329, '_elementor_pro_version', '3.22.1'), (2886, 329, '_wp_page_template', 'default'), (2887, 329, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2888, 329, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e15a15d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b7f5294","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"cd7bd13","elType":"widget","settings":{"content_width":"full","title":"Huzaifa","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2891, 330, 'footnotes', ''), (2892, 330, '_elementor_edit_mode', 'builder'), (2893, 330, '_elementor_template_type', 'wp-page'), (2894, 330, '_elementor_version', '3.22.3'), (2895, 330, '_elementor_pro_version', '3.22.1'), (2896, 330, '_wp_page_template', 'default'), (2897, 330, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2898, 330, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e15a15d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b7f5294","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"cd7bd13","elType":"widget","settings":{"content_width":"full","title":"Huzaifa","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2901, 331, 'footnotes', ''), (2902, 331, '_elementor_edit_mode', 'builder'), (2903, 331, '_elementor_template_type', 'wp-page'), (2904, 331, '_elementor_version', '3.22.3'), (2905, 331, '_elementor_pro_version', '3.22.1'), (2906, 331, '_wp_page_template', 'default'), (2907, 331, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2908, 331, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2912, 332, 'footnotes', ''), (2913, 332, '_elementor_edit_mode', 'builder'), (2914, 332, '_elementor_template_type', 'wp-page'), (2915, 332, '_elementor_version', '3.22.3'), (2916, 332, '_elementor_pro_version', '3.22.1'), (2917, 332, '_wp_page_template', 'default'), (2918, 332, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2919, 332, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2922, 333, 'footnotes', ''), (2923, 333, '_elementor_edit_mode', 'builder'), (2924, 333, '_elementor_template_type', 'wp-page'), (2925, 333, '_elementor_version', '3.22.3'), (2926, 333, '_elementor_pro_version', '3.22.1'), (2927, 333, '_wp_page_template', 'default'), (2928, 333, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2929, 333, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2932, 334, 'footnotes', ''), (2933, 334, '_elementor_edit_mode', 'builder'), (2934, 334, '_elementor_template_type', 'wp-page'), (2935, 334, '_elementor_version', '3.22.3'), (2936, 334, '_elementor_pro_version', '3.22.1'), (2937, 334, '_wp_page_template', 'default'), (2938, 334, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2939, 334, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2943, 335, 'footnotes', ''), (2944, 335, '_elementor_template_type', 'wp-page'), (2945, 335, '_elementor_version', '3.22.3'), (2946, 335, '_elementor_pro_version', '3.22.1'), (2947, 335, '_elementor_edit_mode', 'builder'), (2948, 335, '_wp_page_template', 'elementor_header_footer'), (2949, 335, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2951, 335, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2953, 336, 'footnotes', ''), (2954, 336, '_elementor_template_type', 'wp-page'), (2955, 336, '_elementor_version', '3.22.3'), (2956, 336, '_elementor_pro_version', '3.22.1'), (2957, 336, '_elementor_edit_mode', 'builder'), (2958, 336, '_wp_page_template', 'elementor_header_footer'), (2959, 336, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2961, 336, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2963, 337, 'footnotes', ''), (2964, 337, '_elementor_template_type', 'wp-page'), (2965, 337, '_elementor_version', '3.22.3'), (2966, 337, '_elementor_pro_version', '3.22.1'), (2967, 337, '_elementor_edit_mode', 'builder'), (2968, 337, '_wp_page_template', 'elementor_header_footer'), (2969, 337, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2971, 337, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2986, 339, 'footnotes', ''), (2987, 339, '_elementor_template_type', 'wp-page'), (2988, 339, '_elementor_version', '3.22.3'), (2989, 339, '_elementor_pro_version', '3.22.1'), (2990, 339, '_elementor_edit_mode', 'builder'), (2991, 339, '_wp_page_template', 'elementor_header_footer'), (2992, 339, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2994, 339, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2996, 340, 'footnotes', ''), (2997, 340, '_elementor_template_type', 'wp-page'), (2998, 340, '_elementor_version', '3.22.3'), (2999, 340, '_elementor_pro_version', '3.22.1'), (3000, 340, '_elementor_edit_mode', 'builder'), (3001, 340, '_wp_page_template', 'elementor_header_footer'), (3002, 340, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3004, 340, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3006, 341, 'footnotes', ''), (3007, 341, '_elementor_template_type', 'wp-page'), (3008, 341, '_elementor_version', '3.22.3'), (3009, 341, '_elementor_pro_version', '3.22.1'), (3010, 341, '_elementor_edit_mode', 'builder'), (3011, 341, '_wp_page_template', 'elementor_header_footer'), (3012, 341, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"* Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3014, 341, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3017, 342, '_wp_attached_file', '2024/07/handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877.jpg'), (3018, 342, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:498;s:6:"height";i:613;s:4:"file";s:65:"2024/07/handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877.jpg";s:8:"filesize";i:104867;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:65:"handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877-244x300.jpg";s:5:"width";i:244;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14406;}s:5:"large";a:5:{s:4:"file";s:51:"handled_t_me-PYIRATES_Bot_1080_1920_80-473x1024.jpg";s:5:"width";i:473;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:54967;}s:9:"thumbnail";a:5:{s:4:"file";s:65:"handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6581;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:65:"handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877-498x600.jpg";s:5:"width";i:498;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:41834;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:65:"handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877-498x450.jpg";s:5:"width";i:498;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:35032;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-499x700.jpg";s:5:"width";i:499;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:46732;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8704;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'), (3019, 343, 'footnotes', ''), (3020, 343, '_elementor_edit_mode', 'builder'), (3021, 343, '_elementor_template_type', 'wp-page'), (3022, 343, '_elementor_version', '3.22.3'), (3023, 343, '_elementor_pro_version', '3.22.1'), (3024, 343, '_wp_page_template', 'default'), (3025, 343, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3026, 343, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3029, 344, 'footnotes', ''), (3030, 344, '_elementor_edit_mode', 'builder'), (3031, 344, '_elementor_template_type', 'wp-page'), (3032, 344, '_elementor_version', '3.22.3'), (3033, 344, '_elementor_pro_version', '3.22.1'), (3034, 344, '_wp_page_template', 'default'), (3035, 344, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3036, 344, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3039, 345, 'footnotes', ''), (3040, 345, '_elementor_edit_mode', 'builder'), (3041, 345, '_elementor_template_type', 'wp-page'), (3042, 345, '_elementor_version', '3.22.3'), (3043, 345, '_elementor_pro_version', '3.22.1'), (3044, 345, '_wp_page_template', 'default'), (3045, 345, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3046, 345, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3050, 342, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:499;s:6:"height";i:1080;s:4:"file";s:42:"handled_t_me-PYIRATES_Bot_1080_1920_80.jpg";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6488;}s:11:"medium-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-139x300.jpg";s:5:"width";i:139;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8045;}s:10:"large-orig";a:5:{s:4:"file";s:51:"handled_t_me-PYIRATES_Bot_1080_1920_80-473x1024.jpg";s:5:"width";i:473;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:54967;}s:18:"ocean-thumb-m-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-499x600.jpg";s:5:"width";i:499;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:41578;}s:19:"ocean-thumb-ml-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-499x450.jpg";s:5:"width";i:499;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:34819;}s:18:"ocean-thumb-l-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-499x700.jpg";s:5:"width";i:499;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:46732;}}'), (3051, 346, 'footnotes', ''), (3052, 346, '_elementor_edit_mode', 'builder'), (3053, 346, '_elementor_template_type', 'wp-page'), (3054, 346, '_elementor_version', '3.22.3'), (3055, 346, '_elementor_pro_version', '3.22.1'), (3056, 346, '_wp_page_template', 'default'), (3057, 346, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3058, 346, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3061, 347, 'footnotes', ''), (3062, 347, '_elementor_edit_mode', 'builder'), (3063, 347, '_elementor_template_type', 'wp-page'), (3064, 347, '_elementor_version', '3.22.3'), (3065, 347, '_elementor_pro_version', '3.22.1'), (3066, 347, '_wp_page_template', 'default'), (3067, 347, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3068, 347, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3071, 348, 'footnotes', ''), (3072, 348, '_elementor_edit_mode', 'builder'), (3073, 348, '_elementor_template_type', 'wp-page'), (3074, 348, '_elementor_version', '3.22.3'), (3075, 348, '_elementor_pro_version', '3.22.1'), (3076, 348, '_wp_page_template', 'default'), (3077, 348, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3078, 348, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3082, 88, '_wp_page_template', 'default'), (3083, 88, 'rs_page_bg_color', ''), (3084, 349, 'footnotes', ''), (3085, 350, 'footnotes', ''), (3086, 351, '_edit_last', '1'), (3087, 351, '_edit_lock', '1720340324:1'), (3088, 352, '_wp_attached_file', '2024/07/bikini.png'), (3089, 352, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:18:"2024/07/bikini.png";s:8:"filesize";i:23684;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:18:"bikini-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:13215;}s:9:"thumbnail";a:5:{s:4:"file";s:18:"bikini-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5889;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:18:"bikini-512x450.png";s:5:"width";i:512;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:17657;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:18:"bikini-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5435;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (3090, 353, 'footnotes', ''), (3091, 353, '_elementor_template_type', 'wp-page'), (3092, 353, '_elementor_version', '3.22.3'), (3093, 353, '_elementor_pro_version', '3.22.1'), (3094, 353, '_elementor_edit_mode', 'builder'), (3095, 353, '_wp_page_template', 'elementor_header_footer'), (3096, 353, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"* Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3098, 353, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3100, 354, 'footnotes', ''), (3101, 354, '_elementor_template_type', 'wp-page'), (3102, 354, '_elementor_version', '3.22.3'), (3103, 354, '_elementor_pro_version', '3.22.1'), (3104, 354, '_elementor_edit_mode', 'builder'), (3105, 354, '_wp_page_template', 'elementor_header_footer'), (3106, 354, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"* Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3108, 354, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3110, 355, 'footnotes', ''), (3111, 355, '_elementor_template_type', 'wp-page'), (3112, 355, '_elementor_version', '3.22.3'), (3113, 355, '_elementor_pro_version', '3.22.1'), (3114, 355, '_elementor_edit_mode', 'builder'), (3115, 355, '_wp_page_template', 'elementor_header_footer'), (3116, 355, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3118, 355, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3138, 363, 'footnotes', ''), (3139, 363, '_elementor_template_type', 'wp-page'), (3140, 363, '_elementor_version', '3.22.3'), (3141, 363, '_elementor_pro_version', '3.22.1'), (3142, 363, '_elementor_edit_mode', 'builder'), (3143, 363, '_wp_page_template', 'elementor_header_footer'), (3144, 363, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3146, 363, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3148, 364, 'footnotes', ''), (3149, 364, '_elementor_template_type', 'wp-page'), (3150, 364, '_elementor_version', '3.22.3'), (3151, 364, '_elementor_pro_version', '3.22.1'), (3152, 364, '_elementor_edit_mode', 'builder'), (3153, 364, '_wp_page_template', 'elementor_header_footer'), (3154, 364, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3156, 364, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3158, 365, 'footnotes', ''), (3159, 365, '_elementor_template_type', 'wp-page'), (3160, 365, '_elementor_version', '3.22.3'), (3161, 365, '_elementor_pro_version', '3.22.1'), (3162, 365, '_elementor_edit_mode', 'builder'), (3163, 365, '_wp_page_template', 'elementor_header_footer'), (3164, 365, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 0px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3166, 365, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3169, 366, 'footnotes', ''), (3170, 366, '_elementor_template_type', 'wp-page'), (3171, 366, '_elementor_version', '3.22.3'), (3172, 366, '_elementor_pro_version', '3.22.1'), (3173, 366, '_elementor_edit_mode', 'builder'), (3174, 366, '_wp_page_template', 'elementor_header_footer'), (3175, 366, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 0px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3177, 366, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3179, 367, 'footnotes', ''), (3180, 367, '_elementor_template_type', 'wp-page'), (3181, 367, '_elementor_version', '3.22.3'), (3182, 367, '_elementor_pro_version', '3.22.1'), (3183, 367, '_elementor_edit_mode', 'builder'), (3184, 367, '_wp_page_template', 'elementor_header_footer'), (3185, 367, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 0px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3187, 367, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3189, 368, 'footnotes', ''), (3190, 368, '_elementor_template_type', 'wp-page'), (3191, 368, '_elementor_version', '3.22.3'), (3192, 368, '_elementor_pro_version', '3.22.1'), (3193, 368, '_elementor_edit_mode', 'builder'), (3194, 368, '_wp_page_template', 'elementor_header_footer'), (3195, 368, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3197, 368, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3200, 369, 'footnotes', ''), (3201, 369, '_elementor_template_type', 'wp-page'), (3202, 369, '_elementor_version', '3.22.3'), (3203, 369, '_elementor_pro_version', '3.22.1'), (3204, 369, '_elementor_edit_mode', 'builder'), (3205, 369, '_wp_page_template', 'elementor_header_footer'), (3206, 369, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3208, 369, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3210, 370, 'footnotes', ''), (3211, 370, '_elementor_template_type', 'wp-page'), (3212, 370, '_elementor_version', '3.22.3'), (3213, 370, '_elementor_pro_version', '3.22.1'), (3214, 370, '_elementor_edit_mode', 'builder'), (3215, 370, '_wp_page_template', 'elementor_header_footer'), (3216, 370, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3218, 370, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3220, 371, 'footnotes', ''), (3221, 371, '_elementor_template_type', 'wp-page'), (3222, 371, '_elementor_version', '3.22.3'), (3223, 371, '_elementor_pro_version', '3.22.1'), (3224, 371, '_elementor_edit_mode', 'builder'), (3225, 371, '_wp_page_template', 'elementor_header_footer'), (3226, 371, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3228, 371, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3231, 372, 'footnotes', ''), (3232, 372, '_elementor_template_type', 'wp-page'), (3233, 372, '_elementor_version', '3.22.3'), (3234, 372, '_elementor_pro_version', '3.22.1'), (3235, 372, '_elementor_edit_mode', 'builder'), (3236, 372, '_wp_page_template', 'elementor_header_footer'), (3237, 372, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3239, 372, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3241, 373, 'footnotes', ''), (3242, 373, '_elementor_template_type', 'wp-page'), (3243, 373, '_elementor_version', '3.22.3'), (3244, 373, '_elementor_pro_version', '3.22.1'), (3245, 373, '_elementor_edit_mode', 'builder'), (3246, 373, '_wp_page_template', 'elementor_header_footer'), (3247, 373, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3249, 373, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3251, 374, 'footnotes', ''), (3252, 374, '_elementor_template_type', 'wp-page'), (3253, 374, '_elementor_version', '3.22.3'), (3254, 374, '_elementor_pro_version', '3.22.1'), (3255, 374, '_elementor_edit_mode', 'builder'), (3256, 374, '_wp_page_template', 'elementor_header_footer'), (3257, 374, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3259, 374, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3262, 375, 'footnotes', ''), (3263, 375, '_elementor_template_type', 'wp-page'), (3264, 375, '_elementor_version', '3.22.3'), (3265, 375, '_elementor_pro_version', '3.22.1'), (3266, 375, '_elementor_edit_mode', 'builder'), (3267, 375, '_wp_page_template', 'elementor_header_footer'), (3268, 375, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3270, 375, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3272, 376, 'footnotes', ''), (3273, 376, '_elementor_template_type', 'wp-page'), (3274, 376, '_elementor_version', '3.22.3'), (3275, 376, '_elementor_pro_version', '3.22.1'), (3276, 376, '_elementor_edit_mode', 'builder'), (3277, 376, '_wp_page_template', 'elementor_header_footer'), (3278, 376, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3280, 376, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3282, 377, 'footnotes', ''), (3283, 377, '_elementor_template_type', 'wp-page'), (3284, 377, '_elementor_version', '3.22.3'), (3285, 377, '_elementor_pro_version', '3.22.1'), (3286, 377, '_elementor_edit_mode', 'builder'), (3287, 377, '_wp_page_template', 'elementor_header_footer'), (3288, 377, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3290, 377, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3293, 378, 'footnotes', ''), (3294, 378, '_elementor_template_type', 'wp-page'), (3295, 378, '_elementor_version', '3.22.3'), (3296, 378, '_elementor_pro_version', '3.22.1'), (3297, 378, '_elementor_edit_mode', 'builder'), (3298, 378, '_wp_page_template', 'elementor_header_footer'), (3299, 378, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3301, 378, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3303, 379, 'footnotes', ''), (3304, 379, '_elementor_template_type', 'wp-page'), (3305, 379, '_elementor_version', '3.22.3'), (3306, 379, '_elementor_pro_version', '3.22.1'), (3307, 379, '_elementor_edit_mode', 'builder'), (3308, 379, '_wp_page_template', 'elementor_header_footer'), (3309, 379, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3311, 379, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3313, 380, 'footnotes', ''), (3314, 380, '_elementor_template_type', 'wp-page'), (3315, 380, '_elementor_version', '3.22.3'), (3316, 380, '_elementor_pro_version', '3.22.1'), (3317, 380, '_elementor_edit_mode', 'builder'), (3318, 380, '_wp_page_template', 'elementor_header_footer'), (3319, 380, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3321, 380, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3324, 381, 'footnotes', ''), (3325, 381, '_elementor_template_type', 'wp-page'), (3326, 381, '_elementor_version', '3.22.3'), (3327, 381, '_elementor_pro_version', '3.22.1'), (3328, 381, '_elementor_edit_mode', 'builder'), (3329, 381, '_wp_page_template', 'elementor_header_footer'), (3330, 381, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3332, 381, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3334, 382, 'footnotes', ''), (3335, 382, '_elementor_template_type', 'wp-page'), (3336, 382, '_elementor_version', '3.22.3'), (3337, 382, '_elementor_pro_version', '3.22.1'), (3338, 382, '_elementor_edit_mode', 'builder'), (3339, 382, '_wp_page_template', 'elementor_header_footer'), (3340, 382, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3342, 382, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3344, 383, 'footnotes', ''), (3345, 383, '_elementor_template_type', 'wp-page'), (3346, 383, '_elementor_version', '3.22.3'), (3347, 383, '_elementor_pro_version', '3.22.1'), (3348, 383, '_elementor_edit_mode', 'builder'), (3349, 383, '_wp_page_template', 'elementor_header_footer'), (3350, 383, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3352, 383, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3355, 384, 'footnotes', ''), (3356, 384, '_elementor_template_type', 'wp-page'), (3357, 384, '_elementor_version', '3.22.3'), (3358, 384, '_elementor_pro_version', '3.22.1'), (3359, 384, '_elementor_edit_mode', 'builder'), (3360, 384, '_wp_page_template', 'elementor_header_footer'), (3361, 384, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3363, 384, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3365, 385, 'footnotes', ''), (3366, 385, '_elementor_template_type', 'wp-page'), (3367, 385, '_elementor_version', '3.22.3'), (3368, 385, '_elementor_pro_version', '3.22.1'), (3369, 385, '_elementor_edit_mode', 'builder'), (3370, 385, '_wp_page_template', 'elementor_header_footer'), (3371, 385, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3373, 385, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3375, 386, 'footnotes', ''), (3376, 386, '_elementor_template_type', 'wp-page'), (3377, 386, '_elementor_version', '3.22.3'), (3378, 386, '_elementor_pro_version', '3.22.1'), (3379, 386, '_elementor_edit_mode', 'builder'), (3380, 386, '_wp_page_template', 'elementor_header_footer'), (3381, 386, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3383, 386, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3386, 387, 'footnotes', ''), (3387, 387, '_elementor_template_type', 'wp-page'), (3388, 387, '_elementor_version', '3.22.3'), (3389, 387, '_elementor_pro_version', '3.22.1'), (3390, 387, '_elementor_edit_mode', 'builder'), (3391, 387, '_wp_page_template', 'elementor_header_footer'), (3392, 387, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3394, 387, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3396, 388, 'footnotes', ''), (3397, 388, '_elementor_template_type', 'wp-page'), (3398, 388, '_elementor_version', '3.22.3'), (3399, 388, '_elementor_pro_version', '3.22.1'), (3400, 388, '_elementor_edit_mode', 'builder'), (3401, 388, '_wp_page_template', 'elementor_header_footer'), (3402, 388, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3404, 388, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3406, 389, 'footnotes', ''), (3407, 389, '_elementor_template_type', 'wp-page'), (3408, 389, '_elementor_version', '3.22.3'), (3409, 389, '_elementor_pro_version', '3.22.1'), (3410, 389, '_elementor_edit_mode', 'builder'), (3411, 389, '_wp_page_template', 'elementor_header_footer'), (3412, 389, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3414, 389, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3417, 390, 'footnotes', ''), (3418, 390, '_elementor_template_type', 'wp-page'), (3419, 390, '_elementor_version', '3.22.3'), (3420, 390, '_elementor_pro_version', '3.22.1'), (3421, 390, '_elementor_edit_mode', 'builder'), (3422, 390, '_wp_page_template', 'elementor_header_footer'), (3423, 390, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3425, 390, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3427, 391, 'footnotes', ''), (3428, 391, '_elementor_template_type', 'wp-page'), (3429, 391, '_elementor_version', '3.22.3'), (3430, 391, '_elementor_pro_version', '3.22.1'), (3431, 391, '_elementor_edit_mode', 'builder'), (3432, 391, '_wp_page_template', 'elementor_header_footer'), (3433, 391, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3435, 391, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3437, 392, 'footnotes', ''), (3438, 392, '_elementor_template_type', 'wp-page'), (3439, 392, '_elementor_version', '3.22.3'), (3440, 392, '_elementor_pro_version', '3.22.1'), (3441, 392, '_elementor_edit_mode', 'builder'), (3442, 392, '_wp_page_template', 'elementor_header_footer'), (3443, 392, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3445, 392, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3448, 393, 'footnotes', ''), (3449, 393, '_elementor_template_type', 'wp-page'), (3450, 393, '_elementor_version', '3.22.3'), (3451, 393, '_elementor_pro_version', '3.22.1'), (3452, 393, '_elementor_edit_mode', 'builder'), (3453, 393, '_wp_page_template', 'elementor_header_footer'), (3454, 393, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3456, 393, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3458, 394, 'footnotes', ''), (3459, 394, '_elementor_template_type', 'wp-page'), (3460, 394, '_elementor_version', '3.22.3'), (3461, 394, '_elementor_pro_version', '3.22.1'), (3462, 394, '_elementor_edit_mode', 'builder'), (3463, 394, '_wp_page_template', 'elementor_header_footer'), (3464, 394, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3466, 394, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3468, 395, 'footnotes', ''), (3469, 395, '_elementor_template_type', 'wp-page'), (3470, 395, '_elementor_version', '3.22.3'), (3471, 395, '_elementor_pro_version', '3.22.1'), (3472, 395, '_elementor_edit_mode', 'builder'), (3473, 395, '_wp_page_template', 'elementor_header_footer'), (3474, 395, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3476, 395, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3479, 396, '_elementor_edit_mode', 'builder'), (3480, 396, '_elementor_template_type', 'footer'), (3481, 396, '_elementor_version', '3.22.3'), (3482, 396, '_elementor_pro_version', '3.22.1'), (3483, 396, '_wp_page_template', 'default'), (3484, 396, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":80,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"f79d3d2","elType":"widget","settings":{"content_width":"full","view":"inline","icon_list":[{"text":"News","selected_icon":{"value":"","library":""},"_id":"0a52f08","link":{"url":"https:\\/\\/pyirates.africa\\/news\\/","is_external":"","nofollow":"","custom_attributes":""}},{"text":"FAQ","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/faq\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3103f31"},{"text":"Privacy Policy","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3ef97e3"},{"text":"Terms & Conditions","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/terms\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"ffa05f1"}],"icon_typography_typography":"custom","icon_typography_font_family":"Ropa Sans","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"400","text_color":"#B9B9B9","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"c5feed5","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a6b763f","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"right","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3486, 396, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (3487, 396, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3490, 397, '_elementor_edit_mode', 'builder'), (3491, 397, '_elementor_template_type', 'footer'), (3492, 397, '_elementor_version', '3.22.3'), (3493, 397, '_elementor_pro_version', '3.22.1'), (3494, 397, '_wp_page_template', 'default'), (3495, 397, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":65,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"f79d3d2","elType":"widget","settings":{"content_width":"full","view":"inline","icon_list":[{"text":"News","selected_icon":{"value":"","library":""},"_id":"0a52f08","link":{"url":"https:\\/\\/pyirates.africa\\/news\\/","is_external":"","nofollow":"","custom_attributes":""}},{"text":"FAQ","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/faq\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3103f31"},{"text":"Privacy Policy","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3ef97e3"},{"text":"Terms & Conditions","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/terms\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"ffa05f1"}],"icon_typography_typography":"custom","icon_typography_font_family":"Ropa Sans","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"400","text_color":"#B9B9B9","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"c5feed5","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a6b763f","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"right","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3497, 397, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (3498, 397, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3500, 93, '_wp_old_date', '2024-07-05'), (3501, 94, '_wp_old_date', '2024-07-05'), (3502, 262, '_wp_old_date', '2024-07-05'), (3503, 261, '_wp_old_date', '2024-07-05'), (3505, 8, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3506, 401, '_elementor_edit_mode', 'builder'), (3507, 401, '_elementor_template_type', 'header'), (3508, 401, '_elementor_version', '3.22.3'), (3509, 401, '_elementor_pro_version', '3.22.1'), (3510, 401, '_wp_page_template', 'default'), (3511, 401, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"none","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3513, 401, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (3515, 401, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3517, 402, 'footnotes', ''), (3518, 86, '_wp_page_template', 'default'), (3519, 86, 'rs_page_bg_color', ''), (3520, 403, 'footnotes', ''), (3521, 404, 'footnotes', ''), (3522, 405, '_edit_lock', '1720733358:1'), (3523, 405, 'ocean_post_layout', 'full-screen'), (3524, 405, 'ocean_both_sidebars_content_width', ''), (3525, 405, 'ocean_both_sidebars_sidebars_width', ''), (3526, 405, 'ocean_disable_margins', 'on'), (3527, 405, 'ocean_custom_logo', '0'), (3528, 405, 'ocean_custom_retina_logo', '0'), (3529, 405, 'ocean_custom_logo_max_width', ''), (3530, 405, 'ocean_custom_logo_tablet_max_width', ''), (3531, 405, 'ocean_custom_logo_mobile_max_width', ''), (3532, 405, 'ocean_custom_logo_max_height', ''), (3533, 405, 'ocean_custom_logo_tablet_max_height', ''), (3534, 405, 'ocean_custom_logo_mobile_max_height', ''), (3535, 405, 'ocean_menu_typo_font_size', ''), (3536, 405, 'ocean_menu_typo_font_size_tablet', ''), (3537, 405, 'ocean_menu_typo_font_size_mobile', ''), (3538, 405, 'ocean_menu_typo_line_height', ''), (3539, 405, 'ocean_menu_typo_line_height_tablet', ''), (3540, 405, 'ocean_menu_typo_line_height_mobile', ''), (3541, 405, 'ocean_menu_typo_spacing', ''), (3542, 405, 'ocean_menu_typo_spacing_tablet', ''), (3543, 405, 'ocean_menu_typo_spacing_mobile', ''), (3544, 405, 'ocean_disable_title', 'on'), (3545, 405, 'ocean_post_title_background', ''), (3546, 405, 'ocean_post_title_height', ''), (3547, 405, 'ocean_post_title_bg_overlay', '0.5'), (3548, 405, 'ocean_disable_breadcrumbs', 'off'), (3549, 405, 'footnotes', ''), (3550, 406, 'footnotes', ''), (3551, 405, '_edit_last', '1'), (3552, 405, 'cmplz_hide_cookiebanner', ''), (3553, 407, '_menu_item_type', 'post_type'), (3554, 407, '_menu_item_menu_item_parent', '0'), (3555, 407, '_menu_item_object_id', '405'), (3556, 407, '_menu_item_object', 'page'), (3557, 407, '_menu_item_target', ''), (3558, 407, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (3559, 407, '_menu_item_xfn', ''), (3560, 407, '_menu_item_url', ''), (3562, 407, '_menu_item_template', ''), (3563, 407, '_menu_item_mega_template', '0'), (3564, 407, '_menu_item_nolink', ''), (3565, 407, '_menu_item_category_post', ''), (3566, 407, '_menu_item_megamenu', ''), (3567, 407, '_menu_item_megamenu_auto_width', ''), (3568, 407, '_menu_item_megamenu_col', ''), (3569, 407, '_menu_item_megamenu_heading', ''), (3570, 407, '_menu_item_megamenu_widgetarea', '0'), (3571, 407, '_menu_item_icon', ''), (3572, 93, '_wp_old_date', '2024-07-07'), (3573, 94, '_wp_old_date', '2024-07-07'), (3574, 262, '_wp_old_date', '2024-07-07'), (3575, 261, '_wp_old_date', '2024-07-07'), (3586, 409, 'footnotes', ''), (3587, 409, '_elementor_template_type', 'wp-page'), (3588, 409, '_elementor_version', '3.22.3'), (3589, 409, '_elementor_pro_version', '3.22.1'), (3590, 409, '_elementor_edit_mode', 'builder'), (3591, 409, '_wp_page_template', 'elementor_header_footer'), (3592, 409, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3594, 409, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3595, 410, 'footnotes', ''), (3596, 410, '_elementor_template_type', 'wp-page'), (3597, 410, '_elementor_version', '3.22.3'), (3598, 410, '_elementor_pro_version', '3.22.1'), (3599, 410, '_elementor_edit_mode', 'builder'), (3600, 410, '_wp_page_template', 'elementor_header_footer'), (3601, 410, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3603, 410, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3604, 411, 'footnotes', ''), (3605, 411, '_elementor_template_type', 'wp-page'), (3606, 411, '_elementor_version', '3.22.3'), (3607, 411, '_elementor_pro_version', '3.22.1'), (3608, 411, '_elementor_edit_mode', 'builder'), (3609, 411, '_wp_page_template', 'elementor_header_footer'), (3610, 411, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":" <style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n <\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3612, 411, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3623, 413, 'footnotes', ''), (3624, 413, '_elementor_template_type', 'wp-page'), (3625, 413, '_elementor_version', '3.22.3'), (3626, 413, '_elementor_pro_version', '3.22.1'), (3627, 413, '_elementor_edit_mode', 'builder'), (3628, 413, '_wp_page_template', 'elementor_header_footer'), (3629, 413, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":" <style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n <\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3631, 413, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3633, 414, 'footnotes', ''), (3634, 414, '_elementor_template_type', 'wp-page'), (3635, 414, '_elementor_version', '3.22.3'), (3636, 414, '_elementor_pro_version', '3.22.1'), (3637, 414, '_elementor_edit_mode', 'builder'), (3638, 414, '_wp_page_template', 'elementor_header_footer'), (3639, 414, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":" <style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n <\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3641, 414, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3643, 415, 'footnotes', ''), (3644, 415, '_elementor_template_type', 'wp-page'), (3645, 415, '_elementor_version', '3.22.3'), (3646, 415, '_elementor_pro_version', '3.22.1'), (3647, 415, '_elementor_edit_mode', 'builder'), (3648, 415, '_wp_page_template', 'elementor_header_footer'), (3649, 415, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":